diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 016c087..af9a7bf 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -4,5 +4,5 @@ configuration { modi: "drun,run,window,ssh"; - theme: ".config/rofi/themes/current"; + theme: ".config/rofi/themes/awel.rasi"; } diff --git a/.config/rofi/themes/awel.rasi b/.config/rofi/themes/awel.rasi index b354b48..1eea16c 100644 --- a/.config/rofi/themes/awel.rasi +++ b/.config/rofi/themes/awel.rasi @@ -10,7 +10,7 @@ configuration { show-icons:true; } -@import "colors" +@import "current" * { columns: 1; diff --git a/.config/rofi/themes/onehalf-dark.rasi b/.config/rofi/themes/onehalf-dark.rasi new file mode 100644 index 0000000..3800383 --- /dev/null +++ b/.config/rofi/themes/onehalf-dark.rasi @@ -0,0 +1,6 @@ +* { + xbs:#98c379; + xfs:#282c34; + xbg:#282c3495; + xfg:#dcdfe4; +} diff --git a/.config/rofi/themes/onehalf-light.rasi b/.config/rofi/themes/onehalf-light.rasi new file mode 100644 index 0000000..1145f8f --- /dev/null +++ b/.config/rofi/themes/onehalf-light.rasi @@ -0,0 +1,6 @@ +* { + xbs:#40a14f; + xfs:#383a42; + xbg:#fafafa95; + xfg:#383a42; +}