forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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"
|