mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-11-09 21:56:34 +03:00
f71f27f804
* Add Darcula Solid theme. * Update darcula solid theme. * Derive darcula-solid theme from original darcula
20 lines
483 B
TOML
20 lines
483 B
TOML
# Original source and more info: https://github.com/jesusmgg/darcula-solid-helix
|
|
|
|
inherits = "darcula"
|
|
|
|
"ui.background.separator" = { bg = "grey01" }
|
|
"ui.menu.scroll" = { fg = "grey02", bg = "grey00" }
|
|
"ui.popup" = { fg = "grey03", bg = "grey02" }
|
|
"ui.window" = { bg = "grey00" }
|
|
"ui.selection" = { bg = "blue" }
|
|
"ui.cursorline.secondary" = { bg = "grey03" }
|
|
|
|
[palette]
|
|
grey00 = "#101010"
|
|
grey01 = "#1f1f1f"
|
|
grey02 = "#323232"
|
|
grey03 = "#555555"
|
|
grey04 = "#a8a8a8"
|
|
|
|
blue = "#104158"
|