Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/poimandres_storm.toml')
| -rw-r--r-- | runtime/themes/poimandres_storm.toml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/runtime/themes/poimandres_storm.toml b/runtime/themes/poimandres_storm.toml deleted file mode 100644 index 12312207..00000000 --- a/runtime/themes/poimandres_storm.toml +++ /dev/null @@ -1,19 +0,0 @@ -# Author: Ambuj Kumar <[email protected]> -# Ported from: https://github.com/drcmda/poimandres-theme - -inherits = "poimandres" - -"ui.cursorline" = { bg = "#303747" } -"ui.popup" = { bg = "#2a303c" } -"ui.virtual.indent-guide" = "#3a4151" - -[palette] -"gray.c0" = "#98a2c4" -darkerGray = "#868cad" -"darkerGray.50" = "#4f576d" -"darkerGray.b0" = "#818cae" -bluishGray = "#607487" -focus = "#404350" -bg = "#252b37" -selection = "#3d455c" -black = "#101010" |