Add Darcula Solid theme (#5778)

* Add Darcula Solid theme.

* Update darcula solid theme.

* Derive darcula-solid theme from original darcula
pull/5/head
Jesús González 1 year ago committed by GitHub
parent fb149133db
commit f71f27f804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save