Compare commits
No commits in common. "c4bb76506642ef32ce1d5512537289d4e7b23c28" and "307c08290e616df2fb788d8d0e5b78dce6f0235d" have entirely different histories.
c4bb765066
...
307c08290e
@ -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 rose...
|
echo changing to black...
|
||||||
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 rose > ~/colorscheme
|
echo black > ~/colorscheme
|
||||||
swaymsg shadows disable
|
swaymsg shadows disable
|
||||||
case '*'
|
case '*'
|
||||||
echo mmmm what?
|
echo mmmm what?
|
||||||
|
@ -1,56 +0,0 @@
|
|||||||
# 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
|
|
Loading…
Reference in New Issue
Block a user