diff options
author | Aaditya Dhruv <[email protected]> | 2022-07-18 14:14:58 -0700 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2022-07-18 14:14:58 -0700 |
commit | 30007d7f1bfb904ac2ea712dd58655ebff6aad1d (patch) | |
tree | 43526f75478ff50974d4e1e198df6a585d626c15 | |
parent | 641d3c9b60dea275d18b7afc1faf0ad13a368094 (diff) |
rofi color changes
-rw-r--r-- | .config/polybar/forest/scripts/rofi/colors.rasi | 2 | ||||
-rw-r--r-- | .config/polybar/forest/scripts/rofi/launcher.rasi | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.config/polybar/forest/scripts/rofi/colors.rasi b/.config/polybar/forest/scripts/rofi/colors.rasi index d3de6f0..94eaebe 100644 --- a/.config/polybar/forest/scripts/rofi/colors.rasi +++ b/.config/polybar/forest/scripts/rofi/colors.rasi @@ -2,7 +2,7 @@ * { al: #00000000; - bg: #282828FF; + bg: #1d2021FF; bga: #313131FF; fg: #EBDBB2FF; ac: #FB4934FF; diff --git a/.config/polybar/forest/scripts/rofi/launcher.rasi b/.config/polybar/forest/scripts/rofi/launcher.rasi index 9946101..5a80370 100644 --- a/.config/polybar/forest/scripts/rofi/launcher.rasi +++ b/.config/polybar/forest/scripts/rofi/launcher.rasi @@ -25,8 +25,8 @@ window { transparency: "real"; background-color: @bg; text-color: @fg; - border: 0px 0px 0px 0px; - border-color: @ac; + border: 1px 1px 1px 1px; + border-color: @fg; border-radius: 0px; width: 700px; height: 600px; @@ -39,7 +39,7 @@ prompt { enabled: true; padding: 0px; background-color: @bga; - text-color: @ac; + text-color: @fg; font: "feather 12"; } @@ -61,7 +61,7 @@ inputbar { expand: false; border: 0px 0px 1px 0px; border-radius: 0px; - border-color: @re; + border-color: @fg; margin: 0px; padding: 10px; } @@ -114,5 +114,5 @@ element selected { text-color: @bg; border: 2px 2px 2px 2px; border-radius: 0px; - border-color: @aq; + border-color: @fg; } |