use yellow theme

This commit is contained in:
Jeremy Baxter 2024-07-29 15:06:54 +12:00
parent cb3d03d3d7
commit 0faf0b4c40
5 changed files with 6 additions and 6 deletions

View file

@ -10,6 +10,6 @@ background = 1e1e2eff
border = 181825ff
text = cdd6f4ff
match = 313244ff
selection = 89b4faff
selection = f9e2afff
selection-text = 1e1e2eff
selection-match = 1e1e2eff

View file

@ -2,7 +2,7 @@ font=Roboto 12
background-color=#1e1e2eff
text-color=#cdd6f4ff
border-color=#f38ba8
border-color=#f9e2af
padding=16
outer-margin=54

View file

@ -54,7 +54,7 @@ gaps inner $gappx
gaps outer $gappx
### Output configuration
output * bg /home/jeremy/pix/openbsd/IMG_064131_Portugal.jpg fill
output * bg /home/jeremy/pix/openbsd/green_sea_turtle.JPG fill
### Key bindings
@ -157,7 +157,7 @@ bindsym $mod+a focus parent
### Colors
# target title bg text indicator border
client.focused $lavender $base $text $rosewater $red
client.focused $lavender $base $text $rosewater $yellow
client.focused_inactive $overlay0 $base $text $rosewater $base
client.unfocused $overlay0 $base $text $rosewater $mantle
client.urgent $peach $base $peach $overlay0 $peach

View file

@ -306,7 +306,7 @@ value `italic'."
(let
((fixedpt "Roboto Mono")
( varpt "Roboto")
( accent (catppuccin-get-color 'blue))
( accent (catppuccin-get-color 'yellow))
(bground (catppuccin-get-color 'base))
( darker (catppuccin-get-color 'mantle))
(darkest (catppuccin-get-color 'crust)))

2
.kshrc
View file

@ -1,4 +1,4 @@
PS1='\033[1;31m\u\033[0m \w \$ '
PS1='\033[1;93m\u\033[0m \w \$ '
PS2='+ '
HISTFILE="$HOME"/.ksh-history
HISTSIZE=1000000