aboutsummaryrefslogtreecommitdiff
path: root/kitty
diff options
context:
space:
mode:
Diffstat (limited to 'kitty')
-rw-r--r--kitty/.config/kitty/Gruvbox Dark Hard.conf33
-rw-r--r--kitty/.config/kitty/Gruvbox Material Dark Hard.conf47
-rw-r--r--kitty/.config/kitty/current-theme.conf99
-rw-r--r--kitty/.config/kitty/kitty.conf15
-rw-r--r--kitty/.config/kitty/kitty.conf.bak11
5 files changed, 114 insertions, 91 deletions
diff --git a/kitty/.config/kitty/Gruvbox Dark Hard.conf b/kitty/.config/kitty/Gruvbox Dark Hard.conf
new file mode 100644
index 0000000..3bb7809
--- /dev/null
+++ b/kitty/.config/kitty/Gruvbox Dark Hard.conf
@@ -0,0 +1,33 @@
+## name: Gruvbox Dark Hard
+## author: Pavel Pertsev
+## license: MIT/X11
+## upstream: https://raw.githubusercontent.com/gruvbox-community/gruvbox-contrib/master/kitty/gruvbox-dark-hard.conf
+
+
+selection_foreground #ebdbb2
+selection_background #d65d0e
+
+background #0d0e0f
+foreground #ebdbb2
+
+color0 #3c3836
+color1 #cc241d
+color2 #98971a
+color3 #d79921
+color4 #458588
+color5 #b16286
+color6 #689d6a
+color7 #a89984
+color8 #928374
+color9 #fb4934
+color10 #b8bb26
+color11 #fabd2f
+color12 #83a598
+color13 #d3869b
+color14 #8ec07c
+color15 #fbf1c7
+
+cursor #bdae93
+cursor_text_color #665c54
+
+url_color #458588
diff --git a/kitty/.config/kitty/Gruvbox Material Dark Hard.conf b/kitty/.config/kitty/Gruvbox Material Dark Hard.conf
new file mode 100644
index 0000000..adbb008
--- /dev/null
+++ b/kitty/.config/kitty/Gruvbox Material Dark Hard.conf
@@ -0,0 +1,47 @@
+# vim:ft=kitty
+## name: Gruvbox Material Dark Hard
+## author: Sainnhe Park
+## license: MIT
+## upstream: https://raw.githubusercontent.com/rsaihe/gruvbox-material-kitty/main/colors/gruvbox-material-dark-hard.conf
+## blurb: A modified version of Gruvbox with softer contrasts
+
+background #0d0e0f
+foreground #d4be98
+
+selection_background #d4be98
+selection_foreground #1d2021
+
+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/kitty/.config/kitty/current-theme.conf b/kitty/.config/kitty/current-theme.conf
index 713375e..0b98023 100644
--- a/kitty/.config/kitty/current-theme.conf
+++ b/kitty/.config/kitty/current-theme.conf
@@ -1,80 +1,21 @@
-# vim:ft=kitty
-
-## name: Catppuccin-Mocha
-## author: Pocco81 (https://github.com/Pocco81)
-## license: MIT
-## upstream: https://github.com/catppuccin/kitty/blob/main/mocha.conf
-## blurb: Soothing pastel theme for the high-spirited!
-
-
-
-# The basic colors
-foreground #CDD6F4
-background #000000
-selection_foreground #1E1E2E
-selection_background #F5E0DC
-
-# Cursor colors
-cursor #F5E0DC
-cursor_text_color #1E1E2E
-
-# URL underline color when hovering with mouse
-url_color #F5E0DC
-
-# Kitty window border colors
-active_border_color #B4BEFE
-inactive_border_color #6C7086
-bell_border_color #F9E2AF
-
-# OS Window titlebar colors
-wayland_titlebar_color system
-macos_titlebar_color system
-
-# Tab bar colors
-active_tab_foreground #11111B
-active_tab_background #CBA6F7
-inactive_tab_foreground #CDD6F4
-inactive_tab_background #181825
-tab_bar_background #11111B
-
-# Colors for marks (marked text in the terminal)
-mark1_foreground #1E1E2E
-mark1_background #B4BEFE
-mark2_foreground #1E1E2E
-mark2_background #CBA6F7
-mark3_foreground #1E1E2E
-mark3_background #74C7EC
-
-# The 16 terminal colors
-
-# black
+background #0d0e0f
+foreground #B3B1AD
+cursor #f19618
+selection_background #243340
color0 #000000
-color8 #585B70
-
-# red
-color1 #F38BA8
-color9 #F38BA8
-
-# green
-color2 #A6E3A1
-color10 #A6E3A1
-
-# yellow
-color3 #F9E2AF
-color11 #F9E2AF
-
-# blue
-color4 #89B4FA
-color12 #89B4FA
-
-# magenta
-color5 #F5C2E7
-color13 #F5C2E7
-
-# cyan
-color6 #94E2D5
-color14 #94E2D5
-
-# white
-color7 #BAC2DE
-color15 #A6ADC8
+color8 #323232
+color1 #ff3333
+color9 #ff6565
+color2 #b8cc52
+color10 #e9fe83
+color3 #e6c446
+color11 #fff778
+color4 #36a3d9
+color12 #68d4ff
+color5 #f07078
+color13 #ffa3aa
+color6 #95e5cb
+color14 #c7fffc
+color7 #ffffff
+color15 #ffffff
+selection_foreground #0e1419
diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf
index e770a7c..d099d67 100644
--- a/kitty/.config/kitty/kitty.conf
+++ b/kitty/.config/kitty/kitty.conf
@@ -11,7 +11,7 @@
# font_family JetBrains Mono Extra Bold Nerd Font
# font_family DejaVu Mono
# font_family comic mono bold
- font_family Monaspace xenon
+ font_family Monaspace Radon
# font_family source code pro
# font_family Iosevka Term
# font_family Fira Sans Bold
@@ -252,7 +252,7 @@ scrollback_lines 2000
#: is changed it will only affect newly created windows, not existing
#: ones.
-scrollback_pager less --chop-long-lines --RAW-CONTROL-CHARS +INPUT_LINE_NUMBER
+scrollback_pager nvim -c 'set ft=man' -
#: Program with which to view scrollback in a new window. The
#: scrollback buffer is passed as STDIN to this program. If you change
@@ -944,9 +944,9 @@ inactive_tab_font_style normal
#: The foreground and background colors
-background_opacity 0.9
+# background_opacity 0.9
# background_opacity 0.50
-# background_opacity 1.00
+background_opacity 1.00
#: The opacity of the background. A number between 0 and 1, where 1 is
#: opaque and 0 is fully transparent. This will only work if
@@ -2042,12 +2042,13 @@ map opt+cmd+, debug_config
# BEGIN_KITTY_THEME
-# Catppuccin-Mocha
-include current-theme.conf
+# Ayu
+# include current-theme.conf
+include Gruvbox Material Dark Hard.conf
# END_KITTY_THEME
#
#
# My mappings
# map ctrl+a launch --cwd=/home/omar /home/omar/.scripts/tmux-sessionizer.sh
-map ctrl+f send_text all ~/.scripts/tmux-sessionizer.sh\n
+map ctrl+f send_text all ~/.scripts/tmux-sessionizer.sh\r
diff --git a/kitty/.config/kitty/kitty.conf.bak b/kitty/.config/kitty/kitty.conf.bak
index 80c9785..5b16701 100644
--- a/kitty/.config/kitty/kitty.conf.bak
+++ b/kitty/.config/kitty/kitty.conf.bak
@@ -10,7 +10,8 @@
# font_family JetBrains Mono Nerd Font
# font_family JetBrains Mono Extra Bold Nerd Font
# font_family DejaVu Mono
- font_family comic mono bold
+ # font_family comic mono bold
+ font_family Monaspace Radon
# font_family source code pro
# font_family Iosevka Term
# font_family Fira Sans Bold
@@ -31,7 +32,7 @@ bold_italic_font auto
#: italic_font Operator Mono Book Italic
#: bold_italic_font Operator Mono Medium Italic
-font_size 13.0
+font_size 11.0
#: Font size (in pts)
@@ -943,8 +944,8 @@ inactive_tab_font_style normal
#: The foreground and background colors
-# background_opacity 1.0
-background_opacity 0.50
+background_opacity 0.9
+# background_opacity 0.50
# background_opacity 1.00
#: The opacity of the background. A number between 0 and 1, where 1 is
@@ -2041,7 +2042,7 @@ map opt+cmd+, debug_config
# BEGIN_KITTY_THEME
-# Oceanic Material
+# Ayu Mirage
include current-theme.conf
# END_KITTY_THEME
#