From 9124ffa1b7680995381d47bba24fcb984ea42e2a Mon Sep 17 00:00:00 2001 From: ksyasuda Date: Sat, 22 Jan 2022 13:12:38 -0800 Subject: [PATCH] update themes to make a more standardized look --- themes/aniwrapper-doomone.rasi | 7 +------ themes/aniwrapper-dracula.rasi | 19 +++++++++++++------ themes/aniwrapper-fancy.rasi | 10 ++++++++-- themes/aniwrapper-flamingo.rasi | 2 +- themes/aniwrapper-material.rasi | 27 +++++++++++++++------------ themes/aniwrapper-nord.rasi | 12 ++++++------ themes/aniwrapper-onedark.rasi | 9 ++++++--- themes/aniwrapper.rasi | 9 ++++----- 8 files changed, 54 insertions(+), 41 deletions(-) diff --git a/themes/aniwrapper-doomone.rasi b/themes/aniwrapper-doomone.rasi index 70418fa..8968cb2 100644 --- a/themes/aniwrapper-doomone.rasi +++ b/themes/aniwrapper-doomone.rasi @@ -48,7 +48,6 @@ element { padding: 4px 0px 4px 7px; spacing: 5px; border: 0; - cursor: pointer; margin: 1px 0px; border-radius: 6px; } @@ -94,19 +93,17 @@ element-text { background-color: rgba(0, 0, 0, 0%); text-color: inherit; highlight: inherit; - cursor: inherit; } element-icon { background-color: rgba(0, 0, 0, 0%); size: 1.0000em; text-color: inherit; - cursor: inherit; } window { padding: 0; border: 0; background-color: var(background); - width: 75%; + width: 80%; border-radius: 12px; anchor: center; location: center; @@ -141,7 +138,6 @@ scrollbar { button { spacing: 0; text-color: var(normal-foreground); - cursor: pointer; } button selected { background-color: var(selected-normal-background); @@ -150,7 +146,6 @@ button selected { entry { spacing: 0; - cursor: text; text-color: var(normal-foreground); background-color: var(black); } diff --git a/themes/aniwrapper-dracula.rasi b/themes/aniwrapper-dracula.rasi index c8ad8dd..3380c2d 100644 --- a/themes/aniwrapper-dracula.rasi +++ b/themes/aniwrapper-dracula.rasi @@ -12,7 +12,7 @@ drac-red: #ff5555; drac-yel: #f1fa8c; - font: "Jetbrains Mono 14"; + font: "Open Sans 12"; foreground: @drac-fgd; background: @drac-bgd; @@ -29,10 +29,12 @@ #window { background-color: @background; border: 3; - border-radius: 6; border-color: @bordercolor; - padding: 5; - width: 75%; + padding: 12px; + border-radius: 12px; + width: 80%; + anchor: center; + location: center; } #mainbox { border: 0; @@ -42,19 +44,21 @@ border: 1px dash 0px 0px ; border-color: @separatorcolor; padding: 1px ; + border: 0; } #textbox { text-color: @foreground; + border: 0; } #listview { fixed-height: 0; - border: 2px dash 0px 0px ; border-color: @bordercolor; - spacing: 2px ; + spacing: 2px; scrollbar: false; padding: 2px 0px 0px ; columns: 2; lines: 15; + border: 0; } #element { border: 0; @@ -75,14 +79,17 @@ #element.selected.normal { background-color: @selected-background; text-color: @foreground; + border-radius: 3px; } #element.selected.urgent { background-color: @selected-urgent-background; text-color: @foreground; + border-radius: 3px; } #element.selected.active { background-color: @active-background; text-color: @foreground; + border-radius: 3px; } #element.alternate.normal { background-color: @background; diff --git a/themes/aniwrapper-fancy.rasi b/themes/aniwrapper-fancy.rasi index 629ad2b..dca9724 100644 --- a/themes/aniwrapper-fancy.rasi +++ b/themes/aniwrapper-fancy.rasi @@ -21,7 +21,7 @@ active: #005F87; transparent: #000000aa; spacing: 0em; - font: "Iosevka Term Regular 14"; + font: "Open Sans 12"; padding: 0px; background-color: @grey; line-style: "none"; @@ -37,10 +37,14 @@ prompt { } window { - border-radius: 10px; background-color: @transparent; border: 2; + padding: 12px; color: @grey; + border-radius: 12px; + anchor: center; + location: center; + width: 80%; } mainbox { padding: 0px; @@ -64,6 +68,8 @@ listview { reverse: false; color: #000000; spacing: 0.3em; + columns: 2; + lines: 12; } scrollbar { color: @black; diff --git a/themes/aniwrapper-flamingo.rasi b/themes/aniwrapper-flamingo.rasi index d1fdfd0..8e391f0 100644 --- a/themes/aniwrapper-flamingo.rasi +++ b/themes/aniwrapper-flamingo.rasi @@ -6,7 +6,7 @@ configuration { sidebar-mode: false; - font: "Open Sans 11"; + font: "Open Sans 12"; } * { diff --git a/themes/aniwrapper-material.rasi b/themes/aniwrapper-material.rasi index d072619..3d7094b 100644 --- a/themes/aniwrapper-material.rasi +++ b/themes/aniwrapper-material.rasi @@ -25,27 +25,26 @@ base0E: #C792EA; base0F: #FF5370; - /*base0D: #00BCD4;*/ - spacing: 0; background-color: transparent; - font: "Roboto Mono 13"; + font: "Open Sans 12"; } window { transparency: "real"; - /*fullscreen: true;*/ background-color: #263238CC; /*base00 + CC (80% opacity)*/ - width: 75%; + width: 80%; + border-radius: 12px; + anchor: center; + location: center; } mainbox { children: [inputbar, message, mode-switcher, listview]; spacing: 30px; - /*margin: 20%;*/ padding: 30px 0; - border: 1px; + border: 0; border-color: @base0D; } @@ -74,14 +73,15 @@ case-indicator { } mode-switcher, message { - border: 1px 0; border-color: @base0D; + border: 0; } button, textbox { background-color: @base03; text-color: @base07; padding: 5px; + border: 0; } button selected { @@ -91,6 +91,9 @@ button selected { listview { scrollbar: true; margin: 0 10px 0 30px; + lines: 12; + columns: 2; + border: 0; } scrollbar { @@ -105,6 +108,7 @@ scrollbar { element { padding: 5px; highlight: bold underline; + border: 0; } element normal { @@ -113,7 +117,7 @@ element normal { element selected { background-color: @base0B; - text-color: @base0B; + text-color: @base0B; } element alternate { @@ -130,7 +134,7 @@ element.normal { } element.selected { - background-color: @base03; + background-color: @base04; border: 3px; border-color: @base0E; border-radius: 3px; @@ -141,8 +145,7 @@ element normal urgent, element selected urgent, element alternate urgent { } element normal active, element selected active, element alternate active { - text-color: @base07; + text-color: @base07; /* background-color: @base04; */ background-color: @base0D; } - diff --git a/themes/aniwrapper-nord.rasi b/themes/aniwrapper-nord.rasi index a7cd122..9ead120 100644 --- a/themes/aniwrapper-nord.rasi +++ b/themes/aniwrapper-nord.rasi @@ -48,7 +48,6 @@ element { padding: 4px 0px 4px 7px; spacing: 5px; border: 0; - cursor: pointer; margin: 1px 0px; border-radius: 6px; } @@ -92,20 +91,20 @@ element-text { background-color: rgba(0, 0, 0, 0%); text-color: inherit; highlight: inherit; - cursor: inherit; } element-icon { background-color: rgba(0, 0, 0, 0%); size: 1.0000em; text-color: inherit; - cursor: inherit; } window { padding: 0; border: 0; background-color: var(background); - width: 60%; + width: 80%; border-radius: 12px; + anchor: center; + location: center; } mainbox { padding: 0; @@ -113,9 +112,11 @@ mainbox { } message { margin: 0px 7px; + border: 0; } textbox { text-color: var(foreground); + border: 0; } listview { margin: 0px 0px 5px; @@ -123,6 +124,7 @@ listview { spacing: 2px; fixed-height: 0; columns: 2; + border: 0; } scrollbar { padding: 0; @@ -133,7 +135,6 @@ scrollbar { button { spacing: 0; text-color: var(normal-foreground); - cursor: pointer; } button selected { background-color: var(selected-normal-background); @@ -142,7 +143,6 @@ button selected { entry { spacing: 0; - cursor: text; text-color: var(normal-foreground); background-color: var(nord3); } diff --git a/themes/aniwrapper-onedark.rasi b/themes/aniwrapper-onedark.rasi index 93aaad5..8d1f613 100644 --- a/themes/aniwrapper-onedark.rasi +++ b/themes/aniwrapper-onedark.rasi @@ -27,7 +27,7 @@ spacing: 0; background-color: transparent; - font: "Knack Nerd Font 14"; + font: "Open Sans 12"; text-color: @text; } @@ -35,11 +35,14 @@ window { transparency: "real"; fullscreen: false; background-color: #282c34dd; - width: 75%; + width: 80%; + border-radius: 12px; + anchor: center; + location: center; } mainbox { - padding: 5%; + padding: 4%; } inputbar { diff --git a/themes/aniwrapper.rasi b/themes/aniwrapper.rasi index af0800b..f67ad10 100644 --- a/themes/aniwrapper.rasi +++ b/themes/aniwrapper.rasi @@ -1,5 +1,5 @@ configuration { - font: "Open Sans 11"; + font: "Open Sans 12"; display-drun: "Dmenu"; scroll-method: 0; disable-history: false; @@ -10,7 +10,6 @@ configuration { * { selected-normal-foreground: rgba ( 255, 147, 5, 100 % ); selected-normal-foreground: rgba ( 255, 147, 5, 100 % ); - /* foreground: rgba ( 196, 203, 212, 100 % ); */ foreground: #ecbe7b; normal-foreground: @foreground; alternate-normal-background: rgba ( 45, 48, 59, 1 % ); @@ -47,12 +46,12 @@ configuration { window { background-color: @background; border: 5px; - border-radius: 7px; border-color: #2C4762; - anchor: center; - location: center; padding: 25; width: 80%; + border-radius: 12px; + anchor: center; + location: center; } listview { lines: 12;