kickoff: update colors

This commit is contained in:
2022-07-26 23:47:40 +03:00
parent e86964841f
commit aa7f0d419a

View File

@@ -12,11 +12,11 @@ decrease_interval = 48 # interval to decrease the number of launches
[colors] [colors]
# color format: rgb or rgba, if transparency is desired # color format: rgb or rgba, if transparency is desired
background = '#282c34aa' background = '#282828aa'
prompt = '#abb2bfff' prompt = '#abb2bfff'
text = '#ffffffff' # for search results text = '#ffffffff' # for search results
text_query = '#e5c07bff' # for the search query text_query = '#e5c07bff' # for the search query
text_selected = '#61afefff' # for the currently selected result text_selected = '#d4be98' # for the currently selected result
[keybindings] [keybindings]
# keybindings syntax: ctrl/shift/alt/logo as modifiers and a key joined by '+' signs # keybindings syntax: ctrl/shift/alt/logo as modifiers and a key joined by '+' signs