changed colors

This commit is contained in:
Alexey 2025-08-18 16:20:18 +03:00
commit 610fada91d
5 changed files with 60 additions and 52 deletions

View file

@ -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 },