Update 2024-02-14 09:01 OpenBSD/amd64-x13
This commit is contained in:
15
.config/rofi/themes/shared/colorschemes/color-dark.rasi
Normal file
15
.config/rofi/themes/shared/colorschemes/color-dark.rasi
Normal file
@@ -0,0 +1,15 @@
|
||||
* {
|
||||
bg: #15191f;
|
||||
bg-semilight: #181C22;
|
||||
bg-light: #21252b;
|
||||
fg: #ecf2f2;
|
||||
red: #FF598B;
|
||||
wifi-accent: #FF598B;
|
||||
blue: #33AEFF;
|
||||
green: #1FE0A6;
|
||||
bg-hover: #33AEFF;
|
||||
fg-hover: #15191f;
|
||||
fg-unhover: #33AEFF;
|
||||
network-header: url("assets/dark/network-header.png", height);
|
||||
launcher-header: url("assets/dark/launcher-header.png", height);
|
||||
}
|
||||
15
.config/rofi/themes/shared/colorschemes/color-light.rasi
Normal file
15
.config/rofi/themes/shared/colorschemes/color-light.rasi
Normal file
@@ -0,0 +1,15 @@
|
||||
* {
|
||||
bg: #ECF2F2;
|
||||
bg-semilight: #E5EBEB;
|
||||
bg-light: #f9f9f9;
|
||||
fg: #15191f;
|
||||
red: #F865A5;
|
||||
wifi-accent: #33AEFF;
|
||||
blue: #33AEFF;
|
||||
green: #29EDBE;
|
||||
bg-hover: #F865A5;
|
||||
fg-hover: #ecf2f2;
|
||||
fg-unhover: #33AEFF;
|
||||
network-header: url("assets/light/network-header.png", height);
|
||||
launcher-header: url("assets/light/launcher-header.png", height);
|
||||
}
|
||||
1
.config/rofi/themes/shared/settings.rasi
Normal file
1
.config/rofi/themes/shared/settings.rasi
Normal file
@@ -0,0 +1 @@
|
||||
@import "colorschemes/color-light.rasi"
|
||||
Reference in New Issue
Block a user