Browse Source

updated rofi to be themed better

master
Josh Fabean 4 years ago
parent
commit
d7cbc3e2fb
2 changed files with 20 additions and 18 deletions
  1. +7
    -7
      .config/rofi/config
  2. +13
    -11
      .config/rofi/flat-redux-green-window.rasi

+ 7
- 7
.config/rofi/config View File

@ -7,15 +7,15 @@ rofi.color-normal: #0a0f14, #c1c1c1, #0a0f14, #394249, #ffffff
!rofi.color-active: #0a0f14, #98d1ce, #0a0f14, #98d1ce, #ffffff !rofi.color-active: #0a0f14, #98d1ce, #0a0f14, #98d1ce, #ffffff
rofi.color-active: #d41919, #d41919, #d41919, #98d1ce, #ffffff rofi.color-active: #d41919, #d41919, #d41919, #98d1ce, #ffffff
rofi.color-urgent: #0a0f14, #ff1844, #0a0f14, #394249, #ff1844 rofi.color-urgent: #0a0f14, #ff1844, #0a0f14, #394249, #ff1844
rofi.lines: 7
rofi.eh: 2
rofi.lines: 10
rofi.eh: 1
rofi.fullscreen: false rofi.fullscreen: false
!rofi.width: 1400px
rofi.padding: 400
rofi.opacity: 90
rofi.width: 500px
rofi.padding: 100
rofi.opacity: 95
rofi.bw: 0 rofi.bw: 0
rofi.terminal: termite
rofi.terminal: alacritty
rofi.glob: true rofi.glob: true
rofi.tokenize: false rofi.tokenize: false
rofi.font: Source Sans Pro 30
rofi.font: JetBrains Mono 12
rofi.theme: ./flat-redux-green-window.rasi rofi.theme: ./flat-redux-green-window.rasi

+ 13
- 11
.config/rofi/flat-redux-green-window.rasi View File

@ -1,19 +1,19 @@
/************************************************ /************************************************
* ROFI Color theme * ROFI Color theme
* User: fabean * User: fabean
* Copyright: 2019 fabean
* Copyright: 2020 fabean
***********************************************/ ***********************************************/
* { * {
selected-normal-foreground: rgba ( 249, 249, 249, 100 % );
foreground: rgba ( 196, 203, 212, 100 % );
selected-normal-foreground: rgba ( 251, 241, 199, 100 % );
foreground: rgba ( 251, 241, 199, 100 % );
normal-foreground: @foreground; normal-foreground: @foreground;
alternate-normal-background: rgba ( 0, 0, 0,0% ); alternate-normal-background: rgba ( 0, 0, 0,0% );
red: rgba ( 220, 50, 47, 100 % ); red: rgba ( 220, 50, 47, 100 % );
green: rgba ( 23, 145, 122, 100 % ); green: rgba ( 23, 145, 122, 100 % );
blue: rgba ( 38, 139, 210, 100 % ); blue: rgba ( 38, 139, 210, 100 % );
lightbg: rgba ( 238, 232, 213, 100 % ); lightbg: rgba ( 238, 232, 213, 100 % );
background: rgba ( 0, 0, 0, 90% );
background: rgba ( 29, 32, 33, 100% );
alternate-normal-foreground: @foreground; alternate-normal-foreground: @foreground;
normal-background: rgba (0,0,0,0); normal-background: rgba (0,0,0,0);
lightfg: rgba ( 88, 104, 117, 100 % ); lightfg: rgba ( 88, 104, 117, 100 % );
@ -32,20 +32,21 @@
#window { #window {
background-color: @background; background-color: @background;
border: 0; border: 0;
padding: 5;
padding: 0;
} }
#mainbox { #mainbox {
border: 0; border: 0;
padding: 20px 40px;
padding: 10px 10px;
} }
#message { #message {
border: 2px 0px 0px ; border: 2px 0px 0px ;
border-color: @separatorcolor; border-color: @separatorcolor;
padding: 1px ;
padding: 10px ;
} }
#textbox { #textbox {
text-color: @foreground; text-color: @foreground;
background-color: rgba (255, 0, 0, 100 %); background-color: rgba (255, 0, 0, 100 %);
padding: 20px;
} }
#listview { #listview {
fixed-height: 0; fixed-height: 0;
@ -53,11 +54,11 @@
border-color: @separatorcolor; border-color: @separatorcolor;
spacing: 0; spacing: 0;
scrollbar: false; scrollbar: false;
padding: 2px 0px 0px ;
padding: 0;
} }
#element { #element {
border: 0; border: 0;
padding: 1px ;
padding: 10px;
} }
#element.normal.normal { #element.normal.normal {
background-color: @normal-background; background-color: @normal-background;
@ -103,7 +104,7 @@
padding: 0; padding: 0;
} }
#sidebar { #sidebar {
border: 2px 0px 0px ;
border: 0px ;
border-color: @separatorcolor; border-color: @separatorcolor;
} }
#button { #button {
@ -117,7 +118,8 @@
#inputbar { #inputbar {
spacing: 0; spacing: 0;
text-color: @normal-foreground; text-color: @normal-foreground;
padding: 1px ;
padding: 10px;
} }
#case-indicator { #case-indicator {
spacing: 0; spacing: 0;


Loading…
Cancel
Save