From 30fb8c514ed6eaf223ab6c79929a5745d7280b99 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 16 May 2017 21:55:52 +0200 Subject: Change ARGB to RGBA, fix in theme converter --- themes/Adapta-Nokto.rasi | 48 ++++++++++++++++++++-------------------- themes/Arc.rasi | 34 ++++++++++++++-------------- themes/DarkBlue.rasi | 36 +++++++++++++++--------------- themes/Indego.rasi | 48 ++++++++++++++++++++-------------------- themes/Monokai.rasi | 48 ++++++++++++++++++++-------------------- themes/Paper.rasi | 48 ++++++++++++++++++++-------------------- themes/android_notification.rasi | 46 +++++++++++++++++++------------------- themes/arthur.rasi | 2 +- themes/blue.rasi | 32 +++++++++++++-------------- themes/c64.rasi | 46 +++++++++++++++++++------------------- themes/glue_pro_blue.rasi | 38 +++++++++++++++---------------- themes/gruvbox-dark-hard.rasi | 48 ++++++++++++++++++++-------------------- themes/gruvbox-dark-soft.rasi | 48 ++++++++++++++++++++-------------------- themes/gruvbox-dark.rasi | 48 ++++++++++++++++++++-------------------- themes/gruvbox-light-hard.rasi | 48 ++++++++++++++++++++-------------------- themes/gruvbox-light-soft.rasi | 48 ++++++++++++++++++++-------------------- themes/gruvbox-light.rasi | 48 ++++++++++++++++++++-------------------- themes/lb.rasi | 38 +++++++++++++++---------------- themes/paper-float.rasi | 46 +++++++++++++++++++------------------- themes/purple.rasi | 46 +++++++++++++++++++------------------- themes/sidebar.rasi | 2 +- themes/solarized.rasi | 48 ++++++++++++++++++++-------------------- themes/solarized_alternate.rasi | 46 +++++++++++++++++++------------------- 23 files changed, 470 insertions(+), 470 deletions(-) (limited to 'themes') diff --git a/themes/Adapta-Nokto.rasi b/themes/Adapta-Nokto.rasi index 8dd4bc38..0738fb5d 100644 --- a/themes/Adapta-Nokto.rasi +++ b/themes/Adapta-Nokto.rasi @@ -10,9 +10,9 @@ } #window { border: 2; - foreground: #FFC3C6C8; + foreground: #C3C6C8FF; padding: 5; - background: #FF3A4C54; + background: #3A4C54FF; } #window.mainbox { border: 0; @@ -23,8 +23,8 @@ padding: 2px 0px 0px ; } #window.mainbox.message.normal { - foreground: #FFFAFBFC; - background: #FF455A64; + foreground: #FAFBFCFF; + background: #455A64FF; } #window.mainbox.listview { fixed-height: 1; @@ -36,40 +36,40 @@ border: 0; } #window.mainbox.listview.element.normal.normal { - foreground: #FFFAFBFC; - background: #FF455A64; + foreground: #FAFBFCFF; + background: #455A64FF; } #window.mainbox.listview.element.normal.urgent { - foreground: #FFFF5252; - background: #FF455A64; + foreground: #FF5252FF; + background: #455A64FF; } #window.mainbox.listview.element.normal.active { - foreground: #FF00BCD4; - background: #FF455A64; + foreground: #00BCD4FF; + background: #455A64FF; } #window.mainbox.listview.element.selected.normal { - foreground: #FFFAFBFC; - background: #FF00BCD4; + foreground: #FAFBFCFF; + background: #00BCD4FF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FFFDF6E3; - background: #FFFF5252; + foreground: #FDF6E3FF; + background: #FF5252FF; } #window.mainbox.listview.element.selected.active { - foreground: #FFFDF6E3; - background: #FF009688; + foreground: #FDF6E3FF; + background: #009688FF; } #window.mainbox.listview.element.alternate.normal { - foreground: #FFFAFBFC; - background: #FF455A64; + foreground: #FAFBFCFF; + background: #455A64FF; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FFFF5252; - background: #FF455A64; + foreground: #FF5252FF; + background: #455A64FF; } #window.mainbox.listview.element.alternate.active { - foreground: #FF00BCD4; - background: #FF455A64; + foreground: #00BCD4FF; + background: #455A64FF; } #window.mainbox.listview.scrollbar { border: 0; @@ -84,6 +84,6 @@ #window.mainbox.inputbar.box { } #window.mainbox.inputbar.normal { - foreground: #FFFAFBFC; - background: #FF455A64; + foreground: #FAFBFCFF; + background: #455A64FF; } diff --git a/themes/Arc.rasi b/themes/Arc.rasi index b58be36b..dfdbd476 100644 --- a/themes/Arc.rasi +++ b/themes/Arc.rasi @@ -10,7 +10,7 @@ } #window { border: 2; - foreground: #FFF5F5F5; + foreground: #F5F5F5FF; padding: 5; background: #FFFFFFFF; } @@ -23,7 +23,7 @@ padding: 2px 0px 0px ; } #window.mainbox.message.normal { - foreground: #FF525D76; + foreground: #525D76FF; background: #FFFFFFFF; } #window.mainbox.listview { @@ -36,40 +36,40 @@ border: 0; } #window.mainbox.listview.element.normal.normal { - foreground: #FF525D76; + foreground: #525D76FF; background: #FFFFFFFF; } #window.mainbox.listview.element.normal.urgent { - foreground: #FFDC322F; + foreground: #DC322FFF; background: #FFFFFFFF; } #window.mainbox.listview.element.normal.active { - foreground: #FFC2CAD0; + foreground: #C2CAD0FF; background: #FFFFFFFF; } #window.mainbox.listview.element.selected.normal { foreground: #FFFFFFFF; - background: #FF5294E2; + background: #5294E2FF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FFDC322F; - background: #FF5294E2; + foreground: #DC322FFF; + background: #5294E2FF; } #window.mainbox.listview.element.selected.active { - foreground: #FFC2CAD0; - background: #FF5294E2; + foreground: #C2CAD0FF; + background: #5294E2FF; } #window.mainbox.listview.element.alternate.normal { - foreground: #FF525D76; - background: #FFF5F5F5; + foreground: #525D76FF; + background: #F5F5F5FF; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FFDC322F; - background: #FFF5F5F5; + foreground: #DC322FFF; + background: #F5F5F5FF; } #window.mainbox.listview.element.alternate.active { - foreground: #FFC2CAD0; - background: #FFF5F5F5; + foreground: #C2CAD0FF; + background: #F5F5F5FF; } #window.mainbox.listview.scrollbar { border: 0; @@ -84,6 +84,6 @@ #window.mainbox.inputbar.box { } #window.mainbox.inputbar.normal { - foreground: #FF525D76; + foreground: #525D76FF; background: #FFFFFFFF; } diff --git a/themes/DarkBlue.rasi b/themes/DarkBlue.rasi index 5f6bdd3d..f7f0357b 100644 --- a/themes/DarkBlue.rasi +++ b/themes/DarkBlue.rasi @@ -10,9 +10,9 @@ } #window { border: 2; - foreground: #FFDBDFBC; + foreground: #DBDFBCFF; padding: 5; - background: #DD000021; + background: #000021DD; } #window.mainbox { border: 0; @@ -23,7 +23,7 @@ padding: 2px 0px 0px ; } #window.mainbox.message.normal { - foreground: #FFDBDFBC; + foreground: #DBDFBCFF; background: #00000000; } #window.mainbox.listview { @@ -36,39 +36,39 @@ border: 0; } #window.mainbox.listview.element.normal.normal { - foreground: #FFDBDFBC; + foreground: #DBDFBCFF; background: #00000000; } #window.mainbox.listview.element.normal.urgent { - foreground: #FFFF81FF; + foreground: #FF81FFFF; background: #00000000; } #window.mainbox.listview.element.normal.active { - foreground: #FF8AC4FF; + foreground: #8AC4FFFF; background: #00000000; } #window.mainbox.listview.element.selected.normal { - foreground: #FF02143F; - background: #FFDBDFBC; + foreground: #02143FFF; + background: #DBDFBCFF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FF02143F; - background: #FFFF817F; + foreground: #02143FFF; + background: #FF817FFF; } #window.mainbox.listview.element.selected.active { - foreground: #FF02143F; - background: #FF8AC4FF; + foreground: #02143FFF; + background: #8AC4FFFF; } #window.mainbox.listview.element.alternate.normal { - foreground: #FFDBDFBC; + foreground: #DBDFBCFF; background: #00000000; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FFFF81FF; + foreground: #FF81FFFF; background: #00000000; } #window.mainbox.listview.element.alternate.active { - foreground: #FF8AC4FF; + foreground: #8AC4FFFF; background: #00000000; } #window.mainbox.listview.scrollbar { @@ -80,8 +80,8 @@ } #window.mainbox.sidebar.button selected{ border: 2px 0px 0px ; - foreground: #FF02143F; - background: #FFDBDFBC; + foreground: #02143FFF; + background: #DBDFBCFF; } #window.mainbox.inputbar { spacing: 0; @@ -89,6 +89,6 @@ #window.mainbox.inputbar.box { } #window.mainbox.inputbar.normal { - foreground: #FFDBDFBC; + foreground: #DBDFBCFF; background: #00000000; } diff --git a/themes/Indego.rasi b/themes/Indego.rasi index ea74ed68..04cec9c5 100644 --- a/themes/Indego.rasi +++ b/themes/Indego.rasi @@ -10,9 +10,9 @@ } #window { border: 2; - foreground: #FFE8EAF6; + foreground: #E8EAF6FF; padding: 5; - background: #FF1A237E; + background: #1A237EFF; } #window.mainbox { border: 0; @@ -23,8 +23,8 @@ padding: 2px 0px 0px ; } #window.mainbox.message.normal { - foreground: #FFE8EAF6; - background: #007986CB; + foreground: #E8EAF6FF; + background: #7986CB00; } #window.mainbox.listview { fixed-height: 1; @@ -36,40 +36,40 @@ border: 0; } #window.mainbox.listview.element.normal.normal { - foreground: #FFE8EAF6; - background: #007986CB; + foreground: #E8EAF6FF; + background: #7986CB00; } #window.mainbox.listview.element.normal.urgent { - foreground: #FFFFCDD2; - background: #00FDF6E3; + foreground: #FFCDD2FF; + background: #FDF6E300; } #window.mainbox.listview.element.normal.active { - foreground: #FFB2EBF2; - background: #00FDF6E3; + foreground: #B2EBF2FF; + background: #FDF6E300; } #window.mainbox.listview.element.selected.normal { - foreground: #FFE8EAF6; - background: #FF3F51B5; + foreground: #E8EAF6FF; + background: #3F51B5FF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FFB71C1C; - background: #FFFFCDD2; + foreground: #B71C1CFF; + background: #FFCDD2FF; } #window.mainbox.listview.element.selected.active { - foreground: #FF006064; - background: #FFB2EBF2; + foreground: #006064FF; + background: #B2EBF2FF; } #window.mainbox.listview.element.alternate.normal { - foreground: #FFE8EAF6; - background: #FF283593; + foreground: #E8EAF6FF; + background: #283593FF; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FFFFCDD2; - background: #FFB71C1C; + foreground: #FFCDD2FF; + background: #B71C1CFF; } #window.mainbox.listview.element.alternate.active { - foreground: #FFB2EBF2; - background: #FF006064; + foreground: #B2EBF2FF; + background: #006064FF; } #window.mainbox.listview.scrollbar { border: 0; @@ -84,6 +84,6 @@ #window.mainbox.inputbar.box { } #window.mainbox.inputbar.normal { - foreground: #FFE8EAF6; - background: #007986CB; + foreground: #E8EAF6FF; + background: #7986CB00; } diff --git a/themes/Monokai.rasi b/themes/Monokai.rasi index b1b0072e..98349dab 100644 --- a/themes/Monokai.rasi +++ b/themes/Monokai.rasi @@ -10,9 +10,9 @@ } #window { border: 2; - foreground: #FFE6DB74; + foreground: #E6DB74FF; padding: 5; - background: #EE272822; + background: #272822EE; } #window.mainbox { border: 0; @@ -23,8 +23,8 @@ padding: 2px 0px 0px ; } #window.mainbox.message.normal { - foreground: #FFF8F8F2; - background: #00272822; + foreground: #F8F8F2FF; + background: #27282200; } #window.mainbox.listview { fixed-height: 1; @@ -36,40 +36,40 @@ border: 0; } #window.mainbox.listview.element.normal.normal { - foreground: #FFF8F8F2; - background: #00272822; + foreground: #F8F8F2FF; + background: #27282200; } #window.mainbox.listview.element.normal.urgent { - foreground: #FFF92672; - background: #00272822; + foreground: #F92672FF; + background: #27282200; } #window.mainbox.listview.element.normal.active { - foreground: #FFA6E22A; - background: #00272822; + foreground: #A6E22AFF; + background: #27282200; } #window.mainbox.listview.element.selected.normal { - foreground: #FFF8F8F2; - background: #FF141411; + foreground: #F8F8F2FF; + background: #141411FF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FFF8F8F2; - background: #FFF92672; + foreground: #F8F8F2FF; + background: #F92672FF; } #window.mainbox.listview.element.selected.active { - foreground: #FFA6E22A; - background: #FF141411; + foreground: #A6E22AFF; + background: #141411FF; } #window.mainbox.listview.element.alternate.normal { - foreground: #FFF8F8F2; - background: #00272822; + foreground: #F8F8F2FF; + background: #27282200; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FFF92672; - background: #00272822; + foreground: #F92672FF; + background: #27282200; } #window.mainbox.listview.element.alternate.active { - foreground: #FFA6E22A; - background: #00272822; + foreground: #A6E22AFF; + background: #27282200; } #window.mainbox.listview.scrollbar { border: 0; @@ -84,6 +84,6 @@ #window.mainbox.inputbar.box { } #window.mainbox.inputbar.normal { - foreground: #FFF8F8F2; - background: #00272822; + foreground: #F8F8F2FF; + background: #27282200; } diff --git a/themes/Paper.rasi b/themes/Paper.rasi index 2622d809..005cb88a 100644 --- a/themes/Paper.rasi +++ b/themes/Paper.rasi @@ -10,9 +10,9 @@ } #window { border: 2; - foreground: #FF444444; + foreground: #444444FF; padding: 5; - background: #FFF5F5F5; + background: #F5F5F5FF; } #window.mainbox { border: 0; @@ -23,8 +23,8 @@ padding: 2px 0px 0px ; } #window.mainbox.message.normal { - foreground: #FF002B36; - background: #00F5F5F5; + foreground: #002B36FF; + background: #F5F5F500; } #window.mainbox.listview { fixed-height: 1; @@ -36,40 +36,40 @@ border: 0; } #window.mainbox.listview.element.normal.normal { - foreground: #FF002B36; - background: #00F5F5F5; + foreground: #002B36FF; + background: #F5F5F500; } #window.mainbox.listview.element.normal.urgent { - foreground: #FFD75F00; - background: #FFF5F5F5; + foreground: #D75F00FF; + background: #F5F5F5FF; } #window.mainbox.listview.element.normal.active { - foreground: #FF005F87; - background: #FFF5F5F5; + foreground: #005F87FF; + background: #F5F5F5FF; } #window.mainbox.listview.element.selected.normal { - foreground: #FFF5F5F5; - background: #FF4271AE; + foreground: #F5F5F5FF; + background: #4271AEFF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FFF5F5F5; - background: #FFD75F00; + foreground: #F5F5F5FF; + background: #D75F00FF; } #window.mainbox.listview.element.selected.active { - foreground: #FFF5F5F5; - background: #FF005F87; + foreground: #F5F5F5FF; + background: #005F87FF; } #window.mainbox.listview.element.alternate.normal { - foreground: #FF002B36; - background: #FFD0D0D0; + foreground: #002B36FF; + background: #D0D0D0FF; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FFD75F00; - background: #FFD0D0D0; + foreground: #D75F00FF; + background: #D0D0D0FF; } #window.mainbox.listview.element.alternate.active { - foreground: #FF005F87; - background: #FFD0D0D0; + foreground: #005F87FF; + background: #D0D0D0FF; } #window.mainbox.listview.scrollbar { border: 0; @@ -84,6 +84,6 @@ #window.mainbox.inputbar.box { } #window.mainbox.inputbar.normal { - foreground: #FF002B36; - background: #00F5F5F5; + foreground: #002B36FF; + background: #F5F5F500; } diff --git a/themes/android_notification.rasi b/themes/android_notification.rasi index 3cda7abf..6a5eeca5 100644 --- a/themes/android_notification.rasi +++ b/themes/android_notification.rasi @@ -9,9 +9,9 @@ } #window { border: 2; - foreground: #FF1E2529; + foreground: #1E2529FF; padding: 5; - background: #FF273238; + background: #273238FF; } #window.mainbox { border: 0; @@ -22,8 +22,8 @@ padding: 2px 0px 0px ; } #window.mainbox.message.normal { - foreground: #FFC1C1C1; - background: #FF273238; + foreground: #C1C1C1FF; + background: #273238FF; } #window.mainbox.listview { fixed-height: 1; @@ -35,40 +35,40 @@ border: 0; } #window.mainbox.listview.element.normal.normal { - foreground: #FFC1C1C1; - background: #FF273238; + foreground: #C1C1C1FF; + background: #273238FF; } #window.mainbox.listview.element.normal.urgent { - foreground: #FFFF1844; - background: #FF273238; + foreground: #FF1844FF; + background: #273238FF; } #window.mainbox.listview.element.normal.active { - foreground: #FF80CBC4; - background: #FF273238; + foreground: #80CBC4FF; + background: #273238FF; } #window.mainbox.listview.element.selected.normal { foreground: #FFFFFFFF; - background: #FF394249; + background: #394249FF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FFFF1844; - background: #FF394249; + foreground: #FF1844FF; + background: #394249FF; } #window.mainbox.listview.element.selected.active { - foreground: #FF80CBC4; - background: #FF394249; + foreground: #80CBC4FF; + background: #394249FF; } #window.mainbox.listview.element.alternate.normal { - foreground: #FFC1C1C1; - background: #FF273238; + foreground: #C1C1C1FF; + background: #273238FF; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FFFF1844; - background: #FF273238; + foreground: #FF1844FF; + background: #273238FF; } #window.mainbox.listview.element.alternate.active { - foreground: #FF80CBC4; - background: #FF273238; + foreground: #80CBC4FF; + background: #273238FF; } #window.mainbox.listview.scrollbar { border: 0; @@ -83,6 +83,6 @@ #window.mainbox.inputbar.box { } #window.mainbox.inputbar.normal { - foreground: #FFC1C1C1; - background: #FF273238; + foreground: #C1C1C1FF; + background: #273238FF; } diff --git a/themes/arthur.rasi b/themes/arthur.rasi index 3d9dc112..e678df6c 100644 --- a/themes/arthur.rasi +++ b/themes/arthur.rasi @@ -50,7 +50,7 @@ border: 1px; border-radius: 15px; foreground: @magenta; - background: #cc1c1c1c; + background: #1c1c1ccc; } diff --git a/themes/blue.rasi b/themes/blue.rasi index 91601228..df4e6374 100644 --- a/themes/blue.rasi +++ b/themes/blue.rasi @@ -10,9 +10,9 @@ } #window { border: 2; - foreground: #FF00B0EF; + foreground: #00B0EFFF; padding: 5; - background: #EE0060A0; + background: #0060A0EE; } #window.mainbox { border: 0; @@ -23,7 +23,7 @@ padding: 2px 0px 0px ; } #window.mainbox.message.normal { - foreground: #FF00B0EF; + foreground: #00B0EFFF; background: #00000000; } #window.mainbox.listview { @@ -36,39 +36,39 @@ border: 0; } #window.mainbox.listview.element.normal.normal { - foreground: #FF00B0EF; + foreground: #00B0EFFF; background: #00000000; } #window.mainbox.listview.element.normal.urgent { - foreground: #FFFFA0A0; + foreground: #FFA0A0FF; background: #00000000; } #window.mainbox.listview.element.normal.active { - foreground: #FFA0FFA0; + foreground: #A0FFA0FF; background: #00000000; } #window.mainbox.listview.element.selected.normal { - foreground: #FF0060A0; - background: #FF00B0EF; + foreground: #0060A0FF; + background: #00B0EFFF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FF0060A0; - background: #FFFFA0A0; + foreground: #0060A0FF; + background: #FFA0A0FF; } #window.mainbox.listview.element.selected.active { - foreground: #FF0060A0; - background: #FFA0FFA0; + foreground: #0060A0FF; + background: #A0FFA0FF; } #window.mainbox.listview.element.alternate.normal { - foreground: #FF00B0EF; + foreground: #00B0EFFF; background: #00000000; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FFFFA0A0; + foreground: #FFA0A0FF; background: #00000000; } #window.mainbox.listview.element.alternate.active { - foreground: #FFA0FFA0; + foreground: #A0FFA0FF; background: #00000000; } #window.mainbox.listview.scrollbar { @@ -84,6 +84,6 @@ #window.mainbox.inputbar.box { } #window.mainbox.inputbar.normal { - foreground: #FF00B0EF; + foreground: #00B0EFFF; background: #00000000; } 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; } diff --git a/themes/glue_pro_blue.rasi b/themes/glue_pro_blue.rasi index 1ed613fa..883d4fa1 100644 --- a/themes/glue_pro_blue.rasi +++ b/themes/glue_pro_blue.rasi @@ -9,9 +9,9 @@ } #window { border: 2; - foreground: #FF268BD2; + foreground: #268BD2FF; padding: 5; - background: #FF393939; + background: #393939FF; } #window.mainbox { border: 0; @@ -23,7 +23,7 @@ } #window.mainbox.message.normal { foreground: #FFFFFFFF; - background: #FF393939; + background: #393939FF; } #window.mainbox.listview { fixed-height: 1; @@ -36,39 +36,39 @@ } #window.mainbox.listview.element.normal.normal { foreground: #FFFFFFFF; - background: #FF393939; + background: #393939FF; } #window.mainbox.listview.element.normal.urgent { - foreground: #FFF3843D; - background: #FF393939; + foreground: #F3843DFF; + background: #393939FF; } #window.mainbox.listview.element.normal.active { - foreground: #FF268BD2; - background: #FF393939; + foreground: #268BD2FF; + background: #393939FF; } #window.mainbox.listview.element.selected.normal { foreground: #FFFFFFFF; - background: #FF268BD2; + background: #268BD2FF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FFFFC39C; - background: #FF268BD2; + foreground: #FFC39CFF; + background: #268BD2FF; } #window.mainbox.listview.element.selected.active { - foreground: #FF205171; - background: #FF268BD2; + foreground: #205171FF; + background: #268BD2FF; } #window.mainbox.listview.element.alternate.normal { foreground: #FFFFFFFF; - background: #FF393939; + background: #393939FF; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FFF3843D; - background: #FF393939; + foreground: #F3843DFF; + background: #393939FF; } #window.mainbox.listview.element.alternate.active { - foreground: #FF268BD2; - background: #FF393939; + foreground: #268BD2FF; + background: #393939FF; } #window.mainbox.listview.scrollbar { border: 0; @@ -84,5 +84,5 @@ } #window.mainbox.inputbar.normal { foreground: #FFFFFFFF; - background: #FF393939; + background: #393939FF; } diff --git a/themes/gruvbox-dark-hard.rasi b/themes/gruvbox-dark-hard.rasi index eed3eb8b..b06c6ad1 100644 --- a/themes/gruvbox-dark-hard.rasi +++ b/themes/gruvbox-dark-hard.rasi @@ -16,9 +16,9 @@ } #window { border: 2; - foreground: #FFA89984; + foreground: #A89984FF; padding: 5; - background: #FF1D2021; + background: #1D2021FF; } #window.mainbox { border: 0; @@ -29,8 +29,8 @@ padding: 2px 0px 0px ; } #window.mainbox.message.normal { - foreground: #FFEBDBB2; - background: #FF1D2021; + foreground: #EBDBB2FF; + background: #1D2021FF; } #window.mainbox.listview { fixed-height: 1; @@ -42,40 +42,40 @@ border: 0; } #window.mainbox.listview.element.normal.normal { - foreground: #FFEBDBB2; - background: #FF1D2021; + foreground: #EBDBB2FF; + background: #1D2021FF; } #window.mainbox.listview.element.normal.urgent { - foreground: #FF1D2021; - background: #FFCC241D; + foreground: #1D2021FF; + background: #CC241DFF; } #window.mainbox.listview.element.normal.active { - foreground: #FF1D2021; - background: #FFD79921; + foreground: #1D2021FF; + background: #D79921FF; } #window.mainbox.listview.element.selected.normal { - foreground: #FFFBF1C7; - background: #FF504945; + foreground: #FBF1C7FF; + background: #504945FF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FF1D2021; - background: #FFFB4934; + foreground: #1D2021FF; + background: #FB4934FF; } #window.mainbox.listview.element.selected.active { - foreground: #FF1D2021; - background: #FFFABD2F; + foreground: #1D2021FF; + background: #FABD2FFF; } #window.mainbox.listview.element.alternate.normal { - foreground: #FFEBDBB2; - background: #FF282828; + foreground: #EBDBB2FF; + background: #282828FF; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FF1D2021; - background: #FFCC241D; + foreground: #1D2021FF; + background: #CC241DFF; } #window.mainbox.listview.element.alternate.active { - foreground: #FF1D2021; - background: #FFD79921; + foreground: #1D2021FF; + background: #D79921FF; } #window.mainbox.listview.scrollbar { border: 0; @@ -90,6 +90,6 @@ #window.mainbox.inputbar.box { } #window.mainbox.inputbar.normal { - foreground: #FFEBDBB2; - background: #FF1D2021; + foreground: #EBDBB2FF; + background: #1D2021FF; } diff --git a/themes/gruvbox-dark-soft.rasi b/themes/gruvbox-dark-soft.rasi index 58cb59e8..9b150a3f 100644 --- a/themes/gruvbox-dark-soft.rasi +++ b/themes/gruvbox-dark-soft.rasi @@ -16,9 +16,9 @@ } #window { border: 2; - foreground: #FFA89984; + foreground: #A89984FF; padding: 5; - background: #FF32302F; + background: #32302FFF; } #window.mainbox { border: 0; @@ -29,8 +29,8 @@ padding: 2px 0px 0px ; } #window.mainbox.message.normal { - foreground: #FFEBDBB2; - background: #FF32302F; + foreground: #EBDBB2FF; + background: #32302FFF; } #window.mainbox.listview { fixed-height: 1; @@ -42,40 +42,40 @@ border: 0; } #window.mainbox.listview.element.normal.normal { - foreground: #FFEBDBB2; - background: #FF32302F; + foreground: #EBDBB2FF; + background: #32302FFF; } #window.mainbox.listview.element.normal.urgent { - foreground: #FF32302F; - background: #FFCC241D; + foreground: #32302FFF; + background: #CC241DFF; } #window.mainbox.listview.element.normal.active { - foreground: #FF32302F; - background: #FFD79921; + foreground: #32302FFF; + background: #D79921FF; } #window.mainbox.listview.element.selected.normal { - foreground: #FFFBF1C7; - background: #FF665C54; + foreground: #FBF1C7FF; + background: #665C54FF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FF32302F; - background: #FFFB4934; + foreground: #32302FFF; + background: #FB4934FF; } #window.mainbox.listview.element.selected.active { - foreground: #FF32302F; - background: #FFFABD2F; + foreground: #32302FFF; + background: #FABD2FFF; } #window.mainbox.listview.element.alternate.normal { - foreground: #FFEBDBB2; - background: #FF3C3836; + foreground: #EBDBB2FF; + background: #3C3836FF; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FF32302F; - background: #FFCC241D; + foreground: #32302FFF; + background: #CC241DFF; } #window.mainbox.listview.element.alternate.active { - foreground: #FF32302F; - background: #FFD79921; + foreground: #32302FFF; + background: #D79921FF; } #window.mainbox.listview.scrollbar { border: 0; @@ -90,6 +90,6 @@ #window.mainbox.inputbar.box { } #window.mainbox.inputbar.normal { - foreground: #FFEBDBB2; - background: #FF32302F; + foreground: #EBDBB2FF; + background: #32302FFF; } diff --git a/themes/gruvbox-dark.rasi b/themes/gruvbox-dark.rasi index 0689d9f2..c02f5ecf 100644 --- a/themes/gruvbox-dark.rasi +++ b/themes/gruvbox-dark.rasi @@ -16,9 +16,9 @@ } #window { border: 2; - foreground: #FFA89984; + foreground: #A89984FF; padding: 5; - background: #FF282828; + background: #282828FF; } #window.mainbox { border: 0; @@ -29,8 +29,8 @@ padding: 2px 0px 0px ; } #window.mainbox.message.normal { - foreground: #FFEBDBB2; - background: #FF282828; + foreground: #EBDBB2FF; + background: #282828FF; } #window.mainbox.listview { fixed-height: 1; @@ -42,40 +42,40 @@ border: 0; } #window.mainbox.listview.element.normal.normal { - foreground: #FFEBDBB2; - background: #FF282828; + foreground: #EBDBB2FF; + background: #282828FF; } #window.mainbox.listview.element.normal.urgent { - foreground: #FF282828; - background: #FFCC241D; + foreground: #282828FF; + background: #CC241DFF; } #window.mainbox.listview.element.normal.active { - foreground: #FF282828; - background: #FFD79921; + foreground: #282828FF; + background: #D79921FF; } #window.mainbox.listview.element.selected.normal { - foreground: #FFFBF1C7; - background: #FF665C54; + foreground: #FBF1C7FF; + background: #665C54FF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FF282828; - background: #FFFB4934; + foreground: #282828FF; + background: #FB4934FF; } #window.mainbox.listview.element.selected.active { - foreground: #FF282828; - background: #FFFABD2F; + foreground: #282828FF; + background: #FABD2FFF; } #window.mainbox.listview.element.alternate.normal { - foreground: #FFEBDBB2; - background: #FF32302F; + foreground: #EBDBB2FF; + background: #32302FFF; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FF282828; - background: #FFCC241D; + foreground: #282828FF; + background: #CC241DFF; } #window.mainbox.listview.element.alternate.active { - foreground: #FF282828; - background: #FFD79921; + foreground: #282828FF; + background: #D79921FF; } #window.mainbox.listview.scrollbar { border: 0; @@ -90,6 +90,6 @@ #window.mainbox.inputbar.box { } #window.mainbox.inputbar.normal { - foreground: #FFEBDBB2; - background: #FF282828; + foreground: #EBDBB2FF; + background: #282828FF; } diff --git a/themes/gruvbox-light-hard.rasi b/themes/gruvbox-light-hard.rasi index 6e76fdc4..bc9acafd 100644 --- a/themes/gruvbox-light-hard.rasi +++ b/themes/gruvbox-light-hard.rasi @@ -16,9 +16,9 @@ } #window { border: 2; - foreground: #FF7C6F64; + foreground: #7C6F64FF; padding: 5; - background: #FFF9F5D7; + background: #F9F5D7FF; } #window.mainbox { border: 0; @@ -29,8 +29,8 @@ padding: 2px 0px 0px ; } #window.mainbox.message.normal { - foreground: #FF3C3836; - background: #FFF9F5D7; + foreground: #3C3836FF; + background: #F9F5D7FF; } #window.mainbox.listview { fixed-height: 1; @@ -42,40 +42,40 @@ border: 0; } #window.mainbox.listview.element.normal.normal { - foreground: #FF3C3836; - background: #FFF9F5D7; + foreground: #3C3836FF; + background: #F9F5D7FF; } #window.mainbox.listview.element.normal.urgent { - foreground: #FFFDF4C1; - background: #FFCC241D; + foreground: #FDF4C1FF; + background: #CC241DFF; } #window.mainbox.listview.element.normal.active { - foreground: #FFFDF4C1; - background: #FFB57614; + foreground: #FDF4C1FF; + background: #B57614FF; } #window.mainbox.listview.element.selected.normal { - foreground: #FF282828; - background: #FFEBDBB2; + foreground: #282828FF; + background: #EBDBB2FF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FFFDF4C1; - background: #FFFB4934; + foreground: #FDF4C1FF; + background: #FB4934FF; } #window.mainbox.listview.element.selected.active { - foreground: #FFFDF4C1; - background: #FFD79921; + foreground: #FDF4C1FF; + background: #D79921FF; } #window.mainbox.listview.element.alternate.normal { - foreground: #FF3C3836; - background: #FFFBF1C7; + foreground: #3C3836FF; + background: #FBF1C7FF; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FFFDF4C1; - background: #FFCC241D; + foreground: #FDF4C1FF; + background: #CC241DFF; } #window.mainbox.listview.element.alternate.active { - foreground: #FFFDF4C1; - background: #FFB57614; + foreground: #FDF4C1FF; + background: #B57614FF; } #window.mainbox.listview.scrollbar { border: 0; @@ -90,6 +90,6 @@ #window.mainbox.inputbar.box { } #window.mainbox.inputbar.normal { - foreground: #FF3C3836; - background: #FFF9F5D7; + foreground: #3C3836FF; + background: #F9F5D7FF; } diff --git a/themes/gruvbox-light-soft.rasi b/themes/gruvbox-light-soft.rasi index 2ca5b332..25487697 100644 --- a/themes/gruvbox-light-soft.rasi +++ b/themes/gruvbox-light-soft.rasi @@ -16,9 +16,9 @@ } #window { border: 2; - foreground: #FF7C6F64; + foreground: #7C6F64FF; padding: 5; - background: #FFF2E5BC; + background: #F2E5BCFF; } #window.mainbox { border: 0; @@ -29,8 +29,8 @@ padding: 2px 0px 0px ; } #window.mainbox.message.normal { - foreground: #FF3C3836; - background: #FFF2E5BC; + foreground: #3C3836FF; + background: #F2E5BCFF; } #window.mainbox.listview { fixed-height: 1; @@ -42,40 +42,40 @@ border: 0; } #window.mainbox.listview.element.normal.normal { - foreground: #FF3C3836; - background: #FFF2E5BC; + foreground: #3C3836FF; + background: #F2E5BCFF; } #window.mainbox.listview.element.normal.urgent { - foreground: #FFF2E5BC; - background: #FFCC241D; + foreground: #F2E5BCFF; + background: #CC241DFF; } #window.mainbox.listview.element.normal.active { - foreground: #FFF2E5BC; - background: #FFB57614; + foreground: #F2E5BCFF; + background: #B57614FF; } #window.mainbox.listview.element.selected.normal { - foreground: #FF282828; - background: #FFD5C4A1; + foreground: #282828FF; + background: #D5C4A1FF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FFF2E5BC; - background: #FFFB4934; + foreground: #F2E5BCFF; + background: #FB4934FF; } #window.mainbox.listview.element.selected.active { - foreground: #FFF2E5BC; - background: #FFD79921; + foreground: #F2E5BCFF; + background: #D79921FF; } #window.mainbox.listview.element.alternate.normal { - foreground: #FF3C3836; - background: #FFEBDBB2; + foreground: #3C3836FF; + background: #EBDBB2FF; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FFF2E5BC; - background: #FFCC241D; + foreground: #F2E5BCFF; + background: #CC241DFF; } #window.mainbox.listview.element.alternate.active { - foreground: #FFF2E5BC; - background: #FFB57614; + foreground: #F2E5BCFF; + background: #B57614FF; } #window.mainbox.listview.scrollbar { border: 0; @@ -90,6 +90,6 @@ #window.mainbox.inputbar.box { } #window.mainbox.inputbar.normal { - foreground: #FF3C3836; - background: #FFF2E5BC; + foreground: #3C3836FF; + background: #F2E5BCFF; } diff --git a/themes/gruvbox-light.rasi b/themes/gruvbox-light.rasi index f2b18009..b575d0ce 100644 --- a/themes/gruvbox-light.rasi +++ b/themes/gruvbox-light.rasi @@ -16,9 +16,9 @@ } #window { border: 2; - foreground: #FF7C6F64; + foreground: #7C6F64FF; padding: 5; - background: #FFFBF1C7; + background: #FBF1C7FF; } #window.mainbox { border: 0; @@ -29,8 +29,8 @@ padding: 2px 0px 0px ; } #window.mainbox.message.normal { - foreground: #FF3C3836; - background: #FFFBF1C7; + foreground: #3C3836FF; + background: #FBF1C7FF; } #window.mainbox.listview { fixed-height: 1; @@ -42,40 +42,40 @@ border: 0; } #window.mainbox.listview.element.normal.normal { - foreground: #FF3C3836; - background: #FFFBF1C7; + foreground: #3C3836FF; + background: #FBF1C7FF; } #window.mainbox.listview.element.normal.urgent { - foreground: #FFFBF1C7; - background: #FFCC241D; + foreground: #FBF1C7FF; + background: #CC241DFF; } #window.mainbox.listview.element.normal.active { - foreground: #FFFBF1C7; - background: #FFB57614; + foreground: #FBF1C7FF; + background: #B57614FF; } #window.mainbox.listview.element.selected.normal { - foreground: #FF282828; - background: #FFD5C4A1; + foreground: #282828FF; + background: #D5C4A1FF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FFFBF1C7; - background: #FFFB4934; + foreground: #FBF1C7FF; + background: #FB4934FF; } #window.mainbox.listview.element.selected.active { - foreground: #FFFBF1C7; - background: #FFD79921; + foreground: #FBF1C7FF; + background: #D79921FF; } #window.mainbox.listview.element.alternate.normal { - foreground: #FF3C3836; - background: #FFF2E5BC; + foreground: #3C3836FF; + background: #F2E5BCFF; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FFFBF1C7; - background: #FFCC241D; + foreground: #FBF1C7FF; + background: #CC241DFF; } #window.mainbox.listview.element.alternate.active { - foreground: #FFFBF1C7; - background: #FFB57614; + foreground: #FBF1C7FF; + background: #B57614FF; } #window.mainbox.listview.scrollbar { border: 0; @@ -90,6 +90,6 @@ #window.mainbox.inputbar.box { } #window.mainbox.inputbar.normal { - foreground: #FF3C3836; - background: #FFFBF1C7; + foreground: #3C3836FF; + background: #FBF1C7FF; } diff --git a/themes/lb.rasi b/themes/lb.rasi index 54626dde..accc14a2 100644 --- a/themes/lb.rasi +++ b/themes/lb.rasi @@ -9,9 +9,9 @@ } #window { border: 2; - foreground: #FF10A0A0; + foreground: #10A0A0FF; padding: 5; - background: #EE333333; + background: #333333EE; } #window.mainbox { border: 0; @@ -22,7 +22,7 @@ padding: 2px 0px 0px ; } #window.mainbox.message.normal { - foreground: #FF10A0A0; + foreground: #10A0A0FF; background: #00000000; } #window.mainbox.listview { @@ -35,40 +35,40 @@ border: 0; } #window.mainbox.listview.element.normal.normal { - foreground: #FF10A0A0; + foreground: #10A0A0FF; background: #00000000; } #window.mainbox.listview.element.normal.urgent { - foreground: #FFF09090; + foreground: #F09090FF; background: #00000000; } #window.mainbox.listview.element.normal.active { - foreground: #FFA0A010; + foreground: #A0A010FF; background: #00000000; } #window.mainbox.listview.element.selected.normal { - foreground: #FF303030; - background: #FF10A0A0; + foreground: #303030FF; + background: #10A0A0FF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FF303030; - background: #FFF09090; + foreground: #303030FF; + background: #F09090FF; } #window.mainbox.listview.element.selected.active { - foreground: #FF303030; - background: #FFA0A010; + foreground: #303030FF; + background: #A0A010FF; } #window.mainbox.listview.element.alternate.normal { - foreground: #FF10A0A0; - background: #11FFFFFF; + foreground: #10A0A0FF; + background: #FFFFFF11; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FFF09090; - background: #11FFFFFF; + foreground: #F09090FF; + background: #FFFFFF11; } #window.mainbox.listview.element.alternate.active { - foreground: #FFA0A010; - background: #11FFFFFF; + foreground: #A0A010FF; + background: #FFFFFF11; } #window.mainbox.listview.scrollbar { border: 0; @@ -83,6 +83,6 @@ #window.mainbox.inputbar.box { } #window.mainbox.inputbar.normal { - foreground: #FF10A0A0; + foreground: #10A0A0FF; background: #00000000; } diff --git a/themes/paper-float.rasi b/themes/paper-float.rasi index 1a2e2a02..971dc068 100644 --- a/themes/paper-float.rasi +++ b/themes/paper-float.rasi @@ -20,7 +20,7 @@ background: #00000000; border: 0; padding: 0% 0% 1em 0%; - foreground: #FF444444; + foreground: #444444FF; x-offset: 0; y-offset: -10%; } @@ -38,7 +38,7 @@ foreground: @back; } #window.mainbox.message.normal { - foreground: #FF002B36; + foreground: #002B36FF; padding: 0; border: 0; } @@ -57,40 +57,40 @@ highlight: bold ; } #window.mainbox.listview.element.normal.normal { - foreground: #FF002B36; - background: #00F5F5F5; + foreground: #002B36FF; + background: #F5F5F500; } #window.mainbox.listview.element.normal.urgent { - foreground: #FFD75F00; - background: #FFF5F5F5; + foreground: #D75F00FF; + background: #F5F5F5FF; } #window.mainbox.listview.element.normal.active { - foreground: #FF005F87; - background: #FFF5F5F5; + foreground: #005F87FF; + background: #F5F5F5FF; } #window.mainbox.listview.element.selected.normal { - foreground: #FFF5F5F5; - background: #FF4271AE; + foreground: #F5F5F5FF; + background: #4271AEFF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FFF5F5F5; - background: #FFD75F00; + foreground: #F5F5F5FF; + background: #D75F00FF; } #window.mainbox.listview.element.selected.active { - foreground: #FFF5F5F5; - background: #FF005F87; + foreground: #F5F5F5FF; + background: #005F87FF; } #window.mainbox.listview.element.alternate.normal { - foreground: #FF002B36; - background: #FFD0D0D0; + foreground: #002B36FF; + background: #D0D0D0FF; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FFD75F00; - background: #FFD0D0D0; + foreground: #D75F00FF; + background: #D0D0D0FF; } #window.mainbox.listview.element.alternate.active { - foreground: #FF005F87; - background: #FFD0D0D0; + foreground: #005F87FF; + background: #D0D0D0FF; } #window.mainbox.listview.scrollbar { border: 0; @@ -106,8 +106,8 @@ index: 0; } #window.mainbox.inputbar.normal { - foreground: #FF002B36; - background: #00F5F5F5; + foreground: #002B36FF; + background: #F5F5F500; } #window.mainbox.sidebar.box { @@ -117,5 +117,5 @@ index: 10; } #window.mainbox.sidebar.button selected { - text: #FF4271AE; + text: #4271AEFF; } diff --git a/themes/purple.rasi b/themes/purple.rasi index 20b490af..06ffcc60 100644 --- a/themes/purple.rasi +++ b/themes/purple.rasi @@ -10,9 +10,9 @@ } #window { border: 2; - foreground: #2FEF6155; + foreground: #EF61552F; padding: 5; - background: #FF2F1E2E; + background: #2F1E2EFF; } #window.mainbox { border: 0; @@ -23,8 +23,8 @@ padding: 2px 0px 0px ; } #window.mainbox.message.normal { - foreground: #FFB4B4B4; - background: #A02F1E2E; + foreground: #B4B4B4FF; + background: #2F1E2EA0; } #window.mainbox.listview { fixed-height: 1; @@ -36,40 +36,40 @@ border: 0; } #window.mainbox.listview.element.normal.normal { - foreground: #FFB4B4B4; - background: #A02F1E2E; + foreground: #B4B4B4FF; + background: #2F1E2EA0; } #window.mainbox.listview.element.normal.urgent { - foreground: #FFEF6155; - background: #272F1E2E; + foreground: #EF6155FF; + background: #2F1E2E27; } #window.mainbox.listview.element.normal.active { - foreground: #FF815BA4; - background: #272F1E2E; + foreground: #815BA4FF; + background: #2F1E2E27; } #window.mainbox.listview.element.selected.normal { foreground: #FFFFFFFF; - background: #54815BA4; + background: #815BA454; } #window.mainbox.listview.element.selected.urgent { - foreground: #FFEF6155; - background: #54815BA4; + foreground: #EF6155FF; + background: #815BA454; } #window.mainbox.listview.element.selected.active { - foreground: #FF815BA4; - background: #54815BA4; + foreground: #815BA4FF; + background: #815BA454; } #window.mainbox.listview.element.alternate.normal { - foreground: #FFB4B4B4; - background: #A02F1E2E; + foreground: #B4B4B4FF; + background: #2F1E2EA0; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FFEF6155; - background: #2F2F1E2E; + foreground: #EF6155FF; + background: #2F1E2E2F; } #window.mainbox.listview.element.alternate.active { - foreground: #FF815BA4; - background: #2F2F1E2E; + foreground: #815BA4FF; + background: #2F1E2E2F; } #window.mainbox.listview.scrollbar { border: 0; @@ -84,6 +84,6 @@ #window.mainbox.inputbar.box { } #window.mainbox.inputbar.normal { - foreground: #FFB4B4B4; - background: #A02F1E2E; + foreground: #B4B4B4FF; + background: #2F1E2EA0; } diff --git a/themes/sidebar.rasi b/themes/sidebar.rasi index b2bdacaa..5287ffd8 100644 --- a/themes/sidebar.rasi +++ b/themes/sidebar.rasi @@ -49,7 +49,7 @@ #window box { border: 0px 2px 0px 0px; foreground: @lightwhite; - background: #ee1c1c1c; + background: #1c1c1cee; } #window mainbox sidebar box { diff --git a/themes/solarized.rasi b/themes/solarized.rasi index 882b4e8a..4624bcf5 100644 --- a/themes/solarized.rasi +++ b/themes/solarized.rasi @@ -9,9 +9,9 @@ } #window { border: 2; - foreground: #FF003642; + foreground: #003642FF; padding: 5; - background: #FF002B37; + background: #002B37FF; } #window.mainbox { border: 0; @@ -22,8 +22,8 @@ padding: 2px 0px 0px ; } #window.mainbox.message.normal { - foreground: #FF819396; - background: #FF002B37; + foreground: #819396FF; + background: #002B37FF; } #window.mainbox.listview { fixed-height: 1; @@ -35,40 +35,40 @@ border: 0; } #window.mainbox.listview.element.normal.normal { - foreground: #FF819396; - background: #FF002B37; + foreground: #819396FF; + background: #002B37FF; } #window.mainbox.listview.element.normal.urgent { - foreground: #FFDA4281; - background: #FF002B37; + foreground: #DA4281FF; + background: #002B37FF; } #window.mainbox.listview.element.normal.active { - foreground: #FF008ED4; - background: #FF002B37; + foreground: #008ED4FF; + background: #002B37FF; } #window.mainbox.listview.element.selected.normal { - foreground: #FF819396; - background: #FF003642; + foreground: #819396FF; + background: #003642FF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FFDA4281; - background: #FF003642; + foreground: #DA4281FF; + background: #003642FF; } #window.mainbox.listview.element.selected.active { - foreground: #FF008ED4; - background: #FF003642; + foreground: #008ED4FF; + background: #003642FF; } #window.mainbox.listview.element.alternate.normal { - foreground: #FF819396; - background: #FF002B37; + foreground: #819396FF; + background: #002B37FF; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FFDA4281; - background: #FF002B37; + foreground: #DA4281FF; + background: #002B37FF; } #window.mainbox.listview.element.alternate.active { - foreground: #FF008ED4; - background: #FF002B37; + foreground: #008ED4FF; + background: #002B37FF; } #window.mainbox.listview.scrollbar { border: 0; @@ -83,6 +83,6 @@ #window.mainbox.inputbar.box { } #window.mainbox.inputbar.normal { - foreground: #FF819396; - background: #FF002B37; + foreground: #819396FF; + background: #002B37FF; } diff --git a/themes/solarized_alternate.rasi b/themes/solarized_alternate.rasi index d3ed35a7..86af4a7a 100644 --- a/themes/solarized_alternate.rasi +++ b/themes/solarized_alternate.rasi @@ -9,9 +9,9 @@ } #window { border: 2; - foreground: #FF003642; + foreground: #003642FF; padding: 5; - background: #FF002B37; + background: #002B37FF; } #window.mainbox { border: 0; @@ -22,8 +22,8 @@ padding: 2px 0px 0px ; } #window.mainbox.message.normal { - foreground: #FF819396; - background: #FF002B37; + foreground: #819396FF; + background: #002B37FF; } #window.mainbox.listview { fixed-height: 1; @@ -35,40 +35,40 @@ border: 0; } #window.mainbox.listview.element.normal.normal { - foreground: #FF819396; - background: #FF002B37; + foreground: #819396FF; + background: #002B37FF; } #window.mainbox.listview.element.normal.urgent { - foreground: #FFDA4281; - background: #FF002B37; + foreground: #DA4281FF; + background: #002B37FF; } #window.mainbox.listview.element.normal.active { - foreground: #FF008ED4; - background: #FF002B37; + foreground: #008ED4FF; + background: #002B37FF; } #window.mainbox.listview.element.selected.normal { foreground: #FFFFFFFF; - background: #FF008ED4; + background: #008ED4FF; } #window.mainbox.listview.element.selected.urgent { - foreground: #FF890661; - background: #FF008ED4; + foreground: #890661FF; + background: #008ED4FF; } #window.mainbox.listview.element.selected.active { - foreground: #FF66C6FF; - background: #FF008ED4; + foreground: #66C6FFFF; + background: #008ED4FF; } #window.mainbox.listview.element.alternate.normal { - foreground: #FF819396; - background: #FF003643; + foreground: #819396FF; + background: #003643FF; } #window.mainbox.listview.element.alternate.urgent { - foreground: #FFDA4281; - background: #FF003643; + foreground: #DA4281FF; + background: #003643FF; } #window.mainbox.listview.element.alternate.active { - foreground: #FF008ED4; - background: #FF003643; + foreground: #008ED4FF; + background: #003643FF; } #window.mainbox.listview.scrollbar { border: 0; @@ -83,6 +83,6 @@ #window.mainbox.inputbar.box { } #window.mainbox.inputbar.normal { - foreground: #FF819396; - background: #FF002B37; + foreground: #819396FF; + background: #002B37FF; } -- cgit v1.2.3