Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/tokyonight_storm.toml')
| -rw-r--r-- | runtime/themes/tokyonight_storm.toml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/runtime/themes/tokyonight_storm.toml b/runtime/themes/tokyonight_storm.toml index 7bdddd8b..e82c4340 100644 --- a/runtime/themes/tokyonight_storm.toml +++ b/runtime/themes/tokyonight_storm.toml @@ -1,12 +1,8 @@ -# Author: Paul Graydon <[email protected]> +# Author: Paul Graydon <[email protected]> inherits = "tokyonight" [palette] -border = "#1d202f" -bg = "#24283b" -bg-inlay = "#233745" -bg-selection = "#373d5a" -bg-menu = "#1f2335" -bg-focus = "#2e3c64" -border-highlight = "#29a4bd" +background = "#24283b" +background_highlight = "#373d5a" +background_menu = "#1f2335" |