Compare commits

..

2 Commits

Author SHA1 Message Date
c4bb765066 chore: rename theme to rose 2024-12-18 13:20:46 -03:00
12fd0f3926 feat: add zathura rose 2024-12-18 13:20:35 -03:00
2 changed files with 58 additions and 2 deletions

View File

@ -23,7 +23,7 @@ switch $CURRENT_THEME
echo white > ~/colorscheme echo white > ~/colorscheme
swaymsg shadows enable swaymsg shadows enable
case white case white
echo changing to black... echo changing to rose...
gsettings set org.gnome.desktop.interface gtk-theme "Sunrise-Dark" gsettings set org.gnome.desktop.interface gtk-theme "Sunrise-Dark"
gsettings set org.gnome.desktop.interface icon-theme "Reversal-black-dark" gsettings set org.gnome.desktop.interface icon-theme "Reversal-black-dark"
swaymsg client.focused "#242b2e #e57474 #dadada #e57474" swaymsg client.focused "#242b2e #e57474 #dadada #e57474"
@ -33,7 +33,7 @@ switch $CURRENT_THEME
tmux source ~/.config/tmux/tmux.conf tmux source ~/.config/tmux/tmux.conf
pkill waybar; waybar -c ~/.config/waybar/config.jsonc &> /dev/null & disown pkill waybar; waybar -c ~/.config/waybar/config.jsonc &> /dev/null & disown
~/scripts/swww.sh $wpp1_solarized $wpp2_solarized ~/scripts/swww.sh $wpp1_solarized $wpp2_solarized
echo black > ~/colorscheme echo rose > ~/colorscheme
swaymsg shadows disable swaymsg shadows disable
case '*' case '*'
echo mmmm what? echo mmmm what?

View File

@ -0,0 +1,56 @@
# zathurarc-dark
set notification-error-bg "#242b2e" # base01 # seem not work
set notification-error-fg "#dc322f" # red
set notification-warning-bg "#242b2e" # base01
set notification-warning-fg "#dc322f" # red
set notification-bg "#242b2e" # base01
set notification-fg "#b58900" # yellow
set completion-group-bg "#002b36" # base03
set completion-group-fg "#839496" # base0
set completion-bg "#242b2e" # base02
set completion-fg "#dadada" # base1
set completion-highlight-bg "#586e75" # base01
set completion-highlight-fg "#eee8d5" # base2
# Define the color in index mode
set index-bg "#242b2e" # base02
set index-fg "#dadada" # base1
set index-active-bg "#586e75" # base01
set index-active-fg "#eee8d5" # base2
set inputbar-bg "#242b2e" # base01
set inputbar-fg "#dadada" # base2
set statusbar-bg "#242b2e" # base02
set statusbar-fg "#dadada" # base1
set highlight-color "#e57474" # base00 # hightlight match when search keyword(vim's /)
set highlight-active-color "#dadada" # blue
set default-bg "#242b2e" # base02
set default-fg "#dadada" # base1
set render-loading true
set render-loading-fg "#242b2e" # base02
set render-loading-bg "#242b2e" # base02
# Recolor book content's color
set recolor true
set recolor-lightcolor "#242b2e" # base02
set recolor-darkcolor "#dadada" # base1
set recolor-keephue true # keep original color
set statusbar-h-padding 0
set statusbar-v-padding 0
set page-padding 1
map u scroll half-up
map d scroll half-down
map D toggle_page_mode
map r reload
map R rotate
map K zoom in
map J zoom out
map i recolor
set recolor true
map p print
set selection-clipboard clipboard