diff options
author | Yigit Sever | 2021-10-14 19:15:04 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-14 19:15:04 +0300 |
commit | be264a2d87025a3635c654adbca201a414ffa27b (patch) | |
tree | a2760182029030561a38ed6fc5299635cc2f9976 | |
parent | 742cc4ad5ec64e6bb8fc1c687c45fe994d74662f (diff) | |
download | dotfiles-be264a2d87025a3635c654adbca201a414ffa27b.tar.gz dotfiles-be264a2d87025a3635c654adbca201a414ffa27b.tar.bz2 dotfiles-be264a2d87025a3635c654adbca201a414ffa27b.zip |
kitty: shed & bigger font
-rw-r--r-- | .config/kitty/kitty.conf | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 863f204..ecf3e92 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf | |||
@@ -7,7 +7,7 @@ bold_font Iosevka Bold | |||
7 | italic_font Iosevka Italic | 7 | italic_font Iosevka Italic |
8 | bold_italic_font Iosevka Bold Italic | 8 | bold_italic_font Iosevka Bold Italic |
9 | 9 | ||
10 | font_size 10.0 | 10 | font_size 11.0 |
11 | 11 | ||
12 | adjust_line_height 0 | 12 | adjust_line_height 0 |
13 | adjust_column_width 0 | 13 | adjust_column_width 0 |
@@ -20,9 +20,6 @@ disable_ligatures always | |||
20 | #: Cursor customization {{{ | 20 | #: Cursor customization {{{ |
21 | 21 | ||
22 | cursor_shape block | 22 | cursor_shape block |
23 | cursor #00F2FF | ||
24 | cursor_text_color background | ||
25 | |||
26 | cursor_blink_interval 0 | 23 | cursor_blink_interval 0 |
27 | 24 | ||
28 | #: }}} | 25 | #: }}} |
@@ -76,30 +73,6 @@ inactive_tab_font_style normal | |||
76 | 73 | ||
77 | #: Color scheme {{{ | 74 | #: Color scheme {{{ |
78 | 75 | ||
79 | # moonfly | ||
80 | # https://github.com/bluz71/vim-moonfly-colors/blob/master/terminal_themes/kitty-theme.conf | ||
81 | # background #080808 | ||
82 | # foreground #b2b2b2 | ||
83 | # cursor #9e9e9e | ||
84 | # color0 #373c40 | ||
85 | # color1 #ff5454 | ||
86 | # color2 #8cc85f | ||
87 | # color3 #e3c78a | ||
88 | # color4 #80a0ff | ||
89 | # color5 #d183e8 | ||
90 | # color6 #7ee0ce | ||
91 | # color7 #de935f | ||
92 | # color8 #f09479 | ||
93 | # color9 #f74782 | ||
94 | # color10 #42cf89 | ||
95 | # color11 #cfcfb0 | ||
96 | # color12 #78c2ff | ||
97 | # color13 #ae81ff | ||
98 | # color14 #85dc85 | ||
99 | # color15 #e2637f | ||
100 | # selection_background #b2ceee | ||
101 | # selection_foreground #080808 | ||
102 | |||
103 | include rose-pine.conf | 76 | include rose-pine.conf |
104 | 77 | ||
105 | #: }}} | 78 | #: }}} |