add zathura, and wofi config,style
This commit is contained in:
10
configs/wofi_l/config
Normal file
10
configs/wofi_l/config
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
allow_images=true
|
||||||
|
image_size=20
|
||||||
|
width=40%
|
||||||
|
height=40%
|
||||||
|
prompt=Search...
|
||||||
|
show=drun
|
||||||
|
location=center
|
||||||
|
orientation=vertical
|
||||||
|
haligh=fill
|
||||||
|
lines=5
|
||||||
44
configs/wofi_l/style.css
Normal file
44
configs/wofi_l/style.css
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
* {
|
||||||
|
font-size: 15px;
|
||||||
|
font-family: FantasqueSansM Nerd Font
|
||||||
|
}
|
||||||
|
|
||||||
|
window {
|
||||||
|
margin: 0px;
|
||||||
|
border: 1px solid #7A8478;
|
||||||
|
background-color: #1E2326;
|
||||||
|
}
|
||||||
|
|
||||||
|
#input {
|
||||||
|
margin: 5px;
|
||||||
|
border: none;
|
||||||
|
color: #D3C6AA;
|
||||||
|
background-color: #272E33;
|
||||||
|
}
|
||||||
|
|
||||||
|
#inner-box {
|
||||||
|
margin: 5px;
|
||||||
|
border: none;
|
||||||
|
background-color: #1E2326;
|
||||||
|
}
|
||||||
|
|
||||||
|
#outer-box {
|
||||||
|
margin: 5px;
|
||||||
|
border: none;
|
||||||
|
background-color: #1E2326;
|
||||||
|
}
|
||||||
|
|
||||||
|
#scroll {
|
||||||
|
margin: 0px;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#text {
|
||||||
|
margin: 5px;
|
||||||
|
border: none;
|
||||||
|
color: #D3C6AA;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry:selected {
|
||||||
|
background-color: #272E33;
|
||||||
|
}
|
||||||
40
configs/zathura_l/zathurarc
Normal file
40
configs/zathura_l/zathurarc
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
set notification-error-bg "rgba(50,48,47,1)" # bg
|
||||||
|
set notification-error-fg "rgba(251,73,52,1)" # bright:red
|
||||||
|
set notification-warning-bg "rgba(50,48,47,1)" # bg
|
||||||
|
set notification-warning-fg "rgba(250,189,47,1)" # bright:yellow
|
||||||
|
set notification-bg "rgba(50,48,47,1)" # bg
|
||||||
|
set notification-fg "rgba(184,187,38,1)" # bright:green
|
||||||
|
|
||||||
|
set completion-bg "rgba(80,73,69,1)" # bg2
|
||||||
|
set completion-fg "rgba(235,219,178,1)" # fg
|
||||||
|
set completion-group-bg "rgba(60,56,54,1)" # bg1
|
||||||
|
set completion-group-fg "rgba(146,131,116,1)" # gray
|
||||||
|
set completion-highlight-bg "rgba(131,165,152,1)" # bright:blue
|
||||||
|
set completion-highlight-fg "rgba(80,73,69,1)" # bg2
|
||||||
|
|
||||||
|
# Define the color in index mode
|
||||||
|
set index-bg "rgba(80,73,69,1)" # bg2
|
||||||
|
set index-fg "rgba(235,219,178,1)" # fg
|
||||||
|
set index-active-bg "rgba(131,165,152,1)" # bright:blue
|
||||||
|
set index-active-fg "rgba(80,73,69,1)" # bg2
|
||||||
|
|
||||||
|
set inputbar-bg "rgba(50,48,47,1)" # bg
|
||||||
|
set inputbar-fg "rgba(235,219,178,1)" # fg
|
||||||
|
|
||||||
|
set statusbar-bg "rgba(80,73,69,1)" # bg2
|
||||||
|
set statusbar-fg "rgba(235,219,178,1)" # fg
|
||||||
|
|
||||||
|
set highlight-color "rgba(250,189,47,0.5)" # bright:yellow
|
||||||
|
set highlight-active-color "rgba(254,128,25,0.5)" # bright:orange
|
||||||
|
|
||||||
|
set default-bg "rgba(50,48,47,1)" # bg
|
||||||
|
set default-fg "rgba(235,219,178,1)" # fg
|
||||||
|
set render-loading true
|
||||||
|
set render-loading-bg "rgba(50,48,47,1)" # bg
|
||||||
|
set render-loading-fg "rgba(235,219,178,1)" # fg
|
||||||
|
|
||||||
|
# Recolor book content's color
|
||||||
|
set recolor-lightcolor "rgba(50,48,47,1)" # bg
|
||||||
|
set recolor-darkcolor "rgba(235,219,178,1)" # fg
|
||||||
|
set recolor "true"
|
||||||
|
set recolor-keephue "true" # keep original color
|
||||||
Reference in New Issue
Block a user