summaryrefslogtreecommitdiff
path: root/rofi/.config/rofi/theal.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'rofi/.config/rofi/theal.rasi')
-rw-r--r--rofi/.config/rofi/theal.rasi18
1 files changed, 12 insertions, 6 deletions
diff --git a/rofi/.config/rofi/theal.rasi b/rofi/.config/rofi/theal.rasi
index a4a852e..c853d1d 100644
--- a/rofi/.config/rofi/theal.rasi
+++ b/rofi/.config/rofi/theal.rasi
@@ -4,34 +4,34 @@
*******************************************************/
* {
- selected-normal-foreground: rgba(0, 255, 180, 100%); /* More cyanish light spring green */
+ selected-normal-foreground: rgba(255, 198, 0, 100%); /* Amber */
foreground: rgba(138, 255, 255, 100%); /* #8affff */
normal-foreground: @foreground;
alternate-normal-background: rgba(45, 48, 59, 1%);
red: rgba(220, 50, 47, 100%);
- selected-urgent-foreground: rgba(0, 255, 180, 100%); /* More cyanish light spring green */
+ selected-urgent-foreground: rgba(255, 198, 0, 100%); /* Amber */
blue: rgba(38, 139, 210, 100%);
urgent-foreground: rgba(204, 102, 102, 100%);
alternate-urgent-background: rgba(75, 81, 96, 90%);
active-foreground: rgba(101, 172, 255, 100%);
lightbg: rgba(238, 232, 213, 100%);
- selected-active-foreground: rgba(0, 255, 180, 100%); /* More cyanish light spring green */
+ selected-active-foreground: rgba(255, 198, 0, 100%); /* Amber */
alternate-active-background: rgba(45, 48, 59, 88%);
background: rgba(0, 54, 54, 60%); /* #003636 */
alternate-normal-foreground: @foreground;
normal-background: rgba(45, 48, 59, 1%);
lightfg: rgba(88, 104, 117, 100%);
- selected-normal-background: rgba(0, 42, 42, 80%); /* Darker teal */
+ selected-normal-background: rgba(17, 43, 43, 30%); /* #112b2b at 30% */
border-color: rgba(124, 131, 137, 100%);
spacing: 2;
separatorcolor: rgba(45, 48, 59, 1%);
urgent-background: rgba(45, 48, 59, 15%);
- selected-urgent-background: rgba(0, 42, 42, 80%); /* Darker teal */
+ selected-urgent-background: rgba(17, 43, 43, 30%); /* #112b2b at 30% */
alternate-urgent-foreground: @urgent-foreground;
background-color: rgba(0, 0, 0, 0%);
alternate-active-foreground: @active-foreground;
active-background: rgba(29, 31, 33, 17%);
- selected-active-background: rgba(0, 42, 42, 80%); /* Darker teal */
+ selected-active-background: rgba(17, 43, 43, 30%); /* #112b2b at 30% */
}
@@ -68,6 +68,12 @@ element-text {
background-color: inherit;
text-color: inherit;
}
+element-icon {
+ background-color: inherit;
+}
+element-text selected {
+ text-transform: bold;
+}
element.normal.normal {
background-color: @normal-background;
text-color: @normal-foreground;