[Rofi] Nicer theme in my opinion

This commit is contained in:
2020-11-29 13:28:13 +01:00
parent 05ba577b2f
commit 2f0b3d1068
2 changed files with 9 additions and 15 deletions

View File

@@ -1,8 +1,11 @@
/* -*- mode: css -*- */
/*
* sidetab-adapta theme,
* based on sidetab theme by deadguy.
*
* Theme found at https://github.com/shizonic/nord-rofi-theme
* Modified by Pundrak
*
* This theme has been dedicated to the public domain.
*
@@ -10,7 +13,7 @@
configuration {
show-icons: true;
sidebar-mode: true;
sidebar-mode: false;
}
* {
@@ -40,10 +43,10 @@ configuration {
}
#window {
anchor: west;
location: west;
width: 384px;
height: 100%;
anchor: center;
location: center;
width: 800px;
height: 80%;
}
#mainbox {
@@ -114,5 +117,3 @@ button selected {
background-color: @active-background;
text-color: @background-color;
}
/* vim: ft=css