dotfiles/config/wofi/style.css: update
Latest selenized-dark from Selenized repo. See: https://github.com/jan-warchol/selenized/blob/master/other-apps/wofi/selenized-dark.css
This commit is contained in:
parent
144e015223
commit
8b23f5748e
@ -1,33 +1,60 @@
|
||||
/**
|
||||
* Selenized dark variant Wofi Color theme
|
||||
**/
|
||||
|
||||
|
||||
window {
|
||||
border: 2px solid #2aa198;
|
||||
border-radius: 12px;
|
||||
background-color: rgba(4, 30, 37, 0.88);
|
||||
margin: 1px;
|
||||
border: 1px solid #adbcbc;
|
||||
background-color: #103c48;
|
||||
}
|
||||
|
||||
#input {
|
||||
color: #859900;
|
||||
border: 2px solid #2aa198;
|
||||
border-radius: 12px;
|
||||
background-color: rgba(4, 30, 37, 0.88);
|
||||
font-size: 18px;
|
||||
margin: 1px;
|
||||
border: 2px dashed #84c747;
|
||||
border-top-color: #103c48;
|
||||
border-left-color: #103c48;
|
||||
border-right-color: #103c48;
|
||||
border-bottom-color: #84c747;
|
||||
background-color: #103c48;
|
||||
color: #adbcbc;
|
||||
font: 14px DejaVu Sans Mono;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 1px;
|
||||
border: 2px none #103c48;
|
||||
background-color: #103c48;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 10px;
|
||||
margin: 1px;
|
||||
border: 2px none #103c48;
|
||||
background-color: #103c48;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 5px 0px;
|
||||
font-size: 16px;
|
||||
color: #859900;
|
||||
margin: 1px;
|
||||
border: 2px solid #103c48;
|
||||
background-color: #103c48;
|
||||
color: #adbcbc;
|
||||
}
|
||||
|
||||
#scroll label {
|
||||
margin: 1px 1px;
|
||||
#text {
|
||||
margin: 1px;
|
||||
border: 1px none #103c48;
|
||||
font: 14px DejaVu Sans Mono;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
color: #000000;
|
||||
background-color: #d33682;
|
||||
#selected {
|
||||
margin: 0px;
|
||||
border: 2px none #325b66;
|
||||
background-color: #325b66;
|
||||
color: #adbcbc;
|
||||
}
|
||||
|
||||
#entry {
|
||||
margin: 1px;
|
||||
border: 1px none #103c48;
|
||||
background-color: #103c48;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user