init commit

This commit is contained in:
2026-06-11 11:01:51 +05:30
commit 72e90c145e
36 changed files with 2380 additions and 0 deletions

70
kitty/current-theme.conf Normal file
View File

@@ -0,0 +1,70 @@
# vim:ft=kitty
## name: Everforest Light Medium
## author: Sainnhe Park
## license: MIT
## upstream: https://github.com/ewal/kitty-everforest/blob/master/themes/everforest_light_medium.conf
## blurb: A green based color scheme designed to be warm and soft
foreground #5c6a72
background #fdf6e3
selection_foreground #829181
selection_background #eaedc8
cursor #5c6a72
cursor_text_color #f4f0d9
url_color #3a94c5
active_border_color #8da101
inactive_border_color #bdc3af
bell_border_color #f57d26
visual_bell_color none
wayland_titlebar_color system
macos_titlebar_color system
active_tab_background #fdf6e3
active_tab_foreground #5c6a72
inactive_tab_background #fdf6e3
inactive_tab_foreground #939f91
tab_bar_background #fdf6e3
tab_bar_margin_color none
mark1_foreground #fdf6e3
mark1_background #3a94c5
mark2_foreground #fdf6e3
mark2_background #d3c6aa
mark3_foreground #fdf6e3
mark3_background #df69ba
#: black
color0 #708089
color8 #829181
#: red
color1 #f85552
color9 #e66868
#: green
color2 #8da101
color10 #93b259
#: yellow
color3 #dfa000
color11 #dfa000
#: blue
color4 #3a94c5
color12 #3a94c5
#: magenta
color5 #df69ba
color13 #df69ba
#: cyan
color6 #35a77c
color14 #35a77c
#: white
color7 #939f91
color15 #a6b0a0

View File

@@ -0,0 +1,53 @@
## name: Rosé Pine
## author: mvllow
## license: MIT
## upstream: https://github.com/rose-pine/kitty/blob/main/dist/rose-pine.conf
## blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
foreground #e0def4
background #191724
selection_foreground #e0def4
selection_background #403d52
cursor #524f67
cursor_text_color #e0def4
url_color #c4a7e7
active_tab_foreground #e0def4
active_tab_background #26233a
inactive_tab_foreground #6e6a86
inactive_tab_background #191724
# black
color0 #26233a
color8 #6e6a86
# red
color1 #eb6f92
color9 #eb6f92
# green
color2 #31748f
color10 #31748f
# yellow
color3 #f6c177
color11 #f6c177
# blue
color4 #9ccfd8
color12 #9ccfd8
# magenta
color5 #c4a7e7
color13 #c4a7e7
# cyan
color6 #ebbcba
color14 #ebbcba
# white
color7 #e0def4
color15 #e0def4

17
kitty/kitty.conf Normal file
View File

@@ -0,0 +1,17 @@
# vim:fileencoding=utf-8:foldmethod=marker
font_family FiraCode Nerd Font
font_size 12
window_padding_width 5
background_opacity 0.96
background_blur 0
# BEGIN_KITTY_THEME
# Everforest Light Medium
include current-theme.conf
# END_KITTY_THEME
window_padding_width 8
allow_remote_control yes
# hide_window_decorations yes

17
kitty/kitty.conf.bak Normal file
View File

@@ -0,0 +1,17 @@
# vim:fileencoding=utf-8:foldmethod=marker
font_family FiraCode Nerd Font
font_size 12
window_padding_width 5
background_opacity 0.96
background_blur 0
# BEGIN_KITTY_THEME
# Afterglow
include current-theme.conf
# END_KITTY_THEME
window_padding_width 8
allow_remote_control yes
# hide_window_decorations yes

103
kitty/light-theme.auto.conf Normal file
View File

@@ -0,0 +1,103 @@
# vim:ft=kitty
## name: Dawnfox
## author: EdenEast
## license: MIT
## upstream: https://github.com/EdenEast/nightfox.nvim/blob/main/extra/dawnfox/kitty.conf
## blurb: Dawnfox theme from the neovim colorscheme nightfox.nvim.
#: All the settings below are colors, which you can choose to modify, or use the
#: defaults. You can also add non-color based settings if needed but note that
#: these will not work with using kitty @ set-colors with this theme. For a
#: reference on what these settings do see https://sw.kovidgoyal.net/kitty/conf/
#: The basic colors
foreground #575279
background #faf4ed
selection_foreground #575279
selection_background #d0d8d8
#: Cursor colors
cursor #575279
cursor_text_color #faf4ed
#: URL underline color when hovering with mouse
url_color #618774
#: kitty window border colors and terminal bell colors
active_border_color #286983
inactive_border_color #bdbfc9
bell_border_color #d7827e
# visual_bell_color none
#: OS Window titlebar colors
# wayland_titlebar_color system
# macos_titlebar_color system
#: Tab bar colors
active_tab_foreground #ebe5df
active_tab_background #286983
inactive_tab_foreground #9893a5
inactive_tab_background #d0d8d8
# tab_bar_background none
# tab_bar_margin_color none
#: Colors for marks (marked text in the terminal)
# mark1_foreground black
# mark1_background #98d3cb
# mark2_foreground black
# mark2_background #f2dcd3
# mark3_foreground black
# mark3_background #f274bc
#: The basic 16 colors
#: black
color0 #575279
color8 #5f5695
#: red
color1 #b4637a
color9 #c26d85
#: green
color2 #618774
color10 #629f81
#: yellow
color3 #ea9d34
color11 #eea846
#: blue
color4 #286983
color12 #2d81a3
#: magenta
color5 #907aa9
color13 #9a80b9
#: cyan
color6 #56949f
color14 #5ca7b4
#: white
color7 #e5e9f0
color15 #e6ebf3
#: You can set the remaining 240 colors as color16 to color255.
color16 #d7827e
color17 #d685af

View File

@@ -0,0 +1,53 @@
## name: Rosé Pine
## author: mvllow
## license: MIT
## upstream: https://github.com/rose-pine/kitty/blob/main/dist/rose-pine.conf
## blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
foreground #e0def4
background #191724
selection_foreground #e0def4
selection_background #403d52
cursor #524f67
cursor_text_color #e0def4
url_color #c4a7e7
active_tab_foreground #e0def4
active_tab_background #26233a
inactive_tab_foreground #6e6a86
inactive_tab_background #191724
# black
color0 #26233a
color8 #6e6a86
# red
color1 #eb6f92
color9 #eb6f92
# green
color2 #31748f
color10 #31748f
# yellow
color3 #f6c177
color11 #f6c177
# blue
color4 #9ccfd8
color12 #9ccfd8
# magenta
color5 #c4a7e7
color13 #c4a7e7
# cyan
color6 #ebbcba
color14 #ebbcba
# white
color7 #e0def4
color15 #e0def4