summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/default_theme.rasi14
m---------libgwater0
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/default_theme.rasi b/doc/default_theme.rasi
index 31ebf297..99db388f 100644
--- a/doc/default_theme.rasi
+++ b/doc/default_theme.rasi
@@ -1,22 +1,22 @@
* {
- foreground: rgba ( 0, 43, 54, 255 );
+ foreground: rgba ( 0, 43, 54, 100 % );
selected-normal-foreground: @lightbg;
normal-foreground: @foreground;
- red: rgba ( 220, 50, 47, 255 );
+ red: rgba ( 220, 50, 47, 100 % );
alternate-normal-background: @lightbg;
- blue: rgba ( 38, 139, 210, 255 );
+ blue: rgba ( 38, 139, 210, 100 % );
selected-urgent-foreground: @background;
urgent-foreground: @red;
alternate-urgent-background: @lightbg;
active-foreground: @blue;
- lightbg: rgba ( 238, 232, 213, 255 );
+ lightbg: rgba ( 238, 232, 213, 100 % );
selected-active-foreground: @background;
alternate-normal-foreground: @foreground;
alternate-active-background: @lightbg;
bordercolor: @foreground;
- background: rgba ( 253, 246, 227, 255 );
+ background: rgba ( 253, 246, 227, 100 % );
normal-background: @background;
- lightfg: rgba ( 88, 104, 117, 255 );
+ lightfg: rgba ( 88, 104, 117, 100 % );
selected-normal-background: @lightfg;
separatorcolor: @foreground;
spacing: 2;
@@ -30,7 +30,7 @@
#window {
border: 1;
foreground: @foreground;
- background: rgba ( 0, 0, 0, 0 );
+ background: rgba ( 0, 0, 0, 0 % );
padding: 5;
}
#window.box {
diff --git a/libgwater b/libgwater
-Subproject 173f2f5566636a1de559cc57f3154db70c3f2e9
+Subproject 60e5e71e09e573bd5c7839ce4a892747ea23252