From bca8ca33d825b94c07d2d771fca450a6cd50c055 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 16 May 2017 22:33:55 +0200 Subject: [PATCH] Update test --- doc/default_theme.rasi | 14 +++++++------- libgwater | 2 +- 2 files changed, 8 insertions(+), 8 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 index 173f2f55..60e5e71e 160000 --- a/libgwater +++ b/libgwater @@ -1 +1 @@ -Subproject commit 173f2f5566636a1de559cc57f3154db70c3f2e9f +Subproject commit 60e5e71e09e573bd5c7839ce4a892747ea232526