summaryrefslogtreecommitdiffstats
path: root/example/themes/tokyo-night-storm.yaml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-10-05 07:44:00 +0200
committerGitHub <noreply@github.com>2022-10-05 07:44:00 +0200
commit79bf6ab868cbdab1f9a3827c9b70198f54548b44 (patch)
tree2d6fc4c1d8a79ebd727a1a5f8b6406617dd0de55 /example/themes/tokyo-night-storm.yaml
parent917e9b2ff0f583183c0155060d243afd295770b9 (diff)
feat(config): switch to kdl (#1759)
* chore(config): default kdl keybindings config * tests * work * refactor(config): move stuff around * work * tab merge layout * work * work * layouts working * work * layout tests * work * work * feat(parsing): kdl layouts without config * refactor(kdl): move stuff around * work * tests(layout): add cases and fix bugs * work * fix(kdl): various bugs * chore(layouts): move all layouts to kdl * feat(kdl): shared keybidns * fix(layout): do not count fixed panes toward percentile * fix(keybinds): missing keybinds and actions * fix(config): adjust default tips * refactor(config): move stuff around * fix(tests): make e2e tests pass * fix(kdl): add verbose parsing errors * fix(kdl): focused tab * fix(layout): corret default_tab_template behavior * style(code): fix compile warnings * feat(cli): send actions through the cli * fix(cli): exit only when action is done * fix(cli): open embedded pane from floating pane * fix(cli): send actions to other sessions * feat(cli): command alias * feat(converter): convert old config * feat(converter): convert old layout and theme files * feat(kdl): pretty errors * feat(client): convert old YAML files on startup * fix: various bugs and styling issues * fix: e2e tests * fix(screen): propagate errors after merge * style(clippy): lower clippy level * fix(tests): own session_name variable * style(fmt): rustfmt * fix(cli): various action fixes * style(fmt): rustfmt * fix(themes): loading of theme files * style(fmt): rustfmt * fix(tests): theme fixtures * fix(layouts): better errors on unknown nodes * fix(kdl): clarify valid node terminator error * fix(e2e): adjust close tab test * fix(e2e): adjust close tab test again * style(code): cleanup some comments
Diffstat (limited to 'example/themes/tokyo-night-storm.yaml')
-rw-r--r--example/themes/tokyo-night-storm.yaml16
1 files changed, 0 insertions, 16 deletions
diff --git a/example/themes/tokyo-night-storm.yaml b/example/themes/tokyo-night-storm.yaml
deleted file mode 100644
index 9239990f9..000000000
--- a/example/themes/tokyo-night-storm.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-# TokyoNight Theme
-# Originally by https://github.com/enkia/tokyo-night-vscode-theme
-
-themes:
- tokyo-night-storm:
- fg: [169,177,214] #A9B1D6
- bg: [36,40,59] #24283B
- black: [56,62,90] #383E5A
- red: [249,51,87] #F9334D
- green: [158,206,106] #9ECE6A
- yellow: [224,175,104] #E0AF68
- blue: [122,162,247] #7AA2F7
- magenta: [187,154,247] #BB9AF7
- cyan: [42,195,222] #2AC3DE
- white: [192,202,245] #C0CAF5
- orange: [255,158,100] #FF9E64