From eae05eaa130c140ee86c69bc59b9f6a43dd8ef89 Mon Sep 17 00:00:00 2001 From: AbrarSyed Date: Thu, 19 Oct 2017 00:41:19 -0500 Subject: [PATCH] fixed 7-digit argb values --- README.md | 22 +++++++++++----------- Themes/Arc-Dark-alternate.theme | 2 +- Themes/Arc-Dark.theme | 6 +++--- Themes/DarkBlue.theme | 6 +++--- Themes/Indego.theme | 6 +++--- Themes/Paper.theme | 2 +- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 8f43d0e..7e618c6 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ by leofa ! Copyright: 2017 leofa ! ------------------------------------------------------------------------------ ! "Color scheme for normal row" Set from: File -rofi.color-normal: argb:31d1f21, #c4cbd4, argb:96404552, #4084d6, #f9f9f9 +rofi.color-normal: argb:031d1f21, #c4cbd4, argb:96404552, #4084d6, #f9f9f9 ! "Color scheme for urgent row" Set from: File rofi.color-urgent: argb:2c1d1f21, #cc6666, argb:e54b5160, #a54242, #f9f9f9 ! "Color scheme for active row" Set from: File @@ -86,11 +86,11 @@ by leofa ! Copyright: 2017 leofa ! ------------------------------------------------------------------------------ ! "Color scheme for normal row" Set from: File -rofi.color-normal: argb:0383c4a, #c4cbd4, argb:96404552, #4084d6, #f9f9f9 +rofi.color-normal: argb:00383c4a, #c4cbd4, argb:96404552, #4084d6, #f9f9f9 ! "Color scheme for urgent row" Set from: File -rofi.color-urgent: argb:02d303b, #cc6666, argb:e52d303b, #a54242, #f9f9f9 +rofi.color-urgent: argb:002d303b, #cc6666, argb:e52d303b, #a54242, #f9f9f9 ! "Color scheme for active row" Set from: File -rofi.color-active: argb:02d303b, #b5bd68, argb:e42d303b, #8c9440, #f9f9f9 +rofi.color-active: argb:002d303b, #b5bd68, argb:e42d303b, #8c9440, #f9f9f9 ! "Color scheme window" Set from: File rofi.color-window: argb:f22d303b, #7c8389, #1d1f21 ! "Separator style (none, dash, solid)" Set from: XResources @@ -187,11 +187,11 @@ by qball ! Copyright: Dave Davenport ! ------------------------------------------------------------------------------ ! "Color scheme for normal row" Set from: File -rofi.color-normal: argb:0000000, #dbdfbc, argb:00000000, #dbdfbc, #02143f +rofi.color-normal: argb:00000000, #dbdfbc, argb:00000000, #dbdfbc, #02143f ! "Color scheme for urgent row" Set from: File -rofi.color-urgent: argb:0000000, #ff81ff, argb:00000000, #ff817f, #02143f +rofi.color-urgent: argb:00000000, #ff81ff, argb:00000000, #ff817f, #02143f ! "Color scheme for active row" Set from: File -rofi.color-active: argb:0000000, #8ac4ff, argb:00000000, #8ac4ff, #02143f +rofi.color-active: argb:00000000, #8ac4ff, argb:00000000, #8ac4ff, #02143f ! "Color scheme window" Set from: File rofi.color-window: argb:dd000021, #dbdfbc, #dbdfbc ! "Separator style (none, dash, solid)" Set from: XResources @@ -259,11 +259,11 @@ by qball ! Copyright: Dave Davenport ! ------------------------------------------------------------------------------ ! "Color scheme for normal row" Set from: File -rofi.color-normal: argb:07986cb, #e8eaf6, #283593, #3f51b5, #e8eaf6 +rofi.color-normal: argb:007986cb, #e8eaf6, #283593, #3f51b5, #e8eaf6 ! "Color scheme for urgent row" Set from: File -rofi.color-urgent: argb:0fdf6e3, #ffcdd2, #b71c1c, #ffcdd2, #b71c1c +rofi.color-urgent: argb:00fdf6e3, #ffcdd2, #b71c1c, #ffcdd2, #b71c1c ! "Color scheme for active row" Set from: File -rofi.color-active: argb:0fdf6e3, #b2ebf2, #006064, #b2ebf2, #006064 +rofi.color-active: argb:00fdf6e3, #b2ebf2, #006064, #b2ebf2, #006064 ! "Color scheme window" Set from: File rofi.color-window: #1a237e, #e8eaf6, #e8eaf6 ! "Separator style (none, dash, solid)" Set from: XResources @@ -340,7 +340,7 @@ by qball ! Copyright: Dave Davenport ! ------------------------------------------------------------------------------ ! "Color scheme for normal row" Set from: File -rofi.color-normal: argb:0f5f5f5, #002b36, #d0d0d0, #4271ae, #f5f5f5 +rofi.color-normal: argb:00f5f5f5, #002b36, #d0d0d0, #4271ae, #f5f5f5 ! "Color scheme for urgent row" Set from: File rofi.color-urgent: #f5f5f5, #d75f00, #d0d0d0, #d75f00, #f5f5f5 ! "Color scheme for active row" Set from: File diff --git a/Themes/Arc-Dark-alternate.theme b/Themes/Arc-Dark-alternate.theme index 21e8350..e380588 100644 --- a/Themes/Arc-Dark-alternate.theme +++ b/Themes/Arc-Dark-alternate.theme @@ -4,7 +4,7 @@ ! Copyright: 2017 leofa ! ------------------------------------------------------------------------------ ! "Color scheme for normal row" Set from: File -rofi.color-normal: argb:31d1f21, #c4cbd4, argb:96404552, #4084d6, #f9f9f9 +rofi.color-normal: argb:031d1f21, #c4cbd4, argb:96404552, #4084d6, #f9f9f9 ! "Color scheme for urgent row" Set from: File rofi.color-urgent: argb:2c1d1f21, #cc6666, argb:e54b5160, #a54242, #f9f9f9 ! "Color scheme for active row" Set from: File diff --git a/Themes/Arc-Dark.theme b/Themes/Arc-Dark.theme index 7f9e389..3b2a4ba 100644 --- a/Themes/Arc-Dark.theme +++ b/Themes/Arc-Dark.theme @@ -4,11 +4,11 @@ ! Copyright: 2017 leofa ! ------------------------------------------------------------------------------ ! "Color scheme for normal row" Set from: File -rofi.color-normal: argb:0383c4a, #c4cbd4, argb:96404552, #4084d6, #f9f9f9 +rofi.color-normal: argb:00383c4a, #c4cbd4, argb:96404552, #4084d6, #f9f9f9 ! "Color scheme for urgent row" Set from: File -rofi.color-urgent: argb:02d303b, #cc6666, argb:e52d303b, #a54242, #f9f9f9 +rofi.color-urgent: argb:002d303b, #cc6666, argb:e52d303b, #a54242, #f9f9f9 ! "Color scheme for active row" Set from: File -rofi.color-active: argb:02d303b, #b5bd68, argb:e42d303b, #8c9440, #f9f9f9 +rofi.color-active: argb:002d303b, #b5bd68, argb:e42d303b, #8c9440, #f9f9f9 ! "Color scheme window" Set from: File rofi.color-window: argb:f22d303b, #7c8389, #1d1f21 ! "Separator style (none, dash, solid)" Set from: XResources diff --git a/Themes/DarkBlue.theme b/Themes/DarkBlue.theme index ec0d080..eb4d2d4 100644 --- a/Themes/DarkBlue.theme +++ b/Themes/DarkBlue.theme @@ -4,11 +4,11 @@ ! Copyright: Dave Davenport ! ------------------------------------------------------------------------------ ! "Color scheme for normal row" Set from: File -rofi.color-normal: argb:0000000, #dbdfbc, argb:00000000, #dbdfbc, #02143f +rofi.color-normal: argb:00000000, #dbdfbc, argb:00000000, #dbdfbc, #02143f ! "Color scheme for urgent row" Set from: File -rofi.color-urgent: argb:0000000, #ff81ff, argb:00000000, #ff817f, #02143f +rofi.color-urgent: argb:00000000, #ff81ff, argb:00000000, #ff817f, #02143f ! "Color scheme for active row" Set from: File -rofi.color-active: argb:0000000, #8ac4ff, argb:00000000, #8ac4ff, #02143f +rofi.color-active: argb:00000000, #8ac4ff, argb:00000000, #8ac4ff, #02143f ! "Color scheme window" Set from: File rofi.color-window: argb:dd000021, #dbdfbc, #dbdfbc ! "Separator style (none, dash, solid)" Set from: XResources diff --git a/Themes/Indego.theme b/Themes/Indego.theme index 5b75502..6f1017e 100644 --- a/Themes/Indego.theme +++ b/Themes/Indego.theme @@ -4,11 +4,11 @@ ! Copyright: Dave Davenport ! ------------------------------------------------------------------------------ ! "Color scheme for normal row" Set from: File -rofi.color-normal: argb:07986cb, #e8eaf6, #283593, #3f51b5, #e8eaf6 +rofi.color-normal: argb:007986cb, #e8eaf6, #283593, #3f51b5, #e8eaf6 ! "Color scheme for urgent row" Set from: File -rofi.color-urgent: argb:0fdf6e3, #ffcdd2, #b71c1c, #ffcdd2, #b71c1c +rofi.color-urgent: argb:00fdf6e3, #ffcdd2, #b71c1c, #ffcdd2, #b71c1c ! "Color scheme for active row" Set from: File -rofi.color-active: argb:0fdf6e3, #b2ebf2, #006064, #b2ebf2, #006064 +rofi.color-active: argb:00fdf6e3, #b2ebf2, #006064, #b2ebf2, #006064 ! "Color scheme window" Set from: File rofi.color-window: #1a237e, #e8eaf6, #e8eaf6 ! "Separator style (none, dash, solid)" Set from: XResources diff --git a/Themes/Paper.theme b/Themes/Paper.theme index 7dfb3a2..9557803 100644 --- a/Themes/Paper.theme +++ b/Themes/Paper.theme @@ -4,7 +4,7 @@ ! Copyright: Dave Davenport ! ------------------------------------------------------------------------------ ! "Color scheme for normal row" Set from: File -rofi.color-normal: argb:0f5f5f5, #002b36, #d0d0d0, #4271ae, #f5f5f5 +rofi.color-normal: argb:00f5f5f5, #002b36, #d0d0d0, #4271ae, #f5f5f5 ! "Color scheme for urgent row" Set from: File rofi.color-urgent: #f5f5f5, #d75f00, #d0d0d0, #d75f00, #f5f5f5 ! "Color scheme for active row" Set from: File