helix/runtime/themes/material_palenight.toml
Yhya 6f3a6575dc
add material theme collection (#8211)
* Create material theme files

* Add material deep ocean pallete

* Add primary theme properties to material deep ocean theme

* Fix material deep ocean theme

* Ad syntax highlighting to material deep ocean theme

* Make material oceanic theme

* Make material darker theme

* Remove material lighter theme

* Make material palenight theme

* Make other material themes inherit material deep ocean theme

* Add virtual ruler background to the material theme collection
2023-09-10 21:27:56 +02:00

19 lines
274 B
TOML

# Material Theme <https://material-theme.com/> for Helix Editor
inherits = "material_deep_ocean"
[palette]
bg = "#292d3e"
text = "#a6accd"
disabled = "#515772"
accent = "#ab47bc"
highlight = "#444267"
comment = "#676e95"
selection = "#444267"
line-number = "#3a3f58"