summaryrefslogtreecommitdiffstats
path: root/themes/c64.rasi
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-05-16 21:55:52 +0200
committerDave Davenport <qball@gmpclient.org>2017-05-16 21:55:52 +0200
commit30fb8c514ed6eaf223ab6c79929a5745d7280b99 (patch)
treec530c4aa8786f46a7b7c8db16ba71fb5c06013b4 /themes/c64.rasi
parent494550d38d572801ba3924611b09c7ca2b20610a (diff)
Change ARGB to RGBA, fix in theme converter
Diffstat (limited to 'themes/c64.rasi')
-rw-r--r--themes/c64.rasi46
1 files changed, 23 insertions, 23 deletions
diff --git a/themes/c64.rasi b/themes/c64.rasi
index d6d34b13..61f6bf52 100644
--- a/themes/c64.rasi
+++ b/themes/c64.rasi
@@ -9,9 +9,9 @@
}
#window {
border: 2;
- foreground: #FF4F80FF;
+ foreground: #4F80FFFF;
padding: 5;
- background: #FF0039FF;
+ background: #0039FFFF;
}
#window.mainbox {
border: 0;
@@ -22,8 +22,8 @@
padding: 2px 0px 0px ;
}
#window.mainbox.message.normal {
- foreground: #FF4F80FF;
- background: #FF0039FF;
+ foreground: #4F80FFFF;
+ background: #0039FFFF;
}
#window.mainbox.listview {
fixed-height: 1;
@@ -35,40 +35,40 @@
border: 0;
}
#window.mainbox.listview.element.normal.normal {
- foreground: #FF4F80FF;
- background: #FF0039FF;
+ foreground: #4F80FFFF;
+ background: #0039FFFF;
}
#window.mainbox.listview.element.normal.urgent {
- foreground: #FFFF7047;
- background: #FF0039FF;
+ foreground: #FF7047FF;
+ background: #0039FFFF;
}
#window.mainbox.listview.element.normal.active {
- foreground: #FF68BA50;
- background: #FF0039FF;
+ foreground: #68BA50FF;
+ background: #0039FFFF;
}
#window.mainbox.listview.element.selected.normal {
foreground: #FFFFFFFF;
- background: #FF4F80FF;
+ background: #4F80FFFF;
}
#window.mainbox.listview.element.selected.urgent {
- foreground: #FFFF7047;
- background: #FF4F80FF;
+ foreground: #FF7047FF;
+ background: #4F80FFFF;
}
#window.mainbox.listview.element.selected.active {
- foreground: #FF68BA50;
- background: #FF4F80FF;
+ foreground: #68BA50FF;
+ background: #4F80FFFF;
}
#window.mainbox.listview.element.alternate.normal {
- foreground: #FF4F80FF;
- background: #FF0039FF;
+ foreground: #4F80FFFF;
+ background: #0039FFFF;
}
#window.mainbox.listview.element.alternate.urgent {
- foreground: #FFFF7047;
- background: #FF0039FF;
+ foreground: #FF7047FF;
+ background: #0039FFFF;
}
#window.mainbox.listview.element.alternate.active {
- foreground: #FF68BA50;
- background: #FF0039FF;
+ foreground: #68BA50FF;
+ background: #0039FFFF;
}
#window.mainbox.listview.scrollbar {
border: 0;
@@ -83,6 +83,6 @@
#window.mainbox.inputbar.box {
}
#window.mainbox.inputbar.normal {
- foreground: #FF4F80FF;
- background: #FF0039FF;
+ foreground: #4F80FFFF;
+ background: #0039FFFF;
}