diff options
| author | cafebabe <77344710+yuzu-eva@users.noreply.github.com> | 2022-05-22 00:09:24 +0200 |
|---|---|---|
| committer | cafebabe <77344710+yuzu-eva@users.noreply.github.com> | 2022-05-22 00:09:24 +0200 |
| commit | c45cd594a643bffb8a42efea3883f6d7def0ad2d (patch) | |
| tree | d73be9cfacdafd56a4423362de69bb2ea125f409 /.config/kitty/current-theme.conf | |
| parent | 54a0f0bab8bad822d40a774486efd3e736f415be (diff) | |
add kitty configuration
Diffstat (limited to '.config/kitty/current-theme.conf')
| -rw-r--r-- | .config/kitty/current-theme.conf | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/.config/kitty/current-theme.conf b/.config/kitty/current-theme.conf new file mode 100644 index 0000000..4370624 --- /dev/null +++ b/.config/kitty/current-theme.conf @@ -0,0 +1,40 @@ +font_family CaskaydiaCove Nerd Font Mono +font_size 10 + +window_padding_width 5 + +foreground #c5c8c9 +background #000000 +cursor #875fff +color0 #f65b5b +color1 #e74c4c +color2 #6bb05d +color3 #e59e67 +color4 #5b98a9 +color5 #b185db +color6 #51a39f +color7 #c4c4c4 +color8 #343636 +color9 #c26f6f +color10 #8dc776 +color11 #e7ac7e +color12 #7ab3c3 +color13 #bb84e5 +color14 #6db0ad +color15 #cccccc +selection_foreground #131A1C +selection_background #232a2c + +# Tabs + +tab_bar_edge bottom +tab_bar_style powerline + +tab_separator "|" + +active_tab_foreground #E182E0 +active_tab_background #1b2224 +inactive_tab_foreground #CD69CC +inactive_tab_background #232a2c +active_tab_font_style italic + |
