diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2022-11-14 13:22:25 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2022-11-14 13:22:25 +0200 |
| commit | a8d56b91efaebf9a8501f99bf45a3047c4dd72b7 (patch) | |
| tree | 1992ef6fd80ad2ed44332d177e4e5594dbed6ad5 /kitty | |
| parent | bacd7665cfcef1321b13fbbe14e3e20bb0b54bd0 (diff) | |
| download | dotfiles-a8d56b91efaebf9a8501f99bf45a3047c4dd72b7.tar.xz dotfiles-a8d56b91efaebf9a8501f99bf45a3047c4dd72b7.zip | |
Changed colorscheme and added a few shortcuts in nvim
Diffstat (limited to 'kitty')
| -rw-r--r-- | kitty/.config/kitty/current-theme.conf | 137 | ||||
| -rw-r--r-- | kitty/.config/kitty/kitty.conf | 5 | ||||
| -rw-r--r-- | kitty/.config/kitty/kitty.conf.bak | 5 |
3 files changed, 84 insertions, 63 deletions
diff --git a/kitty/.config/kitty/current-theme.conf b/kitty/.config/kitty/current-theme.conf index 27e21a0..fd9aa9f 100644 --- a/kitty/.config/kitty/current-theme.conf +++ b/kitty/.config/kitty/current-theme.conf @@ -1,61 +1,80 @@ # vim:ft=kitty -## name: GitHub Dark -## author: GitHub -## license: MIT - -#: The basic colors - -foreground #c9d1d9 -background #0d1117 -selection_foreground #0d1117 -selection_background #58a6ff - - -#: Cursor colors - -cursor #58a6ff - - -#: Tab bar colors - -tab_bar_background #010409 -active_tab_foreground #c9d1d9 -active_tab_background #0d1117 -inactive_tab_foreground #8b949e -inactive_tab_background #010409 - - -#: The basic 16 colors - -#: black -color0 #484f58 -color8 #6e7681 - -#: red -color1 #ff7b72 -color9 #ffa198 - -#: green -color2 #3fb950 -color10 #56d364 - -#: yellow -color3 #d29922 -color11 #e3b341 - -#: blue -color4 #58a6ff -color12 #79c0ff - -#: magenta -color5 #bc8cff -color13 #d2a8ff - -#: cyan -color6 #39c5cf -color14 #56d4dd - -#: white -color7 #b1bac4 -color15 #ffffff +## 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 +color0 #000000 +color8 #1C1C1C + +# 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 diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index d2b3513..9816ac5 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -8,8 +8,9 @@ # font_family Ubuntu Mono # font_family JetBrains Mono Nerd Font - font_family JetBrains Mono Extra Bold Nerd Font + # font_family JetBrains Mono Extra Bold Nerd Font # font_family DejaVu Mono + font_family comic mono bold # font_family source code pro # font_family Iosevka Term # font_family Fira Sans Bold @@ -2040,6 +2041,6 @@ map opt+cmd+, debug_config # BEGIN_KITTY_THEME -# GitHub Dark +# Catppuccin-Mocha include current-theme.conf # END_KITTY_THEME diff --git a/kitty/.config/kitty/kitty.conf.bak b/kitty/.config/kitty/kitty.conf.bak index 8f2db85..728d13c 100644 --- a/kitty/.config/kitty/kitty.conf.bak +++ b/kitty/.config/kitty/kitty.conf.bak @@ -8,8 +8,9 @@ # font_family Ubuntu Mono # font_family JetBrains Mono Nerd Font - font_family JetBrains Mono Extra Bold Nerd Font + # font_family JetBrains Mono Extra Bold Nerd Font # font_family DejaVu Mono + font_family comic mono bold # font_family source code pro # font_family Iosevka Term # font_family Fira Sans Bold @@ -2040,6 +2041,6 @@ map opt+cmd+, debug_config # BEGIN_KITTY_THEME -# 3024 Night +# GitHub Dark include current-theme.conf # END_KITTY_THEME |
