summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgarhve <git@garhve.com>2024-09-16 16:22:51 +0800
committergarhve <git@garhve.com>2024-09-16 16:22:51 +0800
commit49b9fd4fa4bce1c97e2e7fe2db307bbfd9d3c8f3 (patch)
tree2aec9ceb72741037fac37c59c164c6ad224e11ee
parente904a58386af711ba9e8fa1ef4f5fc267504fecd (diff)
change type-3/style-1 to nord platte
-rw-r--r--.config/rofi/colors/nord.rasi2
-rw-r--r--.config/rofi/launchers/type-3/shared/colors.rasi3
-rw-r--r--.config/rofi/launchers/type-3/style-1.rasi2
3 files changed, 4 insertions, 3 deletions
diff --git a/.config/rofi/colors/nord.rasi b/.config/rofi/colors/nord.rasi
index c6bc05d..44967c6 100644
--- a/.config/rofi/colors/nord.rasi
+++ b/.config/rofi/colors/nord.rasi
@@ -7,7 +7,7 @@
**/
* {
- background: #2E3440FF;
+ background: #2E3440AA;
background-alt: #383E4AFF;
foreground: #E5E9F0FF;
selected: #81A1C1FF;
diff --git a/.config/rofi/launchers/type-3/shared/colors.rasi b/.config/rofi/launchers/type-3/shared/colors.rasi
index 103ad63..a314c77 100644
--- a/.config/rofi/launchers/type-3/shared/colors.rasi
+++ b/.config/rofi/launchers/type-3/shared/colors.rasi
@@ -15,4 +15,5 @@
/* Import color-scheme from `colors` directory */
-@import "~/.config/rofi/colors/onedark.rasi"
+// @import "~/.config/rofi/colors/onedark.rasi"
+@import "~/.config/rofi/colors/nord.rasi"
diff --git a/.config/rofi/launchers/type-3/style-1.rasi b/.config/rofi/launchers/type-3/style-1.rasi
index 31ff1de..0b37916 100644
--- a/.config/rofi/launchers/type-3/style-1.rasi
+++ b/.config/rofi/launchers/type-3/style-1.rasi
@@ -35,7 +35,7 @@ window {
border: 0px solid;
border-radius: 12px;
border-color: @selected;
- background-color: black / 60%;
+ background-color: @background;
cursor: "default";
}