dotfiles/helix/themes/sonokai.toml

22 lines
402 B
TOML
Raw Normal View History

2022-04-03 18:29:20 -05:00
ui.text = "white"
ui.background = "black"
ui.selection = "green"
[palette]
black = "#181819"
white = "#e2e2e3"
red = "#fc5d7c"
green = "#9ed072"
yellow = "#e7c664"
blue = "#76cce0"
magenta = "#b39df3"
cyan = "#f39660"
gray = "#2c2e34"
light-red = "#fc5d7c"
light-green = "#9ed072"
light-yellow = "#e7c664"
light-blue = "#76cce0"
light-magenta = "#b39df3"
light-cyan = "#f39660"
light-gray = "#d2d2d3"