INIT!
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
||||
insensitive=true
|
||||
no_actions=true
|
||||
Executable
+19
@@ -0,0 +1,19 @@
|
||||
* {
|
||||
all: unset;
|
||||
font-family: monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
#input, #entry {
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
}
|
||||
Reference in New Issue
Block a user