We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c93de commit 96df19dCopy full SHA for 96df19d
.config/kitty/kitty-themes
.config/kitty/kitty.conf
@@ -0,0 +1,19 @@
1
+# Theme
2
+include ./kitty-themes/themes/ayu_mirage.conf
3
+
4
+cursor #d9d7ce
5
6
+# Font
7
+font_family Source Code Pro
8
+bold_font auto
9
+italic_font auto
10
+bold_italic_font auto
11
12
+font_size 12.0
13
14
+# Terminal Bell
15
+enable_audio_bell no
16
17
+# Window Layout
18
+window_padding_width 3.0
19
+hide_window_decorations no
.gitmodules
@@ -1,3 +1,6 @@
[submodule ".themes/Ant-Dracula"]
path = .themes/Ant-Dracula
url = https://github.com/EliverLara/Ant-Dracula.git
+[submodule ".config/kitty/kitty-themes"]
+ path = .config/kitty/kitty-themes
+ url = https://github.com/dexpota/kitty-themes.git
0 commit comments