changed theme to rosé pine
This commit is contained in:
72
.config/hypr/conf.d/rose-pine.conf
Normal file
72
.config/hypr/conf.d/rose-pine.conf
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
#####################################
|
||||||
|
### ROSÉ PINE HYPRLAND THEME ###
|
||||||
|
#####################################
|
||||||
|
|
||||||
|
# Base colors
|
||||||
|
$base = rgb(191724)
|
||||||
|
$baseAlpha = 191724
|
||||||
|
|
||||||
|
$surface = rgb(1f1d2e)
|
||||||
|
$surfaceAlpha = 1f1d2e
|
||||||
|
|
||||||
|
$overlay = rgb(26233a)
|
||||||
|
$overlayAlpha = 26233a
|
||||||
|
|
||||||
|
$muted = rgb(6e6a86)
|
||||||
|
$mutedAlpha = 6e6a86
|
||||||
|
|
||||||
|
$subtle = rgb(908caa)
|
||||||
|
$subtleAlpha = 908caa
|
||||||
|
|
||||||
|
$text = rgb(e0def4)
|
||||||
|
$textAlpha = e0def4
|
||||||
|
|
||||||
|
# Accent colors
|
||||||
|
$love = rgb(eb6f92)
|
||||||
|
$loveAlpha = eb6f92
|
||||||
|
|
||||||
|
$gold = rgb(f6c177)
|
||||||
|
$goldAlpha = f6c177
|
||||||
|
|
||||||
|
$rose = rgb(ebbcba)
|
||||||
|
$roseAlpha = ebbcba
|
||||||
|
|
||||||
|
$pine = rgb(31748f)
|
||||||
|
$pineAlpha = 31748f
|
||||||
|
|
||||||
|
$foam = rgb(9ccfd8)
|
||||||
|
$foamAlpha = 9ccfd8
|
||||||
|
|
||||||
|
$iris = rgb(c4a7e7)
|
||||||
|
$irisAlpha = c4a7e7
|
||||||
|
|
||||||
|
# Highlight variants
|
||||||
|
$highlight_low = rgb(21202e)
|
||||||
|
$highlight_lowAlpha = 21202e
|
||||||
|
|
||||||
|
$highlight_med = rgb(403d52)
|
||||||
|
$highlight_medAlpha = 403d52
|
||||||
|
|
||||||
|
$highlight_high = rgb(524f67)
|
||||||
|
$highlight_highAlpha = 524f67
|
||||||
|
|
||||||
|
# Theme-specific definitions
|
||||||
|
$splash_text = rgba($textAlphaee)
|
||||||
|
$dec_shadow = rgba($overlayAlpha88)
|
||||||
|
|
||||||
|
# Border configurations
|
||||||
|
$border_active = rgba($roseAlphaff) rgba($irisAlphaff) 45deg
|
||||||
|
$border_inactive = rgba($mutedAlphabb) rgba($subtleAlphabb) 45deg
|
||||||
|
$border_nogroup_active = rgba($pineAlphaff) rgba($foamAlphaff) 45deg
|
||||||
|
$border_nogroup_inactive = rgba($pineAlphaaa) rgba($foamAlphaaa) 45deg
|
||||||
|
$border_group_active = rgba($irisAlphaff) rgba($loveAlphaff) 45deg
|
||||||
|
$border_group_inactive = rgba($mutedAlphadd) rgba($subtleAlphadd) 45deg
|
||||||
|
$border_grouplocked_active = rgba($goldAlphaff) rgba($roseAlphaff) 45deg
|
||||||
|
$border_grouplocked_inactive = rgba($goldAlphaaa) rgba($roseAlphaaa) 45deg
|
||||||
|
|
||||||
|
# Group bar configurations
|
||||||
|
$groupbar_text = rgba($baseAlphaff)
|
||||||
|
$groupbar_active = rgba($roseAlphaff) rgba($irisAlphaaa)
|
||||||
|
$groupbar_inactive = rgba($mutedAlphaee) rgba($subtleAlphaaa)
|
||||||
|
$groupbar_grouplocked_active = rgba($goldAlphaff) rgba($loveAlphaff)
|
||||||
|
$groupbar_grouplocked_inactive = rgba($goldAlphaaa) rgba($loveAlphaaa)
|
@@ -266,6 +266,7 @@ windowrule = workspace 3, class:^(steam|battle\.net\.exe|net\.lutris\.Lutris)$
|
|||||||
|
|
||||||
## ========== System ==========
|
## ========== System ==========
|
||||||
windowrule = float, class:org.keepassxc.KeePassXC
|
windowrule = float, class:org.keepassxc.KeePassXC
|
||||||
|
windowrule = noscreenshare, class:org.keepassxc.KeePassXC
|
||||||
windowrule = float, class:com.saivert.pwvucontrol
|
windowrule = float, class:com.saivert.pwvucontrol
|
||||||
|
|
||||||
windowrule = float, class:scrrec
|
windowrule = float, class:scrrec
|
||||||
|
@@ -1,80 +1,53 @@
|
|||||||
# vim:ft=kitty
|
## name: Rosé Pine
|
||||||
|
## author: mvllow
|
||||||
## name: Catppuccin-Mocha
|
|
||||||
## author: Pocco81 (https://github.com/Pocco81)
|
|
||||||
## license: MIT
|
## license: MIT
|
||||||
## upstream: https://github.com/catppuccin/kitty/blob/main/mocha.conf
|
## upstream: https://github.com/rose-pine/kitty/blob/main/dist/rose-pine.conf
|
||||||
## blurb: Soothing pastel theme for the high-spirited!
|
## 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
|
||||||
|
|
||||||
# The basic colors
|
url_color #c4a7e7
|
||||||
foreground #CDD6F4
|
|
||||||
background #1E1E2E
|
|
||||||
selection_foreground #1E1E2E
|
|
||||||
selection_background #F5E0DC
|
|
||||||
|
|
||||||
# Cursor colors
|
active_tab_foreground #e0def4
|
||||||
cursor #F5E0DC
|
active_tab_background #26233a
|
||||||
cursor_text_color #1E1E2E
|
inactive_tab_foreground #6e6a86
|
||||||
|
inactive_tab_background #191724
|
||||||
# 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
|
# black
|
||||||
color0 #45475A
|
color0 #26233a
|
||||||
color8 #585B70
|
color8 #6e6a86
|
||||||
|
|
||||||
# red
|
# red
|
||||||
color1 #F38BA8
|
color1 #eb6f92
|
||||||
color9 #F38BA8
|
color9 #eb6f92
|
||||||
|
|
||||||
# green
|
# green
|
||||||
color2 #A6E3A1
|
color2 #31748f
|
||||||
color10 #A6E3A1
|
color10 #31748f
|
||||||
|
|
||||||
# yellow
|
# yellow
|
||||||
color3 #F9E2AF
|
color3 #f6c177
|
||||||
color11 #F9E2AF
|
color11 #f6c177
|
||||||
|
|
||||||
# blue
|
# blue
|
||||||
color4 #89B4FA
|
color4 #9ccfd8
|
||||||
color12 #89B4FA
|
color12 #9ccfd8
|
||||||
|
|
||||||
# magenta
|
# magenta
|
||||||
color5 #F5C2E7
|
color5 #c4a7e7
|
||||||
color13 #F5C2E7
|
color13 #c4a7e7
|
||||||
|
|
||||||
# cyan
|
# cyan
|
||||||
color6 #94E2D5
|
color6 #ebbcba
|
||||||
color14 #94E2D5
|
color14 #ebbcba
|
||||||
|
|
||||||
# white
|
# white
|
||||||
color7 #BAC2DE
|
color7 #e0def4
|
||||||
color15 #A6ADC8
|
color15 #e0def4
|
||||||
|
|
||||||
|
@@ -2707,6 +2707,6 @@ bold_italic_font auto
|
|||||||
|
|
||||||
|
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Catppuccin-Mocha
|
# Rosé Pine
|
||||||
include current-theme.conf
|
include current-theme.conf
|
||||||
# END_KITTY_THEME
|
# END_KITTY_THEME
|
||||||
|
@@ -2707,6 +2707,6 @@ bold_italic_font auto
|
|||||||
|
|
||||||
|
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Tokyo Night
|
# Catppuccin-Mocha
|
||||||
include current-theme.conf
|
include current-theme.conf
|
||||||
# END_KITTY_THEME
|
# END_KITTY_THEME
|
||||||
|
Reference in New Issue
Block a user