summaryrefslogtreecommitdiff
path: root/dot-config
diff options
context:
space:
mode:
Diffstat (limited to 'dot-config')
-rw-r--r--dot-config/kitty/Gruvbox Material Dark Medium.conf47
-rw-r--r--dot-config/kitty/kitty.conf26
2 files changed, 73 insertions, 0 deletions
diff --git a/dot-config/kitty/Gruvbox Material Dark Medium.conf b/dot-config/kitty/Gruvbox Material Dark Medium.conf
new file mode 100644
index 0000000..88e7be9
--- /dev/null
+++ b/dot-config/kitty/Gruvbox Material Dark Medium.conf
@@ -0,0 +1,47 @@
+# vim:ft=kitty
+## name: Gruvbox Material Dark Medium
+## author: Sainnhe Park
+## license: MIT
+## upstream: https://raw.githubusercontent.com/rsaihe/gruvbox-material-kitty/main/colors/gruvbox-material-dark-medium.conf
+## blurb: A modified version of Gruvbox with softer contrasts
+
+background #282828
+foreground #d4be98
+
+selection_background #d4be98
+selection_foreground #282828
+
+cursor #a89984
+cursor_text_color background
+
+# Black
+color0 #665c54
+color8 #928374
+
+# Red
+color1 #ea6962
+color9 #ea6962
+
+# Green
+color2 #a9b665
+color10 #a9b665
+
+# Yellow
+color3 #e78a4e
+color11 #d8a657
+
+# Blue
+color4 #7daea3
+color12 #7daea3
+
+# Magenta
+color5 #d3869b
+color13 #d3869b
+
+# Cyan
+color6 #89b482
+color14 #89b482
+
+# White
+color7 #d4be98
+color15 #d4be98
diff --git a/dot-config/kitty/kitty.conf b/dot-config/kitty/kitty.conf
new file mode 100644
index 0000000..b9b2d86
--- /dev/null
+++ b/dot-config/kitty/kitty.conf
@@ -0,0 +1,26 @@
+# Kitty Config
+
+font_family PragmataPro Mono Liga
+bold_font auto
+italic_font auto
+bold_italic_font auto
+
+font_size 19.0
+
+# include theme
+include Gruvbox Material Dark Medium.conf
+
+background #141617
+active_tab_foreground #BFBDB6
+active_tab_background #131721
+inactive_tab_foreground #565B66
+inactive_tab_background #131721
+
+background_opacity 0.88
+background_blur 64
+
+hide_window_decorations titlebar-only
+
+window_padding_width 40 20
+
+enable_audio_bell no