diff options
author | Yhya | 2023-09-10 19:27:56 +0000 |
---|---|---|
committer | GitHub | 2023-09-10 19:27:56 +0000 |
commit | 6f3a6575dc9f4f9390cdfa5b56f5a0d182775ca2 (patch) | |
tree | 119462f653ed22a966db8a2cee7553feef9b9ed6 /runtime/themes/material_darker.toml | |
parent | 81d6d3ff0eace62481863b7957b5ccc52b1c6718 (diff) |
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
Diffstat (limited to 'runtime/themes/material_darker.toml')
-rw-r--r-- | runtime/themes/material_darker.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/runtime/themes/material_darker.toml b/runtime/themes/material_darker.toml new file mode 100644 index 00000000..f117f719 --- /dev/null +++ b/runtime/themes/material_darker.toml @@ -0,0 +1,20 @@ +# 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" |