diff --git a/config/.config/kickoff/config.toml b/config/.config/kickoff/config.toml index 172b98e..d0cf76a 100644 --- a/config/.config/kickoff/config.toml +++ b/config/.config/kickoff/config.toml @@ -12,11 +12,11 @@ decrease_interval = 48 # interval to decrease the number of launches [colors] # color format: rgb or rgba, if transparency is desired -background = '#282c34aa' +background = '#282828aa' prompt = '#abb2bfff' text = '#ffffffff' # for search results 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 syntax: ctrl/shift/alt/logo as modifiers and a key joined by '+' signs