6f3a6575dc
* 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
20 lines
286 B
TOML
20 lines
286 B
TOML
# Material Theme <https://material-theme.com/> for Helix Editor
|
|
|
|
inherits = "material_deep_ocean"
|
|
|
|
[palette]
|
|
bg = "#212121"
|
|
text = "#b0bec5"
|
|
|
|
gray = "#616161"
|
|
error = "#ff5370"
|
|
|
|
disabled = "#474747"
|
|
|
|
accent = "#ff9800"
|
|
|
|
highlight = "#3f3f3f"
|
|
|
|
comment = "#616161"
|
|
|
|
selection = "#404040"
|