diff options
author | Ambuj Singh | 2023-11-12 22:04:36 +0000 |
---|---|---|
committer | GitHub | 2023-11-12 22:04:36 +0000 |
commit | 23fea46815371a8e1a0fa340be34d80624cd9bcc (patch) | |
tree | fe14dfa5aff51564911b5035c1a5cbb24f41821b /runtime/themes/poimandres_storm.toml | |
parent | 172ef2fa9f2322b3a82729c584ede6cb84879b91 (diff) |
theme: Add Theme poimandres (#8759)
* theme: Add Theme poimandres
* theme: inherit `poimandres_storm` from `poimandres` with minor tweaks
* fix(theme): rename `crossed-out` to `crossed_out`
* fix(theme:poimandres): improve contrast of selection color for regular variant
Diffstat (limited to 'runtime/themes/poimandres_storm.toml')
-rw-r--r-- | runtime/themes/poimandres_storm.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/runtime/themes/poimandres_storm.toml b/runtime/themes/poimandres_storm.toml new file mode 100644 index 00000000..12312207 --- /dev/null +++ b/runtime/themes/poimandres_storm.toml @@ -0,0 +1,19 @@ +# Author: Ambuj Kumar <ambujs89@gmail.com> +# 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" |