mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-11-09 21:56:34 +03:00
e9d0645f66
* added 2 themes * diff feature fixes adjusted the skin to better work with the new diff coloring features propagates to child skins like - hex_toxic * fine tuning so it all is a bit softer * fine tuning to be softer * added new version, lavender
31 lines
441 B
TOML
31 lines
441 B
TOML
inherits = "hex_steel"
|
|
|
|
[palette]
|
|
t1 = "#101719"
|
|
t2 = "#1b2a32"
|
|
t3 = "#4b5968"
|
|
t4 = "#8792ab"
|
|
t5 = "#6f91bc"
|
|
t6 = "#8bb2b9"
|
|
t7 = "#eeac90"
|
|
t8 = "#b0bd9f"
|
|
t9 = "#b3ccd0"
|
|
t10 = "#b0d4d8"
|
|
t11 = "#ffbf52"
|
|
|
|
highlight = "#ff0a50"
|
|
highlight_two = "#0affa9"
|
|
highlight_three = "#f8ed8b"
|
|
|
|
black = "#000000"
|
|
|
|
selection = "#382e1e"
|
|
|
|
comment = "#61bdd1"
|
|
comment_doc = "#234048"
|
|
|
|
error = "#ff0900"
|
|
warning = "#ffbf00"
|
|
display = "#57ff89"
|
|
info = "#dad7d5"
|