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 ==========
|
||||
windowrule = float, class:org.keepassxc.KeePassXC
|
||||
windowrule = noscreenshare, class:org.keepassxc.KeePassXC
|
||||
windowrule = float, class:com.saivert.pwvucontrol
|
||||
|
||||
windowrule = float, class:scrrec
|
||||
|
@@ -1,80 +1,53 @@
|
||||
# vim:ft=kitty
|
||||
|
||||
## name: Catppuccin-Mocha
|
||||
## author: Pocco81 (https://github.com/Pocco81)
|
||||
## name: Rosé Pine
|
||||
## author: mvllow
|
||||
## license: MIT
|
||||
## upstream: https://github.com/catppuccin/kitty/blob/main/mocha.conf
|
||||
## blurb: Soothing pastel theme for the high-spirited!
|
||||
## 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
|
||||
|
||||
# The basic colors
|
||||
foreground #CDD6F4
|
||||
background #1E1E2E
|
||||
selection_foreground #1E1E2E
|
||||
selection_background #F5E0DC
|
||||
url_color #c4a7e7
|
||||
|
||||
# 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
|
||||
active_tab_foreground #e0def4
|
||||
active_tab_background #26233a
|
||||
inactive_tab_foreground #6e6a86
|
||||
inactive_tab_background #191724
|
||||
|
||||
# black
|
||||
color0 #45475A
|
||||
color8 #585B70
|
||||
color0 #26233a
|
||||
color8 #6e6a86
|
||||
|
||||
# red
|
||||
color1 #F38BA8
|
||||
color9 #F38BA8
|
||||
color1 #eb6f92
|
||||
color9 #eb6f92
|
||||
|
||||
# green
|
||||
color2 #A6E3A1
|
||||
color10 #A6E3A1
|
||||
color2 #31748f
|
||||
color10 #31748f
|
||||
|
||||
# yellow
|
||||
color3 #F9E2AF
|
||||
color11 #F9E2AF
|
||||
color3 #f6c177
|
||||
color11 #f6c177
|
||||
|
||||
# blue
|
||||
color4 #89B4FA
|
||||
color12 #89B4FA
|
||||
color4 #9ccfd8
|
||||
color12 #9ccfd8
|
||||
|
||||
# magenta
|
||||
color5 #F5C2E7
|
||||
color13 #F5C2E7
|
||||
color5 #c4a7e7
|
||||
color13 #c4a7e7
|
||||
|
||||
# cyan
|
||||
color6 #94E2D5
|
||||
color14 #94E2D5
|
||||
color6 #ebbcba
|
||||
color14 #ebbcba
|
||||
|
||||
# white
|
||||
color7 #BAC2DE
|
||||
color15 #A6ADC8
|
||||
color7 #e0def4
|
||||
color15 #e0def4
|
||||
|
||||
|
@@ -2707,6 +2707,6 @@ bold_italic_font auto
|
||||
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Catppuccin-Mocha
|
||||
# Rosé Pine
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
|
@@ -2707,6 +2707,6 @@ bold_italic_font auto
|
||||
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Tokyo Night
|
||||
# Catppuccin-Mocha
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
|
Reference in New Issue
Block a user