Add Darcula Solid theme (#5778)
* Add Darcula Solid theme. * Update darcula solid theme. * Derive darcula-solid theme from original darcula
This commit is contained in:
parent
fb149133db
commit
f71f27f804
1 changed files with 19 additions and 0 deletions
19
runtime/themes/darcula-solid.toml
Normal file
19
runtime/themes/darcula-solid.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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"
|
Loading…
Reference in a new issue