diff options
author | ZachIR <zachir@librem.one> | 2025-04-30 23:36:02 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-04-30 23:36:02 -0500 |
commit | 5aae2b557f5ec72c54401a5807eedf528ec74d6c (patch) | |
tree | c4e62a7c4a7871f650c91d6c20da776df3806323 /tofi/colors | |
parent | 86b2a36416584e59c6c5c9235440e34a842048b9 (diff) | |
parent | 7306fc24e1b944d5bd2c6f3f10b8606937103e9d (diff) |
Merge branch 'master' into car
Diffstat (limited to 'tofi/colors')
-rw-r--r-- | tofi/colors | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tofi/colors b/tofi/colors index a5f480c..5dcbb04 100644 --- a/tofi/colors +++ b/tofi/colors @@ -1,10 +1,10 @@ background-color = #000000 -outline-color = #39c1ed -border-color = #39c1ed +outline-color = #ec0101 +border-color = #ec0101 text-color = #ffffff -prompt-color = #39c1ed +prompt-color = #ec0101 prompt-background = #000000 -placeholder-color = #39c1ed +placeholder-color = #ec0101 placeholder-background = #000000 input-color = #ffffff input-background = #000000 @@ -12,6 +12,6 @@ default-result-background = #000000 alternate-result-color = #ffffff alternate-result-background = #000000 selection-color = #000000 -selection-match-color = #198844 -selection-background = #39c1ed +selection-match-color = #6e3c85 +selection-background = #ec0101 |