diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini index d6f9d66..631a599 100644 --- a/.config/fuzzel/fuzzel.ini +++ b/.config/fuzzel/fuzzel.ini @@ -10,6 +10,6 @@ background = 1e1e2eff border = 181825ff text = cdd6f4ff match = 313244ff -selection = 89b4faff +selection = f9e2afff selection-text = 1e1e2eff selection-match = 1e1e2eff diff --git a/.config/mako/config b/.config/mako/config index b8d8124..45128f3 100644 --- a/.config/mako/config +++ b/.config/mako/config @@ -2,7 +2,7 @@ font=Roboto 12 background-color=#1e1e2eff text-color=#cdd6f4ff -border-color=#f38ba8 +border-color=#f9e2af padding=16 outer-margin=54 diff --git a/.config/sway/config b/.config/sway/config index 312132e..d46b373 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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 diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 1027af2..3f1bb1b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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))) diff --git a/.kshrc b/.kshrc index 90e01a6..eb06986 100644 --- a/.kshrc +++ b/.kshrc @@ -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