Initial commit
This commit is contained in:
78
kitty/themes/catppuccin-theme.conf
Normal file
78
kitty/themes/catppuccin-theme.conf
Normal file
@@ -0,0 +1,78 @@
|
||||
# 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 #1E1E2E
|
||||
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 #45475A
|
||||
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
|
||||
26
kitty/themes/cyberdream-transparent.conf
Normal file
26
kitty/themes/cyberdream-transparent.conf
Normal file
@@ -0,0 +1,26 @@
|
||||
# cyberdream theme for kitty
|
||||
background #000000
|
||||
foreground #ffffff
|
||||
cursor #ffffff
|
||||
cursor_text_color #16181a
|
||||
selection_background #3c4048
|
||||
color0 #16181a
|
||||
color8 #8D96A0
|
||||
color1 #ff6e5e
|
||||
color9 #ff6e5e
|
||||
color2 #5eff6c
|
||||
color10 #5eff6c
|
||||
color3 #f1ff5e
|
||||
color11 #f1ff5e
|
||||
color4 #5ea1ff
|
||||
color12 #5ea1ff
|
||||
color5 #bd5eff
|
||||
color13 #bd5eff
|
||||
color6 #5ef1ff
|
||||
color14 #5ef1ff
|
||||
color7 #ffffff
|
||||
color15 #ffffff
|
||||
selection_foreground #ffffff
|
||||
|
||||
background_opacity 0.8
|
||||
background_blur 48
|
||||
27
kitty/themes/cyberdream.conf
Normal file
27
kitty/themes/cyberdream.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
# cyberdream theme for kitty
|
||||
background #000000
|
||||
foreground #ffffff
|
||||
cursor #ffffff
|
||||
cursor_text_color #16181a
|
||||
selection_background #3c4048
|
||||
color0 #16181a
|
||||
color8 #8D96A0
|
||||
color1 #ff6e5e
|
||||
color9 #ff6e5e
|
||||
color2 #5eff6c
|
||||
color10 #5eff6c
|
||||
color3 #f1ff5e
|
||||
color11 #f1ff5e
|
||||
color4 #5ea1ff
|
||||
color12 #5ea1ff
|
||||
color5 #bd5eff
|
||||
color13 #bd5eff
|
||||
color6 #5ef1ff
|
||||
color14 #5ef1ff
|
||||
color7 #ffffff
|
||||
color15 #ffffff
|
||||
selection_foreground #ffffff
|
||||
|
||||
#background_image bg-blurred-darker.png
|
||||
#background_image_layout scaled
|
||||
|
||||
48
kitty/themes/monokai-inspired-spectrum.conf
Normal file
48
kitty/themes/monokai-inspired-spectrum.conf
Normal file
@@ -0,0 +1,48 @@
|
||||
# vim:ft=kitty
|
||||
|
||||
## name: Neon Monokai Pro Spectrum
|
||||
## description: A super vibrant neon version of the Monokai Pro Spectrum theme for Kitty
|
||||
|
||||
# General Colors
|
||||
background #2d2a2e
|
||||
foreground #fcfcfa
|
||||
selection_background #49483e
|
||||
selection_foreground #f8f8f0
|
||||
url_color #78dce8
|
||||
cursor #a9dc76
|
||||
cursor_text_color #2d2a2e
|
||||
|
||||
# Tabs
|
||||
active_tab_background #ffd866
|
||||
active_tab_foreground #2d2a2e
|
||||
inactive_tab_background #49483e
|
||||
inactive_tab_foreground #f8f8f2
|
||||
tab_bar_background #2d2a2e
|
||||
|
||||
# Windows
|
||||
active_border_color #ffd866
|
||||
inactive_border_color #49483e
|
||||
|
||||
# Normal Colors
|
||||
color0 #2d2a2e
|
||||
color1 #ff6188
|
||||
color2 #a9dc76
|
||||
color3 #ffd866
|
||||
color4 #78dce8
|
||||
color5 #ab9df2
|
||||
color6 #78dce8
|
||||
color7 #fcfcfa
|
||||
|
||||
# Bright Colors
|
||||
color8 #727072
|
||||
color9 #fc618d
|
||||
color10 #aefb63
|
||||
color11 #ffd866
|
||||
color12 #78dce8
|
||||
color13 #ab9df2
|
||||
color14 #78dce8
|
||||
color15 #ffffff
|
||||
|
||||
# Extended Colors
|
||||
color16 #fc9867
|
||||
color17 #ff6188
|
||||
48
kitty/themes/monokai-inspired-vibrant.conf
Normal file
48
kitty/themes/monokai-inspired-vibrant.conf
Normal file
@@ -0,0 +1,48 @@
|
||||
# vim:ft=kitty
|
||||
|
||||
## name: Neon Monokai-Pro-Kitty
|
||||
## description: A super vibrant neon version of the Monokai Pro theme for Kitty terminal
|
||||
|
||||
# General Colors
|
||||
background #000000
|
||||
foreground #ffffff
|
||||
selection_background #4d4d4d
|
||||
selection_foreground #ffffff
|
||||
url_color #00ffff
|
||||
cursor #00ff00
|
||||
cursor_text_color #000000
|
||||
|
||||
# Tabs
|
||||
active_tab_background #00ffff
|
||||
active_tab_foreground #000000
|
||||
inactive_tab_background #404040
|
||||
inactive_tab_foreground #808080
|
||||
tab_bar_background #000000
|
||||
|
||||
# Windows
|
||||
active_border_color #ff00ff
|
||||
inactive_border_color #404040
|
||||
|
||||
# Normal Colors
|
||||
color0 #1a1a1a
|
||||
color1 #ff006e
|
||||
color2 #00ff00
|
||||
color3 #ffff00
|
||||
color4 #007fff
|
||||
color5 #ff00ff
|
||||
color6 #00ffff
|
||||
color7 #ffffff
|
||||
|
||||
# Bright Colors
|
||||
color8 #404040
|
||||
color9 #ff1a8c
|
||||
color10 #33ff77
|
||||
color11 #ffff66
|
||||
color12 #3399ff
|
||||
color13 #ff66ff
|
||||
color14 #66ffff
|
||||
color15 #ffffff
|
||||
|
||||
# Extended Colors
|
||||
color16 #ff8000
|
||||
color17 #ff0033
|
||||
48
kitty/themes/monokai-inspired.conf
Normal file
48
kitty/themes/monokai-inspired.conf
Normal file
@@ -0,0 +1,48 @@
|
||||
# vim:ft=kitty
|
||||
|
||||
## name: Monokai Pro-Kitty
|
||||
## description: A Monokai Pro-inspired theme for Kitty terminal
|
||||
|
||||
# General Colors
|
||||
background #2d2a2e
|
||||
foreground #fcfcfa
|
||||
selection_background #403e41
|
||||
selection_foreground #fcfcfa
|
||||
url_color #78dce8
|
||||
cursor #a9dc76
|
||||
cursor_text_color #2d2a2e
|
||||
|
||||
# Tabs
|
||||
active_tab_background #78dce8
|
||||
active_tab_foreground #2d2a2e
|
||||
inactive_tab_background #403e41
|
||||
inactive_tab_foreground #a59f85
|
||||
tab_bar_background #19181a
|
||||
|
||||
# Windows
|
||||
active_border_color #a9dc76
|
||||
inactive_border_color #403e41
|
||||
|
||||
# Normal Colors
|
||||
color0 #19181a
|
||||
color1 #ff6188
|
||||
color2 #a9dc76
|
||||
color3 #ffd866
|
||||
color4 #78dce8
|
||||
color5 #ab9df2
|
||||
color6 #78dce8
|
||||
color7 #fcfcfa
|
||||
|
||||
# Bright Colors
|
||||
color8 #727072
|
||||
color9 #ff6188
|
||||
color10 #a9dc76
|
||||
color11 #ffd866
|
||||
color12 #78dce8
|
||||
color13 #ab9df2
|
||||
color14 #78dce8
|
||||
color15 #ffffff
|
||||
|
||||
# Extended Colors
|
||||
color16 #fc9867
|
||||
color17 #ff6188
|
||||
48
kitty/themes/oxocarbon.conf
Normal file
48
kitty/themes/oxocarbon.conf
Normal file
@@ -0,0 +1,48 @@
|
||||
# vim:ft=kitty
|
||||
|
||||
## name: Oxocarbon-Kitty
|
||||
## upstream: https://github.com/nikolovlazar/dotfiles/raw/main/.config/kitty/oxocarbon.conf
|
||||
|
||||
# General Colors
|
||||
background #161616
|
||||
foreground #d0d0d0
|
||||
selection_background #393939
|
||||
selection_foreground #d0d0d0
|
||||
url_color #73daca
|
||||
cursor #c0caf5
|
||||
cursor_text_color #1a1b26
|
||||
|
||||
# Tabs
|
||||
active_tab_background #85a7fa
|
||||
active_tab_foreground #16161e
|
||||
inactive_tab_background #292e42
|
||||
inactive_tab_foreground #545c7e
|
||||
tab_bar_background #15161e
|
||||
|
||||
# Windows
|
||||
active_border_color #7aa2f7
|
||||
inactive_border_color #292e42
|
||||
|
||||
# Normal Colors
|
||||
color0 #262626
|
||||
color1 #33b1ff
|
||||
color2 #be95ff
|
||||
color3 #42be65
|
||||
color4 #78a9ff
|
||||
color5 #82cfff
|
||||
color6 #3ddbd9
|
||||
color7 #f2f2f2
|
||||
|
||||
# Bright Colors
|
||||
color8 #525252
|
||||
color9 #33b1ff
|
||||
color10 #be95ff
|
||||
color11 #42be65
|
||||
color12 #78a9ff
|
||||
color13 #82cfff
|
||||
color14 #08bdba
|
||||
color15 #ffffff
|
||||
|
||||
# Extended Colors
|
||||
color16 #ff9e64
|
||||
color17 #db4b4b
|
||||
50
kitty/themes/tokyonight_day.conf
Normal file
50
kitty/themes/tokyonight_day.conf
Normal file
@@ -0,0 +1,50 @@
|
||||
# vim:ft=kitty
|
||||
|
||||
## name: Tokyo Night Day
|
||||
## license: MIT
|
||||
## author: Folke Lemaitre
|
||||
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_day.conf
|
||||
|
||||
|
||||
background #e1e2e7
|
||||
foreground #3760bf
|
||||
selection_background #b6bfe2
|
||||
selection_foreground #3760bf
|
||||
url_color #387068
|
||||
cursor #3760bf
|
||||
cursor_text_color #e1e2e7
|
||||
|
||||
# Tabs
|
||||
active_tab_background #2e7de9
|
||||
active_tab_foreground #e9e9ec
|
||||
inactive_tab_background #c4c8da
|
||||
inactive_tab_foreground #8990b3
|
||||
#tab_bar_background #e9e9ed
|
||||
|
||||
# Windows
|
||||
active_border_color #2e7de9
|
||||
inactive_border_color #c4c8da
|
||||
|
||||
# normal
|
||||
color0 #e9e9ed
|
||||
color1 #f52a65
|
||||
color2 #587539
|
||||
color3 #8c6c3e
|
||||
color4 #2e7de9
|
||||
color5 #9854f1
|
||||
color6 #007197
|
||||
color7 #6172b0
|
||||
|
||||
# bright
|
||||
color8 #a1a6c5
|
||||
color9 #f52a65
|
||||
color10 #587539
|
||||
color11 #8c6c3e
|
||||
color12 #2e7de9
|
||||
color13 #9854f1
|
||||
color14 #007197
|
||||
color15 #3760bf
|
||||
|
||||
# extended colors
|
||||
color16 #b15c00
|
||||
color17 #c64343
|
||||
50
kitty/themes/tokyonight_moon.conf
Normal file
50
kitty/themes/tokyonight_moon.conf
Normal file
@@ -0,0 +1,50 @@
|
||||
# vim:ft=kitty
|
||||
|
||||
## name: Tokyo Night Moon
|
||||
## license: MIT
|
||||
## author: Folke Lemaitre
|
||||
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_moon.conf
|
||||
|
||||
|
||||
background #222436
|
||||
foreground #c8d3f5
|
||||
selection_background #2d3f76
|
||||
selection_foreground #c8d3f5
|
||||
url_color #4fd6be
|
||||
cursor #c8d3f5
|
||||
cursor_text_color #222436
|
||||
|
||||
# Tabs
|
||||
active_tab_background #82aaff
|
||||
active_tab_foreground #1e2030
|
||||
inactive_tab_background #2f334d
|
||||
inactive_tab_foreground #545c7e
|
||||
#tab_bar_background #1b1d2b
|
||||
|
||||
# Windows
|
||||
active_border_color #82aaff
|
||||
inactive_border_color #2f334d
|
||||
|
||||
# normal
|
||||
color0 #1b1d2b
|
||||
color1 #ff757f
|
||||
color2 #c3e88d
|
||||
color3 #ffc777
|
||||
color4 #82aaff
|
||||
color5 #c099ff
|
||||
color6 #86e1fc
|
||||
color7 #828bb8
|
||||
|
||||
# bright
|
||||
color8 #444a73
|
||||
color9 #ff757f
|
||||
color10 #c3e88d
|
||||
color11 #ffc777
|
||||
color12 #82aaff
|
||||
color13 #c099ff
|
||||
color14 #86e1fc
|
||||
color15 #c8d3f5
|
||||
|
||||
# extended colors
|
||||
color16 #ff966c
|
||||
color17 #c53b53
|
||||
50
kitty/themes/tokyonight_night.conf
Normal file
50
kitty/themes/tokyonight_night.conf
Normal file
@@ -0,0 +1,50 @@
|
||||
# vim:ft=kitty
|
||||
|
||||
## name: Tokyo Night
|
||||
## license: MIT
|
||||
## author: Folke Lemaitre
|
||||
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_night.conf
|
||||
|
||||
|
||||
background #1a1b26
|
||||
foreground #c0caf5
|
||||
selection_background #283457
|
||||
selection_foreground #c0caf5
|
||||
url_color #73daca
|
||||
cursor #c0caf5
|
||||
cursor_text_color #1a1b26
|
||||
|
||||
# Tabs
|
||||
active_tab_background #7aa2f7
|
||||
active_tab_foreground #16161e
|
||||
inactive_tab_background #292e42
|
||||
inactive_tab_foreground #545c7e
|
||||
#tab_bar_background #15161e
|
||||
|
||||
# Windows
|
||||
active_border_color #7aa2f7
|
||||
inactive_border_color #292e42
|
||||
|
||||
# normal
|
||||
color0 #15161e
|
||||
color1 #f7768e
|
||||
color2 #9ece6a
|
||||
color3 #e0af68
|
||||
color4 #7aa2f7
|
||||
color5 #bb9af7
|
||||
color6 #7dcfff
|
||||
color7 #a9b1d6
|
||||
|
||||
# bright
|
||||
color8 #414868
|
||||
color9 #f7768e
|
||||
color10 #9ece6a
|
||||
color11 #e0af68
|
||||
color12 #7aa2f7
|
||||
color13 #bb9af7
|
||||
color14 #7dcfff
|
||||
color15 #c0caf5
|
||||
|
||||
# extended colors
|
||||
color16 #ff9e64
|
||||
color17 #db4b4b
|
||||
50
kitty/themes/tokyonight_storm.conf
Normal file
50
kitty/themes/tokyonight_storm.conf
Normal file
@@ -0,0 +1,50 @@
|
||||
# vim:ft=kitty
|
||||
|
||||
## name: Tokyo Night Storm
|
||||
## license: MIT
|
||||
## author: Folke Lemaitre
|
||||
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_storm.conf
|
||||
|
||||
|
||||
background #24283b
|
||||
foreground #c0caf5
|
||||
selection_background #2e3c64
|
||||
selection_foreground #c0caf5
|
||||
url_color #73daca
|
||||
cursor #c0caf5
|
||||
cursor_text_color #24283b
|
||||
|
||||
# Tabs
|
||||
active_tab_background #7aa2f7
|
||||
active_tab_foreground #1f2335
|
||||
inactive_tab_background #292e42
|
||||
inactive_tab_foreground #545c7e
|
||||
#tab_bar_background #1d202f
|
||||
|
||||
# Windows
|
||||
active_border_color #7aa2f7
|
||||
inactive_border_color #292e42
|
||||
|
||||
# normal
|
||||
color0 #1d202f
|
||||
color1 #f7768e
|
||||
color2 #9ece6a
|
||||
color3 #e0af68
|
||||
color4 #7aa2f7
|
||||
color5 #bb9af7
|
||||
color6 #7dcfff
|
||||
color7 #a9b1d6
|
||||
|
||||
# bright
|
||||
color8 #414868
|
||||
color9 #f7768e
|
||||
color10 #9ece6a
|
||||
color11 #e0af68
|
||||
color12 #7aa2f7
|
||||
color13 #bb9af7
|
||||
color14 #7dcfff
|
||||
color15 #c0caf5
|
||||
|
||||
# extended colors
|
||||
color16 #ff9e64
|
||||
color17 #db4b4b
|
||||
Reference in New Issue
Block a user