summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2022-12-17 17:50:01 +0300
committerYigit Sever2022-12-17 17:50:01 +0300
commit3e9e465013e86d1c5e79ccc9b2d582a5eb550442 (patch)
treefc0bef8dfb1a88229cd803d3d1fb8eb3c7c6e3d3
parent572143d5b7d20d3f5a331158629e8bc8859942a0 (diff)
downloaddotfiles-3e9e465013e86d1c5e79ccc9b2d582a5eb550442.tar.gz
dotfiles-3e9e465013e86d1c5e79ccc9b2d582a5eb550442.tar.bz2
dotfiles-3e9e465013e86d1c5e79ccc9b2d582a5eb550442.zip
feat(kitty): switch kitty theme to catppuccin
-rw-r--r--.config/kitty/kitty.conf2
-rw-r--r--.config/kitty/mocha.conf80
2 files changed, 81 insertions, 1 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf
index 1eb1ea4..9f06d30 100644
--- a/.config/kitty/kitty.conf
+++ b/.config/kitty/kitty.conf
@@ -74,7 +74,7 @@ inactive_tab_font_style normal
74 74
75#: Color scheme {{{ 75#: Color scheme {{{
76 76
77include rose-pine.conf 77include mocha.conf
78 78
79#: }}} 79#: }}}
80 80
diff --git a/.config/kitty/mocha.conf b/.config/kitty/mocha.conf
new file mode 100644
index 0000000..3f48800
--- /dev/null
+++ b/.config/kitty/mocha.conf
@@ -0,0 +1,80 @@
1# vim:ft=kitty
2
3## name: Catppuccin Kitty Mocha
4## author: Catppuccin Org
5## license: MIT
6## upstream: https://github.com/catppuccin/kitty/blob/main/mocha.conf
7## blurb: Soothing pastel theme for the high-spirited!
8
9
10
11# The basic colors
12foreground #CDD6F4
13background #1E1E2E
14selection_foreground #1E1E2E
15selection_background #F5E0DC
16
17# Cursor colors
18cursor #F5E0DC
19cursor_text_color #1E1E2E
20
21# URL underline color when hovering with mouse
22url_color #F5E0DC
23
24# Kitty window border colors
25active_border_color #B4BEFE
26inactive_border_color #6C7086
27bell_border_color #F9E2AF
28
29# OS Window titlebar colors
30wayland_titlebar_color system
31macos_titlebar_color system
32
33# Tab bar colors
34active_tab_foreground #11111B
35active_tab_background #CBA6F7
36inactive_tab_foreground #CDD6F4
37inactive_tab_background #181825
38tab_bar_background #11111B
39
40# Colors for marks (marked text in the terminal)
41mark1_foreground #1E1E2E
42mark1_background #B4BEFE
43mark2_foreground #1E1E2E
44mark2_background #CBA6F7
45mark3_foreground #1E1E2E
46mark3_background #74C7EC
47
48# The 16 terminal colors
49
50# black
51color0 #45475A
52color8 #585B70
53
54# red
55color1 #F38BA8
56color9 #F38BA8
57
58# green
59color2 #A6E3A1
60color10 #A6E3A1
61
62# yellow
63color3 #F9E2AF
64color11 #F9E2AF
65
66# blue
67color4 #89B4FA
68color12 #89B4FA
69
70# magenta
71color5 #F5C2E7
72color13 #F5C2E7
73
74# cyan
75color6 #94E2D5
76color14 #94E2D5
77
78# white
79color7 #BAC2DE
80color15 #A6ADC8