dotfiles_helix/themes/candy.toml

11 lines
244 B
TOML
Raw Normal View History

2024-12-26 16:45:30 +00:00
# Author : Candifloss <candifloss.cc>
inherits = "molokai"
"ui.background" = "#101010"
"ui.text" = "#BBBBBB"
"ui.statusline.normal" = { bg = "#D81E46" }
"ui.statusline.insert" = { bg = "#1ed88e" }
"ui.statusline.select" = { bg = "#1E9DD8" }