From aa7f0d419a03598927d154f202b385dd3020488a Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Tue, 26 Jul 2022 23:47:40 +0300 Subject: [PATCH] kickoff: update colors --- config/.config/kickoff/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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