Skip to content

Commit 96df19d

Browse files
committedJun 25, 2019
Add Kitty configs
1 parent f1c93de commit 96df19d

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed
 

‎.config/kitty/kitty-themes

Submodule kitty-themes added at 1289706

‎.config/kitty/kitty.conf

+19
Original file line numberDiff line numberDiff line change
@@ -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

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule ".themes/Ant-Dracula"]
22
path = .themes/Ant-Dracula
33
url = https://github.com/EliverLara/Ant-Dracula.git
4+
[submodule ".config/kitty/kitty-themes"]
5+
path = .config/kitty/kitty-themes
6+
url = https://github.com/dexpota/kitty-themes.git

0 commit comments

Comments
 (0)
Please sign in to comment.