use yellow theme
This commit is contained in:
parent
cb3d03d3d7
commit
0faf0b4c40
5 changed files with 6 additions and 6 deletions
|
@ -10,6 +10,6 @@ background = 1e1e2eff
|
||||||
border = 181825ff
|
border = 181825ff
|
||||||
text = cdd6f4ff
|
text = cdd6f4ff
|
||||||
match = 313244ff
|
match = 313244ff
|
||||||
selection = 89b4faff
|
selection = f9e2afff
|
||||||
selection-text = 1e1e2eff
|
selection-text = 1e1e2eff
|
||||||
selection-match = 1e1e2eff
|
selection-match = 1e1e2eff
|
||||||
|
|
|
@ -2,7 +2,7 @@ font=Roboto 12
|
||||||
|
|
||||||
background-color=#1e1e2eff
|
background-color=#1e1e2eff
|
||||||
text-color=#cdd6f4ff
|
text-color=#cdd6f4ff
|
||||||
border-color=#f38ba8
|
border-color=#f9e2af
|
||||||
|
|
||||||
padding=16
|
padding=16
|
||||||
outer-margin=54
|
outer-margin=54
|
||||||
|
|
|
@ -54,7 +54,7 @@ gaps inner $gappx
|
||||||
gaps outer $gappx
|
gaps outer $gappx
|
||||||
|
|
||||||
### Output configuration
|
### 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
|
### Key bindings
|
||||||
|
|
||||||
|
@ -157,7 +157,7 @@ bindsym $mod+a focus parent
|
||||||
|
|
||||||
### Colors
|
### Colors
|
||||||
# target title bg text indicator border
|
# 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.focused_inactive $overlay0 $base $text $rosewater $base
|
||||||
client.unfocused $overlay0 $base $text $rosewater $mantle
|
client.unfocused $overlay0 $base $text $rosewater $mantle
|
||||||
client.urgent $peach $base $peach $overlay0 $peach
|
client.urgent $peach $base $peach $overlay0 $peach
|
||||||
|
|
|
@ -306,7 +306,7 @@ value `italic'."
|
||||||
(let
|
(let
|
||||||
((fixedpt "Roboto Mono")
|
((fixedpt "Roboto Mono")
|
||||||
( varpt "Roboto")
|
( varpt "Roboto")
|
||||||
( accent (catppuccin-get-color 'blue))
|
( accent (catppuccin-get-color 'yellow))
|
||||||
(bground (catppuccin-get-color 'base))
|
(bground (catppuccin-get-color 'base))
|
||||||
( darker (catppuccin-get-color 'mantle))
|
( darker (catppuccin-get-color 'mantle))
|
||||||
(darkest (catppuccin-get-color 'crust)))
|
(darkest (catppuccin-get-color 'crust)))
|
||||||
|
|
2
.kshrc
2
.kshrc
|
@ -1,4 +1,4 @@
|
||||||
PS1='\033[1;31m\u\033[0m \w \$ '
|
PS1='\033[1;93m\u\033[0m \w \$ '
|
||||||
PS2='+ '
|
PS2='+ '
|
||||||
HISTFILE="$HOME"/.ksh-history
|
HISTFILE="$HOME"/.ksh-history
|
||||||
HISTSIZE=1000000
|
HISTSIZE=1000000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue