mirror of
https://github.com/davatorium/rofi.git
synced 2025-04-14 17:43:01 -04:00
Fix colors. fix #148
This commit is contained in:
parent
ae17690fac
commit
27dfb8937d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ Settings config = {
|
|||
/** Border color. */
|
||||
.menu_bc = NULL,
|
||||
/** Row colors */
|
||||
.color_normal = "#fdf6e3,#002b36,#eee8d5,#eee8d5,#eee8d5",
|
||||
.color_normal = "#fdf6e3,#002b36,#eee8d5,#586e75,#eee8d5",
|
||||
.color_urgent = "#fdf6e3,#dc322f,#eee8d5,#dc322f,#fdf6e3",
|
||||
.color_active = "#fdf6e3,#268bd2,#eee8d5,#268bd2,#fdf6e3",
|
||||
.color_window = "#fdf6e3,#002b36",
|
||||
|
|
Loading…
Add table
Reference in a new issue