added themes, niri waybar updat, nvim plugins updates and additions

This commit is contained in:
liph22
2026-02-03 09:43:40 +01:00
parent 1b652298ef
commit f3d1e7fdb1
78 changed files with 1443 additions and 1594 deletions

View File

@@ -1,56 +1,47 @@
## name: Rosé Pine Moon
## author: mvllow
## license: MIT
## upstream: https://github.com/rose-pine/kitty/blob/main/dist/rose-pine-moon.conf
## blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
background #282828
foreground #d4be98
foreground #e0def4
background #232136
selection_foreground #e0def4
selection_background #44415a
selection_background #d4be98
selection_foreground #282828
cursor #56526e
cursor_text_color #e0def4
cursor #a89984
cursor_text_color background
url_color #c4a7e7
active_tab_background #282828
active_tab_foreground #d4be98
active_tab_font_style bold
inactive_tab_background #282828
inactive_tab_foreground #a89984
inactive_tab_font_style normal
active_tab_foreground #e0def4
active_tab_background #393552
inactive_tab_foreground #6e6a86
inactive_tab_background #232136
# Black
color0 #665c54
color8 #928374
active_border_color #3e8fb0
inactive_border_color #44415a
# Red
color1 #ea6962
color9 #ea6962
# black
color0 #393552
color8 #6e6a86
# Green
color2 #a9b665
color10 #a9b665
# red
color1 #eb6f92
color9 #eb6f92
# Yellow
color3 #e78a4e
color11 #d8a657
# green
color2 #3e8fb0
color10 #3e8fb0
# Blue
color4 #7daea3
color12 #7daea3
# yellow
color3 #f6c177
color11 #f6c177
# Magenta
color5 #d3869b
color13 #d3869b
# blue
color4 #9ccfd8
color12 #9ccfd8
# magenta
color5 #c4a7e7
color13 #c4a7e7
# cyan
color6 #ea9a97
color14 #ea9a97
# white
color7 #e0def4
color15 #e0def4
# Cyan
color6 #89b482
color14 #89b482
# White
color7 #d4be98
color15 #d4be98

View File

@@ -1,8 +1,9 @@
# BEGIN_KITTY_THEME
# Rosé Pine Moon
# Gruvbox Material
include current-theme.conf
# END_KITTY_THEME
#
shell zsh --login
font_family JetBrainsMono Nerd Font
bold_font JetBrainsMono Nerd Font Bold
@@ -11,12 +12,12 @@ bold_italic_font JetBrainsMono Nerd Font Bold Italic
font_size 12
# background_opacity 0.95
background_opacity 0.90
term xterm-256color
# allow_hyperlinks yes
allow_hyperlinks yes
# copy_on_select yes
# paste_actions confirm-if-large
copy_on_select yes
paste_actions confirm-if-large

View File

@@ -1,5 +1,5 @@
# BEGIN_KITTY_THEME
# Dracula
# Catppuccin-Mocha
include current-theme.conf
# END_KITTY_THEME
#

View File

@@ -0,0 +1,80 @@
# 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