diff --git a/.config/rofi/config b/.config/rofi/config index 0b47fce..1b44aef 100644 --- a/.config/rofi/config +++ b/.config/rofi/config @@ -7,15 +7,15 @@ rofi.color-normal: #0a0f14, #c1c1c1, #0a0f14, #394249, #ffffff !rofi.color-active: #0a0f14, #98d1ce, #0a0f14, #98d1ce, #ffffff rofi.color-active: #d41919, #d41919, #d41919, #98d1ce, #ffffff rofi.color-urgent: #0a0f14, #ff1844, #0a0f14, #394249, #ff1844 -rofi.lines: 7 -rofi.eh: 2 +rofi.lines: 10 +rofi.eh: 1 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.terminal: termite +rofi.terminal: alacritty rofi.glob: true rofi.tokenize: false -rofi.font: Source Sans Pro 30 +rofi.font: JetBrains Mono 12 rofi.theme: ./flat-redux-green-window.rasi diff --git a/.config/rofi/flat-redux-green-window.rasi b/.config/rofi/flat-redux-green-window.rasi index ef0bf34..9e0a584 100644 --- a/.config/rofi/flat-redux-green-window.rasi +++ b/.config/rofi/flat-redux-green-window.rasi @@ -1,19 +1,19 @@ /************************************************ * ROFI Color theme * 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; alternate-normal-background: rgba ( 0, 0, 0,0% ); red: rgba ( 220, 50, 47, 100 % ); green: rgba ( 23, 145, 122, 100 % ); blue: rgba ( 38, 139, 210, 100 % ); lightbg: rgba ( 238, 232, 213, 100 % ); - background: rgba ( 0, 0, 0, 90% ); + background: rgba ( 29, 32, 33, 100% ); alternate-normal-foreground: @foreground; normal-background: rgba (0,0,0,0); lightfg: rgba ( 88, 104, 117, 100 % ); @@ -32,20 +32,21 @@ #window { background-color: @background; border: 0; - padding: 5; + padding: 0; } #mainbox { border: 0; - padding: 20px 40px; + padding: 10px 10px; } #message { border: 2px 0px 0px ; border-color: @separatorcolor; - padding: 1px ; + padding: 10px ; } #textbox { text-color: @foreground; background-color: rgba (255, 0, 0, 100 %); + padding: 20px; } #listview { fixed-height: 0; @@ -53,11 +54,11 @@ border-color: @separatorcolor; spacing: 0; scrollbar: false; - padding: 2px 0px 0px ; + padding: 0; } #element { border: 0; - padding: 1px ; + padding: 10px; } #element.normal.normal { background-color: @normal-background; @@ -103,7 +104,7 @@ padding: 0; } #sidebar { - border: 2px 0px 0px ; + border: 0px ; border-color: @separatorcolor; } #button { @@ -117,7 +118,8 @@ #inputbar { spacing: 0; text-color: @normal-foreground; - padding: 1px ; + padding: 10px; + } #case-indicator { spacing: 0;