Update .config/hypr/hyprland/monitors.conf

Update .config/kitty/kitty.conf
Update .config/kitty/theme.conf
Update .config/mako/config
Update .config/nvim/lua/config/set.lua
This commit is contained in:
2026-01-14 16:13:58 +01:00
parent e887375cf1
commit 29509f3322
5 changed files with 50 additions and 48 deletions

View File

@@ -1,80 +1,80 @@
# vim:ft=kitty
## name: Catppuccin Kitty Latte
## name: Catppuccin Kitty Mocha
## author: Catppuccin Org
## license: MIT
## upstream: https://github.com/catppuccin/kitty/blob/main/themes/latte.conf
## upstream: https://github.com/catppuccin/kitty/blob/main/themes/mocha.conf
## blurb: Soothing pastel theme for the high-spirited!
# The basic colors
foreground #3b3e55
background #e0e2e8
selection_foreground #eff1f5
selection_background #dc8a78
foreground #cdd6f4
background #1e1e2e
selection_foreground #1e1e2e
selection_background #f5e0dc
# Cursor colors
cursor #dc8a78
cursor_text_color #eff1f5
cursor #f5e0dc
cursor_text_color #1e1e2e
# URL underline color when hovering with mouse
url_color #dc8a78
url_color #f5e0dc
# Kitty window border colors
active_border_color #7287fd
inactive_border_color #9ca0b0
bell_border_color #df8e1d
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 #eff1f5
active_tab_background #8839ef
inactive_tab_foreground #4c4f69
inactive_tab_background #9ca0b0
tab_bar_background #bcc0cc
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 #eff1f5
mark1_background #7287fd
mark2_foreground #eff1f5
mark2_background #8839ef
mark3_foreground #eff1f5
mark3_background #209fb5
mark1_foreground #1e1e2e
mark1_background #b4befe
mark2_foreground #1e1e2e
mark2_background #cba6f7
mark3_foreground #1e1e2e
mark3_background #74c7ec
# The 16 terminal colors
# black
color0 #5c5f77
color8 #6c6f85
color0 #45475a
color8 #585b70
# red
color1 #d20f39
color9 #d20f39
color1 #f38ba8
color9 #f38ba8
# green
color2 #40a02b
color10 #40a02b
color2 #a6e3a1
color10 #a6e3a1
# yellow
color3 #df8e1d
color11 #df8e1d
color3 #f9e2af
color11 #f9e2af
# blue
color4 #1e66f5
color12 #1e66f5
color4 #89b4fa
color12 #89b4fa
# magenta
color5 #ea76cb
color13 #ea76cb
color5 #f5c2e7
color13 #f5c2e7
# cyan
color6 #179299
color14 #179299
color6 #94e2d5
color14 #94e2d5
# white
color7 #acb0be
color15 #bcc0cc
color7 #bac2de
color15 #a6adc8