From 87e199d3a2b0363c3e81ae3eced3dd142e8ef7b7 Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 31 Aug 2020 18:38:56 +0200 Subject: [PATCH] rofi theme togglable fixed --- .config/rofi/config.rasi | 2 +- .config/rofi/themes/awel.rasi | 2 +- .config/rofi/themes/onehalf-dark.rasi | 6 ++++++ .config/rofi/themes/onehalf-light.rasi | 6 ++++++ 4 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .config/rofi/themes/onehalf-dark.rasi create mode 100644 .config/rofi/themes/onehalf-light.rasi 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; +}