sway colorcheme
This commit is contained in:
26
.config/sway/catppuccin-mocha
Normal file
26
.config/sway/catppuccin-mocha
Normal file
@@ -0,0 +1,26 @@
|
||||
set $rosewater #f5e0dc
|
||||
set $flamingo #f2cdcd
|
||||
set $pink #f5c2e7
|
||||
set $mauve #cba6f7
|
||||
set $red #f38ba8
|
||||
set $maroon #eba0ac
|
||||
set $peach #fab387
|
||||
set $yellow #f9e2af
|
||||
set $green #a6e3a1
|
||||
set $teal #94e2d5
|
||||
set $sky #89dceb
|
||||
set $sapphire #74c7ec
|
||||
set $blue #89b4fa
|
||||
set $lavender #b4befe
|
||||
set $text #cdd6f4
|
||||
set $subtext1 #bac2de
|
||||
set $subtext0 #a6adc8
|
||||
set $overlay2 #9399b2
|
||||
set $overlay1 #7f849c
|
||||
set $overlay0 #6c7086
|
||||
set $surface2 #585b70
|
||||
set $surface1 #45475a
|
||||
set $surface0 #313244
|
||||
set $base #1e1e2e
|
||||
set $mantle #181825
|
||||
set $crust #11111b
|
||||
@@ -1,3 +1,4 @@
|
||||
include catppuccin-mocha
|
||||
#USER-SET VARIABLES
|
||||
#Wallpaper path
|
||||
set $wallpaper_path '/home/wholteza/.config/feh/wallpaper.png'
|
||||
@@ -205,30 +206,30 @@ mode "resize" {
|
||||
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
# target title bg text indicator border
|
||||
client.focused $lavender $base $text $rosewater $lavender
|
||||
client.focused_inactive $overlay0 $base $text $rosewater $overlay0
|
||||
client.unfocused $overlay0 $base $text $rosewater $overlay0
|
||||
client.urgent $peach $base $peach $overlay0 $peach
|
||||
client.placeholder $overlay0 $base $text $overlay0 $overlay0
|
||||
client.background $base
|
||||
|
||||
# bar
|
||||
bar {
|
||||
colors {
|
||||
background $nord-polar-1
|
||||
separator $nord-polar-3
|
||||
#name border background text
|
||||
focused_workspace $nord-aurora-green $nord-aurora-green $nord-polar-1
|
||||
inactive_workspace $nord-polar-2 $nord-polar-2 $nord-snow-3
|
||||
urgent_workspace $nord-aurora-red $nord-aurora-red $nord-snow-3
|
||||
}
|
||||
colors {
|
||||
background $base
|
||||
statusline $text
|
||||
focused_statusline $text
|
||||
focused_separator $base
|
||||
|
||||
status_command i3blocks
|
||||
# target border bg text
|
||||
focused_workspace $base $mauve $crust
|
||||
active_workspace $base $surface2 $text
|
||||
inactive_workspace $base $base $text
|
||||
urgent_workspace $base $red $crust
|
||||
}
|
||||
}
|
||||
|
||||
# window colors
|
||||
#name border background text indicator
|
||||
client.focused $nord-polar-1 $nord-polar-1 $nord-frost-2 $nord-frost-1
|
||||
client.unfocused $nord-polar-1 $nord-polar-1 $nord-polar-4 $nord-frost-1
|
||||
client.focused_inactive $nord-polar-1 $nord-polar-1 $nord-polar-4 $nord-frost-1
|
||||
client.urgent $nord-polar-1 $nord-polar-1 $nord-aurora-red $nord-frost-1
|
||||
|
||||
#Wallpaper
|
||||
exec_always feh --bg-fill /$wallpaper_path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user