feat(kitty): config w/ dracula theme
This commit is contained in:
parent
9a21adbf17
commit
5e56e311d8
4 changed files with 5172 additions and 0 deletions
66
private_dot_config/kitty/dracula.conf
Normal file
66
private_dot_config/kitty/dracula.conf
Normal file
|
|
@ -0,0 +1,66 @@
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# Splits/Windows
|
||||||
|
active_border_color #f8f8f2
|
||||||
|
inactive_border_color #6272a4
|
||||||
2488
private_dot_config/kitty/kitty.conf
Normal file
2488
private_dot_config/kitty/kitty.conf
Normal file
File diff suppressed because it is too large
Load diff
2488
private_dot_config/kitty/kitty.conf.bak
Normal file
2488
private_dot_config/kitty/kitty.conf.bak
Normal file
File diff suppressed because it is too large
Load diff
130
private_dot_config/kitty/private_unicode-input-favorites.conf
Normal file
130
private_dot_config/kitty/private_unicode-input-favorites.conf
Normal file
|
|
@ -0,0 +1,130 @@
|
||||||
|
# Favorite characters for unicode input
|
||||||
|
# Enter the hex code for each favorite character on a new line. Blank lines are
|
||||||
|
# ignored and anything after a # is considered a comment.
|
||||||
|
|
||||||
|
b7 # · middle dot
|
||||||
|
1f629 # 😩 weary face
|
||||||
|
2018 # ‘ left single quotation mark
|
||||||
|
2019 # ’ right single quotation mark
|
||||||
|
201c # “ left double quotation mark
|
||||||
|
201d # ” right double quotation mark
|
||||||
|
2039 # ‹ single left-pointing angle quotation mark
|
||||||
|
203a # › single right-pointing angle quotation mark
|
||||||
|
ab # « left-pointing double angle quotation mark
|
||||||
|
bb # » right-pointing double angle quotation mark
|
||||||
|
201a # ‚ single low-9 quotation mark
|
||||||
|
201e # „ double low-9 quotation mark
|
||||||
|
1f600 # 😀 grinning face
|
||||||
|
1f61b # 😛 face with stuck-out tongue
|
||||||
|
1f607 # 😇 smiling face with halo
|
||||||
|
1f608 # 😈 smiling face with horns
|
||||||
|
1f609 # 😉 winking face
|
||||||
|
1f60d # 😍 smiling face with heart-shaped eyes
|
||||||
|
1f60e # 😎 smiling face with sunglasses
|
||||||
|
1f62e # 😮 face with open mouth
|
||||||
|
1f44d # 👍 thumbs up sign
|
||||||
|
1f44e # 👎 thumbs down sign
|
||||||
|
2014 # — em dash
|
||||||
|
2013 # – en dash
|
||||||
|
a7 # § section sign
|
||||||
|
b6 # ¶ pilcrow sign
|
||||||
|
2020 # † dagger
|
||||||
|
2021 # ‡ double dagger
|
||||||
|
a9 # © copyright sign
|
||||||
|
ae # ® registered sign
|
||||||
|
2122 # ™ trade mark sign
|
||||||
|
2192 # → rightwards arrow
|
||||||
|
21d2 # ⇒ rightwards double arrow
|
||||||
|
2022 # • bullet
|
||||||
|
b0 # ° degree sign
|
||||||
|
b1 # ± plus-minus sign
|
||||||
|
2212 # − minus sign
|
||||||
|
d7 # × multiplication sign
|
||||||
|
f7 # ÷ division sign
|
||||||
|
bc # ¼ vulgar fraction one quarter
|
||||||
|
bd # ½ vulgar fraction one half
|
||||||
|
bd # ½ vulgar fraction one half
|
||||||
|
be # ¾ vulgar fraction three quarters
|
||||||
|
2026 # … horizontal ellipsis
|
||||||
|
b5 # µ micro sign
|
||||||
|
a2 # ¢ cent sign
|
||||||
|
a3 # £ pound sign
|
||||||
|
20ac # € euro sign
|
||||||
|
bf # ¿ inverted question mark
|
||||||
|
a1 # ¡ inverted exclamation mark
|
||||||
|
a8 # ¨ diaeresis
|
||||||
|
b4 # ´ acute accent
|
||||||
|
b8 # ¸ cedilla
|
||||||
|
2c6 # ˆ modifier letter circumflex accent
|
||||||
|
2dc # ˜ small tilde
|
||||||
|
c0 # À latin capital letter a with grave
|
||||||
|
c1 # Á latin capital letter a with acute
|
||||||
|
c2 # Â latin capital letter a with circumflex
|
||||||
|
c3 # Ã latin capital letter a with tilde
|
||||||
|
c4 # Ä latin capital letter a with diaeresis
|
||||||
|
c5 # Å latin capital letter a with ring above
|
||||||
|
c6 # Æ latin capital letter ae
|
||||||
|
c7 # Ç latin capital letter c with cedilla
|
||||||
|
c8 # È latin capital letter e with grave
|
||||||
|
c9 # É latin capital letter e with acute
|
||||||
|
ca # Ê latin capital letter e with circumflex
|
||||||
|
cb # Ë latin capital letter e with diaeresis
|
||||||
|
cc # Ì latin capital letter i with grave
|
||||||
|
cd # Í latin capital letter i with acute
|
||||||
|
ce # Î latin capital letter i with circumflex
|
||||||
|
cf # Ï latin capital letter i with diaeresis
|
||||||
|
d0 # Ð latin capital letter eth
|
||||||
|
d1 # Ñ latin capital letter n with tilde
|
||||||
|
d2 # Ò latin capital letter o with grave
|
||||||
|
d3 # Ó latin capital letter o with acute
|
||||||
|
d4 # Ô latin capital letter o with circumflex
|
||||||
|
d5 # Õ latin capital letter o with tilde
|
||||||
|
d6 # Ö latin capital letter o with diaeresis
|
||||||
|
d8 # Ø latin capital letter o with stroke
|
||||||
|
152 # Œ latin capital ligature oe
|
||||||
|
160 # Š latin capital letter s with caron
|
||||||
|
d9 # Ù latin capital letter u with grave
|
||||||
|
da # Ú latin capital letter u with acute
|
||||||
|
db # Û latin capital letter u with circumflex
|
||||||
|
dc # Ü latin capital letter u with diaeresis
|
||||||
|
dd # Ý latin capital letter y with acute
|
||||||
|
178 # Ÿ latin capital letter y with diaeresis
|
||||||
|
de # Þ latin capital letter thorn
|
||||||
|
df # ß latin small letter sharp s
|
||||||
|
e0 # à latin small letter a with grave
|
||||||
|
e1 # á latin small letter a with acute
|
||||||
|
e2 # â latin small letter a with circumflex
|
||||||
|
e3 # ã latin small letter a with tilde
|
||||||
|
e4 # ä latin small letter a with diaeresis
|
||||||
|
e5 # å latin small letter a with ring above
|
||||||
|
e6 # æ latin small letter ae
|
||||||
|
e7 # ç latin small letter c with cedilla
|
||||||
|
e8 # è latin small letter e with grave
|
||||||
|
e9 # é latin small letter e with acute
|
||||||
|
ea # ê latin small letter e with circumflex
|
||||||
|
eb # ë latin small letter e with diaeresis
|
||||||
|
ec # ì latin small letter i with grave
|
||||||
|
ed # í latin small letter i with acute
|
||||||
|
ee # î latin small letter i with circumflex
|
||||||
|
ef # ï latin small letter i with diaeresis
|
||||||
|
f0 # ð latin small letter eth
|
||||||
|
f1 # ñ latin small letter n with tilde
|
||||||
|
f2 # ò latin small letter o with grave
|
||||||
|
f3 # ó latin small letter o with acute
|
||||||
|
f4 # ô latin small letter o with circumflex
|
||||||
|
f5 # õ latin small letter o with tilde
|
||||||
|
f6 # ö latin small letter o with diaeresis
|
||||||
|
f8 # ø latin small letter o with stroke
|
||||||
|
153 # œ latin small ligature oe
|
||||||
|
161 # š latin small letter s with caron
|
||||||
|
f9 # ù latin small letter u with grave
|
||||||
|
fa # ú latin small letter u with acute
|
||||||
|
fb # û latin small letter u with circumflex
|
||||||
|
fc # ü latin small letter u with diaeresis
|
||||||
|
fd # ý latin small letter y with acute
|
||||||
|
ff # ÿ latin small letter y with diaeresis
|
||||||
|
fe # þ latin small letter thorn
|
||||||
|
aa # ª feminine ordinal indicator
|
||||||
|
ba # º masculine ordinal indicator
|
||||||
|
3b1 # α greek small letter alpha
|
||||||
|
3a9 # Ω greek capital letter omega
|
||||||
Loading…
Add table
Add a link
Reference in a new issue