feat(kitty): add colors
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
9a7fa95298
commit
a5379ed5a7
13 changed files with 353 additions and 0 deletions
62
playbooks/roles/shell/templates/kitty/colors/dracula.conf
Normal file
62
playbooks/roles/shell/templates/kitty/colors/dracula.conf
Normal file
|
@ -0,0 +1,62 @@
|
||||||
|
# https://draculatheme.com/kitty
|
||||||
|
#
|
||||||
|
# Installation instructions:
|
||||||
|
#
|
||||||
|
# cp dracula.conf ~/.config/kitty/
|
||||||
|
# echo "include dracula.conf" >> ~/.config/kitty/kitty.conf
|
||||||
|
#
|
||||||
|
# Then reload kitty for the config to take affect.
|
||||||
|
# Alternatively copy paste below directly into kitty.conf
|
||||||
|
|
||||||
|
foreground #f8f8f2
|
||||||
|
background #282a36
|
||||||
|
selection_foreground #ffffff
|
||||||
|
selection_background #44475a
|
||||||
|
|
||||||
|
url_color #8be9fd
|
||||||
|
|
||||||
|
# black
|
||||||
|
color0 #21222c
|
||||||
|
color8 #6272a4
|
||||||
|
|
||||||
|
# red
|
||||||
|
color1 #ff5555
|
||||||
|
color9 #ff6e6e
|
||||||
|
|
||||||
|
# green
|
||||||
|
color2 #50fa7b
|
||||||
|
color10 #69ff94
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
color3 #f1fa8c
|
||||||
|
color11 #ffffa5
|
||||||
|
|
||||||
|
# blue
|
||||||
|
color4 #bd93f9
|
||||||
|
color12 #d6acff
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 #ff79c6
|
||||||
|
color13 #ff92df
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 #8be9fd
|
||||||
|
color14 #a4ffff
|
||||||
|
|
||||||
|
# white
|
||||||
|
color7 #f8f8f2
|
||||||
|
color15 #ffffff
|
||||||
|
|
||||||
|
# Cursor colors
|
||||||
|
cursor #f8f8f2
|
||||||
|
cursor_text_color background
|
||||||
|
|
||||||
|
# Tab bar colors
|
||||||
|
active_tab_foreground #282a36
|
||||||
|
active_tab_background #f8f8f2
|
||||||
|
inactive_tab_foreground #282a36
|
||||||
|
inactive_tab_background #6272a4
|
||||||
|
|
||||||
|
# Marks
|
||||||
|
mark1_foreground #282a36
|
||||||
|
mark1_background #ff5555
|
47
playbooks/roles/shell/templates/kitty/colors/kanagawa.conf
Normal file
47
playbooks/roles/shell/templates/kitty/colors/kanagawa.conf
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
# vim:ft=kitty
|
||||||
|
|
||||||
|
## name: Kanagawa
|
||||||
|
## license: MIT
|
||||||
|
## author: Tommaso Laurenzi
|
||||||
|
## upstream: https://github.com/rebelot/kanagawa.nvim/
|
||||||
|
|
||||||
|
|
||||||
|
background #1F1F28
|
||||||
|
foreground #DCD7BA
|
||||||
|
selection_background #2D4F67
|
||||||
|
selection_foreground #C8C093
|
||||||
|
url_color #72A7BC
|
||||||
|
cursor #C8C093
|
||||||
|
|
||||||
|
# Tabs
|
||||||
|
active_tab_background #2D4F67
|
||||||
|
active_tab_foreground #DCD7BA
|
||||||
|
inactive_tab_background #223249
|
||||||
|
inactive_tab_foreground #727169
|
||||||
|
#tab_bar_background #15161E
|
||||||
|
|
||||||
|
# normal
|
||||||
|
color0 #090618
|
||||||
|
color1 #C34043
|
||||||
|
color2 #76946A
|
||||||
|
color3 #C0A36E
|
||||||
|
color4 #7E9CD8
|
||||||
|
color5 #957FB8
|
||||||
|
color6 #6A9589
|
||||||
|
color7 #C8C093
|
||||||
|
|
||||||
|
# bright
|
||||||
|
color8 #727169
|
||||||
|
color9 #E82424
|
||||||
|
color10 #98BB6C
|
||||||
|
color11 #E6C384
|
||||||
|
color12 #7FB4CA
|
||||||
|
color13 #938AA9
|
||||||
|
color14 #7AA89F
|
||||||
|
color15 #DCD7BA
|
||||||
|
|
||||||
|
|
||||||
|
# extended colors
|
||||||
|
color16 #FFA066
|
||||||
|
color17 #FF5D62
|
||||||
|
|
25
playbooks/roles/shell/templates/kitty/colors/monokai/classic.yml
Executable file
25
playbooks/roles/shell/templates/kitty/colors/monokai/classic.yml
Executable file
|
@ -0,0 +1,25 @@
|
||||||
|
# Monokai Classic
|
||||||
|
colors:
|
||||||
|
primary:
|
||||||
|
foreground: "#fdfff1"
|
||||||
|
background: "#3b3c35"
|
||||||
|
|
||||||
|
normal:
|
||||||
|
black: "#3b3c35"
|
||||||
|
blue: "#fd971f"
|
||||||
|
cyan: "#66d9ef"
|
||||||
|
green: "#a6e22e"
|
||||||
|
magenta: "#ae81ff"
|
||||||
|
red: "#f92672"
|
||||||
|
white: "#fdfff1"
|
||||||
|
yellow: "#e6db74"
|
||||||
|
|
||||||
|
bright:
|
||||||
|
black: "#6e7066"
|
||||||
|
blue: "#fd971f"
|
||||||
|
cyan: "#66d9ef"
|
||||||
|
green: "#a6e22e"
|
||||||
|
magenta: "#ae81ff"
|
||||||
|
red: "#f92672"
|
||||||
|
white: "#fdfff1"
|
||||||
|
yellow: "#e6db74"
|
25
playbooks/roles/shell/templates/kitty/colors/monokai/pro.yml
Executable file
25
playbooks/roles/shell/templates/kitty/colors/monokai/pro.yml
Executable file
|
@ -0,0 +1,25 @@
|
||||||
|
# Monokai Pro
|
||||||
|
colors:
|
||||||
|
primary:
|
||||||
|
foreground: "#fcfcfa"
|
||||||
|
background: "#403e41"
|
||||||
|
|
||||||
|
normal:
|
||||||
|
black: "#403e41"
|
||||||
|
blue: "#fc9867"
|
||||||
|
cyan: "#78dce8"
|
||||||
|
green: "#a9dc76"
|
||||||
|
magenta: "#ab9df2"
|
||||||
|
red: "#ff6188"
|
||||||
|
white: "#fcfcfa"
|
||||||
|
yellow: "#ffd866"
|
||||||
|
|
||||||
|
bright:
|
||||||
|
black: "#727072"
|
||||||
|
blue: "#fc9867"
|
||||||
|
cyan: "#78dce8"
|
||||||
|
green: "#a9dc76"
|
||||||
|
magenta: "#ab9df2"
|
||||||
|
red: "#ff6188"
|
||||||
|
white: "#fcfcfa"
|
||||||
|
yellow: "#ffd866"
|
25
playbooks/roles/shell/templates/kitty/colors/monokai/pro_filter_machine.yml
Executable file
25
playbooks/roles/shell/templates/kitty/colors/monokai/pro_filter_machine.yml
Executable file
|
@ -0,0 +1,25 @@
|
||||||
|
# Monokai Pro (Filter Machine)
|
||||||
|
colors:
|
||||||
|
primary:
|
||||||
|
foreground: "#f2fffc"
|
||||||
|
background: "#3a4449"
|
||||||
|
|
||||||
|
normal:
|
||||||
|
black: "#3a4449"
|
||||||
|
blue: "#ffb270"
|
||||||
|
cyan: "#7cd5f1"
|
||||||
|
green: "#a2e57b"
|
||||||
|
magenta: "#baa0f8"
|
||||||
|
red: "#ff6d7e"
|
||||||
|
white: "#f2fffc"
|
||||||
|
yellow: "#ffed72"
|
||||||
|
|
||||||
|
bright:
|
||||||
|
black: "#6b7678"
|
||||||
|
blue: "#ffb270"
|
||||||
|
cyan: "#7cd5f1"
|
||||||
|
green: "#a2e57b"
|
||||||
|
magenta: "#baa0f8"
|
||||||
|
red: "#ff6d7e"
|
||||||
|
white: "#f2fffc"
|
||||||
|
yellow: "#ffed72"
|
25
playbooks/roles/shell/templates/kitty/colors/monokai/pro_filter_octagon.yml
Executable file
25
playbooks/roles/shell/templates/kitty/colors/monokai/pro_filter_octagon.yml
Executable file
|
@ -0,0 +1,25 @@
|
||||||
|
# Monokai Pro (Filter Octagon)
|
||||||
|
colors:
|
||||||
|
primary:
|
||||||
|
foreground: "#eaf2f1"
|
||||||
|
background: "#3a3d4b"
|
||||||
|
|
||||||
|
normal:
|
||||||
|
black: "#3a3d4b"
|
||||||
|
blue: "#ff9b5e"
|
||||||
|
cyan: "#9cd1bb"
|
||||||
|
green: "#bad761"
|
||||||
|
magenta: "#c39ac9"
|
||||||
|
red: "#ff657a"
|
||||||
|
white: "#eaf2f1"
|
||||||
|
yellow: "#ffd76d"
|
||||||
|
|
||||||
|
bright:
|
||||||
|
black: "#696d77"
|
||||||
|
blue: "#ff9b5e"
|
||||||
|
cyan: "#9cd1bb"
|
||||||
|
green: "#bad761"
|
||||||
|
magenta: "#c39ac9"
|
||||||
|
red: "#ff657a"
|
||||||
|
white: "#eaf2f1"
|
||||||
|
yellow: "#ffd76d"
|
|
@ -0,0 +1,25 @@
|
||||||
|
# Monokai Pro (Filter Ristretto)
|
||||||
|
colors:
|
||||||
|
primary:
|
||||||
|
foreground: "#fff1f3"
|
||||||
|
background: "#403838"
|
||||||
|
|
||||||
|
normal:
|
||||||
|
black: "#403838"
|
||||||
|
blue: "#f38d70"
|
||||||
|
cyan: "#85dacc"
|
||||||
|
green: "#adda78"
|
||||||
|
magenta: "#a8a9eb"
|
||||||
|
red: "#fd6883"
|
||||||
|
white: "#fff1f3"
|
||||||
|
yellow: "#f9cc6c"
|
||||||
|
|
||||||
|
bright:
|
||||||
|
black: "#72696a"
|
||||||
|
blue: "#f38d70"
|
||||||
|
cyan: "#85dacc"
|
||||||
|
green: "#adda78"
|
||||||
|
magenta: "#a8a9eb"
|
||||||
|
red: "#fd6883"
|
||||||
|
white: "#fff1f3"
|
||||||
|
yellow: "#f9cc6c"
|
25
playbooks/roles/shell/templates/kitty/colors/monokai/pro_filter_spectrum.yml
Executable file
25
playbooks/roles/shell/templates/kitty/colors/monokai/pro_filter_spectrum.yml
Executable file
|
@ -0,0 +1,25 @@
|
||||||
|
# Monokai Pro (Filter Spectrum)
|
||||||
|
colors:
|
||||||
|
primary:
|
||||||
|
foreground: "#f7f1ff"
|
||||||
|
background: "#363537"
|
||||||
|
|
||||||
|
normal:
|
||||||
|
black: "#363537"
|
||||||
|
blue: "#fd9353"
|
||||||
|
cyan: "#5ad4e6"
|
||||||
|
green: "#7bd88f"
|
||||||
|
magenta: "#948ae3"
|
||||||
|
red: "#fc618d"
|
||||||
|
white: "#f7f1ff"
|
||||||
|
yellow: "#fce566"
|
||||||
|
|
||||||
|
bright:
|
||||||
|
black: "#69676c"
|
||||||
|
blue: "#fd9353"
|
||||||
|
cyan: "#5ad4e6"
|
||||||
|
green: "#7bd88f"
|
||||||
|
magenta: "#948ae3"
|
||||||
|
red: "#fc618d"
|
||||||
|
white: "#f7f1ff"
|
||||||
|
yellow: "#fce566"
|
4
playbooks/roles/shell/templates/kitty/colors/nord.conf
Executable file
4
playbooks/roles/shell/templates/kitty/colors/nord.conf
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
background #2e3440
|
||||||
|
foreground #d8dee9
|
||||||
|
cursor_text_color #2e3440
|
||||||
|
cursor #d8dee9
|
4
playbooks/roles/shell/templates/kitty/colors/one_dark.conf
Executable file
4
playbooks/roles/shell/templates/kitty/colors/one_dark.conf
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
background #282c34
|
||||||
|
foreground #abb2bf
|
||||||
|
cursor_text_color CellBackground
|
||||||
|
cursor #528bff
|
4
playbooks/roles/shell/templates/kitty/colors/one_light.conf
Executable file
4
playbooks/roles/shell/templates/kitty/colors/one_light.conf
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
background #fafafa
|
||||||
|
foreground #383a42
|
||||||
|
cursor_text_color CellBackground
|
||||||
|
cursor #526eff
|
|
@ -0,0 +1,41 @@
|
||||||
|
# Onehalf Colorscheme for Kitty
|
||||||
|
# Based on https://github.com/sonph/onehalf
|
||||||
|
# By https://github.com/dbinary
|
||||||
|
|
||||||
|
foreground #dcdfe4
|
||||||
|
background #282c34
|
||||||
|
selection_foreground #000000
|
||||||
|
selection_background #FFFACD
|
||||||
|
url_color #0087BD
|
||||||
|
|
||||||
|
# black
|
||||||
|
color0 #282c34
|
||||||
|
color8 #5d677a
|
||||||
|
|
||||||
|
# red
|
||||||
|
color1 #e06c75
|
||||||
|
color9 #e06c75
|
||||||
|
|
||||||
|
# green
|
||||||
|
color2 #98c379
|
||||||
|
color10 #98c379
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
color3 #e5c07b
|
||||||
|
color11 #e5c07b
|
||||||
|
|
||||||
|
# blue
|
||||||
|
color4 #61afef
|
||||||
|
color12 #61afef
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 #c678dd
|
||||||
|
color13 #c678dd
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 #56b6c2
|
||||||
|
color14 #56b6c2
|
||||||
|
|
||||||
|
# white
|
||||||
|
color7 #dcdfe4
|
||||||
|
color15 #dcdfe4
|
|
@ -0,0 +1,41 @@
|
||||||
|
# Onehalf Light Colorscheme for Kitty
|
||||||
|
# Based on https://github.com/sonph/onehalf
|
||||||
|
# By https://github.com/dbinary
|
||||||
|
|
||||||
|
foreground #383A42
|
||||||
|
background #FAFAFA
|
||||||
|
selection_foreground #383A42
|
||||||
|
selection_background #BFCEFF
|
||||||
|
url_color #F0F0F0
|
||||||
|
|
||||||
|
# black
|
||||||
|
color0 #383A42
|
||||||
|
color8 #383A42
|
||||||
|
|
||||||
|
# red
|
||||||
|
color1 #E45649
|
||||||
|
color9 #E45649
|
||||||
|
|
||||||
|
# green
|
||||||
|
color2 #40A14F
|
||||||
|
color10 #40A14F
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
color3 #C18401
|
||||||
|
color11 #C18401
|
||||||
|
|
||||||
|
# blue
|
||||||
|
color4 #0184BC
|
||||||
|
color12 #0184BC
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 #A626A4
|
||||||
|
color13 #A626A4
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 #0997B3
|
||||||
|
color14 #0997B3
|
||||||
|
|
||||||
|
# white
|
||||||
|
color7 #FAFAFA
|
||||||
|
color15 #FAFAFA
|
Loading…
Reference in a new issue