changed colors
This commit is contained in:
parent
c9538731f3
commit
610fada91d
5 changed files with 60 additions and 52 deletions
|
|
@ -80,11 +80,11 @@ local inputs = {
|
|||
local river_options = {
|
||||
-- Theme options
|
||||
['border-width'] = 2,
|
||||
['border-color-focused'] = '0xeceff4',
|
||||
['border-color-unfocused'] = '0x81a1c1',
|
||||
['border-color-urgent'] = '0xbf616a',
|
||||
['border-color-focused'] = '0x83c092',
|
||||
['border-color-unfocused'] = '0x35a77c',
|
||||
['border-color-urgent'] = '0xf85552',
|
||||
['xcursor-theme'] = { 'Vimix-cursors', 24 },
|
||||
['background-color'] = '0x2e3440',
|
||||
['background-color'] = '0x343f44',
|
||||
|
||||
-- Other options
|
||||
['set-repeat'] = { 25, 300 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue