Browse Source

rofi theme togglable fixed

master
Marc 4 years ago
parent
commit
87e199d3a2
4 changed files with 14 additions and 2 deletions
  1. 2
      .config/rofi/config.rasi
  2. 2
      .config/rofi/themes/awel.rasi
  3. 6
      .config/rofi/themes/onehalf-dark.rasi
  4. 6
      .config/rofi/themes/onehalf-light.rasi

2
.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";
}

2
.config/rofi/themes/awel.rasi

@ -10,7 +10,7 @@ configuration {
show-icons:true;
}
@import "colors"
@import "current"
* {
columns: 1;

6
.config/rofi/themes/onehalf-dark.rasi

@ -0,0 +1,6 @@
* {
xbs:#98c379;
xfs:#282c34;
xbg:#282c3495;
xfg:#dcdfe4;
}

6
.config/rofi/themes/onehalf-light.rasi

@ -0,0 +1,6 @@
* {
xbs:#40a14f;
xfs:#383a42;
xbg:#fafafa95;
xfg:#383a42;
}
Loading…
Cancel
Save