summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-10-22 11:48:13 +0200
committerRasmus Steinke <rasi@xssn.at>2017-10-22 11:48:13 +0200
commitb7d537c2008173c523150a68b4b5d4675032d8ff (patch)
tree4ce64a72177838f6cf2cb7e030d344e9ef348c6b /themes
parent0dc71fcc0092567c002dc87098a93268233bf81d (diff)
add border and use Topaz font
Diffstat (limited to 'themes')
-rw-r--r--themes/c64.rasi13
1 files changed, 8 insertions, 5 deletions
diff --git a/themes/c64.rasi b/themes/c64.rasi
index e5d14c65..4cc92bec 100644
--- a/themes/c64.rasi
+++ b/themes/c64.rasi
@@ -36,13 +36,16 @@
selected-active-background: rgba ( 79, 128, 255, 100 % );
}
#window {
- background-color: @background;
+ font: "Topaz-8 10";
+ background-color: #4E7FFF;
border: 1;
padding: 5;
}
#mainbox {
border: 0;
padding: 0;
+ margin: 40;
+ background-color: #003AFF;
}
#message {
border: 1px dash 0px 0px ;
@@ -54,11 +57,11 @@
}
#listview {
fixed-height: 0;
- border: 2px dash 0px 0px ;
+ border: 0px 0px 0px 0px ;
border-color: @separatorcolor;
spacing: 2px ;
- scrollbar: true;
- padding: 2px 0px 0px ;
+ scrollbar: false;
+ padding: 5px 5px 5px ;
}
#element {
border: 0;
@@ -101,7 +104,7 @@
text-color: @alternate-active-foreground;
}
#scrollbar {
- width: 4px ;
+ width: 0px ;
border: 0;
handle-width: 8px ;
padding: 0;