Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/material_darker.toml')
| -rw-r--r-- | runtime/themes/material_darker.toml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/runtime/themes/material_darker.toml b/runtime/themes/material_darker.toml deleted file mode 100644 index 52cea1d4..00000000 --- a/runtime/themes/material_darker.toml +++ /dev/null @@ -1,21 +0,0 @@ -# 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" - -active = "#323232" -highlight = "#3f3f3f" - -comment = "#616161" - -selection = "#404040" |