Initial commit

This commit is contained in:
2023-12-03 18:15:25 +01:00
commit a348840fba
18 changed files with 2091 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
## name: Rosé Pine Dawn
## author: mvllow
## license: MIT
## upstream: https://github.com/rose-pine/kitty/blob/main/dist/rose-pine-dawn.conf
## blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
foreground #575279
background #faf4ed
selection_foreground #575279
selection_background #dfdad9
cursor #cecacd
cursor_text_color #575279
url_color #907aa9
active_tab_foreground #575279
active_tab_background #f2e9e1
inactive_tab_foreground #9893a5
inactive_tab_background #faf4ed
# black
color0 #f2e9e1
color8 #9893a5
# red
color1 #b4637a
color9 #b4637a
# green
color2 #286983
color10 #286983
# yellow
color3 #ea9d34
color11 #ea9d34
# blue
color4 #56949f
color12 #56949f
# magenta
color5 #907aa9
color13 #907aa9
# cyan
color6 #d7827e
color14 #d7827e
# white
color7 #575279
color15 #575279

View File

@@ -0,0 +1,75 @@
## name: Cyberpunk
## license: MIT
## upstream: https://raw.githubusercontent.com/jandre953/kitty-cyberpunk/master/cyberpunk.conf
## blurb: A cyberpunk theme based on the Cyberpunk VIM Colorscheme by thedenisnikulin.
#: The basic colors
foreground #FF0055
background #120B10
selection_foreground none
selection_background #563466
#: Cursor colors
cursor #00FFC8
cursor_text_color background
#: URL underline color when hovering with mouse
url_color #FFFC58
#: kitty window border colors and terminal bell colors
active_border_color #FF0055
inactive_border_color #101116
bell_border_color #FF0055
visual_bell_color none
#: Tab bar colors
active_tab_foreground #140007
active_tab_background #FF0055
inactive_tab_foreground #FF0055
inactive_tab_background #120B10
tab_bar_background #140007
tab_bar_margin_color #140007
#: The basic 16 colors
#: black
color0 #000000
color8 #777777
#: red
color1 #FF0055
color9 #FF4081
#: green
color2 #009550
color10 #00FF9C
#: yellow
color3 #F4EF00
color11 #FFFC58
#: blue
color4 #6766B3
color12 #76C1FF
#: magenta
color5 #D57BFF
color13 #C592FF
#: cyan
color6 #0DCDCD
color14 #00FFC8
#: white
color7 #EEFFFF
color15 #FFFFFF

21
.config/kitty/encom.conf Normal file
View File

@@ -0,0 +1,21 @@
background #000000
foreground #00a595
cursor #bbbbbb
selection_background #00a48c
color0 #000000
color8 #545454
color1 #9f0000
color9 #ff0000
color2 #008b00
color10 #00ee00
color3 #ffcf00
color11 #ffff00
color4 #00c1ff
color12 #0081ff
color5 #bc00ca
color13 #ff00ff
color6 #008b8b
color14 #00cdcd
color7 #bbbbbb
color15 #ffffff
selection_foreground #000000

10
.config/kitty/kitty.conf Normal file
View File

@@ -0,0 +1,10 @@
font_family ProggyClean Nerd Font Mono
font_size 19.0
cursor_shape underline
cursor_blink_interval 0.75
cursor_stop_blinking_after 0
shell_integration no-cursor
enable_audio_bell false
background_opacity 0.8
include encom.conf

View File

@@ -0,0 +1,45 @@
# vim:ft=kitty
## name: Sakura Night
## license: MIT
## author: PandaCatPlayz
## upstream: https://pandacatplayz.github.io/kitty-themes/Sakura_Night.conf
## blurb: A custom kitty dark theme loosely using the Endesga 32 palette
background #181425
foreground #F06292
cursor #F06292
selection_background #F06292
#: black
color0 #181425
color8 #262b44
#: red
color1 #e43b44
color9 #ff0044
#: green
color2 #3e8948
color10 #63c74d
#: yellow
color3 #feae34
color11 #fee761
#: blue
color4 #124e89
color12 #0099db
#: magenta
color5 #b55088
color13 #F06292
#: cyan
color6 #008080
color14 #66b2b2
#: white
color7 #c0cbdc
color15 #ffffff
selection_foreground #f7f7f7