mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-19 22:59:27 +02:00
based all colors on xresources
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
* {
|
||||
background-color:#3b4252;
|
||||
border: 0px;
|
||||
text-color:#d8dee9;
|
||||
spacing: 0;
|
||||
width: 512px;
|
||||
}
|
||||
|
||||
#window {
|
||||
border: 4px;
|
||||
border-color: #434c5e;
|
||||
background-color: #3b4252;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [prompt,entry];
|
||||
}
|
||||
|
||||
prompt {
|
||||
background-color: #434c5e;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
textbox {
|
||||
background-color: #434c5e;
|
||||
padding: 8px 16px;
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: #434c5e;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
listview {
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: #4c566a;
|
||||
text-color: #eceff4;
|
||||
}
|
||||
Reference in New Issue
Block a user