summaryrefslogtreecommitdiffstats
path: root/.config/kitty
diff options
context:
space:
mode:
authorYigit Sever2019-03-30 19:53:52 +0300
committerYigit Sever2019-03-30 19:54:31 +0300
commitcfd96387edf69b2e05b54b1c57d9a8903a0b80bd (patch)
treef32102440b008ae13028210034ca228e39d81a5b /.config/kitty
parente9120444fbd265f319619c036c1da19bb57cd5e5 (diff)
downloaddotfiles-cfd96387edf69b2e05b54b1c57d9a8903a0b80bd.tar.gz
dotfiles-cfd96387edf69b2e05b54b1c57d9a8903a0b80bd.tar.bz2
dotfiles-cfd96387edf69b2e05b54b1c57d9a8903a0b80bd.zip
Migrate from gruvbox to nord
diffstat (limited to '.config/kitty')
-rw-r--r--.config/kitty/kitty.conf62
1 files changed, 22 insertions, 40 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf
index 8fb681f..b681e2c 100644
--- a/.config/kitty/kitty.conf
+++ b/.config/kitty/kitty.conf
@@ -19,7 +19,7 @@ box_drawing_scale 0.001, 1, 1.5, 2
19#: Cursor customization {{{ 19#: Cursor customization {{{
20 20
21cursor_shape block 21cursor_shape block
22cursor #FDE311 22cursor #d8dee9
23cursor_text_color background 23cursor_text_color background
24 24
25cursor_blink_interval 0 25cursor_blink_interval 0
@@ -75,45 +75,27 @@ inactive_tab_font_style normal
75#: }}} 75#: }}}
76 76
77#: Color scheme {{{ 77#: Color scheme {{{
78 78foreground #d8dee9
79foreground #ebdbb2 79background #2e3440
80background #282828 80selection_foreground #2e3440
81 81selection_background #d8dee9
82#: The foreground and background for text selected with the mouse 82
83selection_foreground #fbf1c7 83color0 #3b4252
84selection_background #d65d0e 84color1 #bf616a
85 85color2 #a3be8c
86#: black 86color3 #ebcb8b
87color0 #282828 87color4 #81a1c1
88color8 #928374 88color5 #b48ead
89 89color6 #88c0d0
90#: red 90color7 #e5e9f0
91color1 #cc241d 91color8 #4c566a
92color9 #fb4934 92color9 #bf616a
93 93color10 #a3be8c
94#: green 94color11 #ebcb8b
95color2 #97971a 95color12 #81a1c1
96color10 #b8bb26 96color13 #b48ead
97 97color14 #8fbcbb
98#: yellow 98color15 #eceff4
99color3 #d79921
100color11 #fabd2f
101
102#: blue
103color4 #458588
104color12 #83a598
105
106#: purple
107color5 #b16286
108color13 #d3869b
109
110#: cyan
111color6 #689d6a
112color14 #8ec07c
113
114#: white
115color7 #a89984
116color15 #ebdbb2
117 99
118#: }}} 100#: }}}
119 101