diff options
author | Zach Smith <zsmith@newhopechurch.tv> | 2025-06-30 09:52:52 -0500 |
---|---|---|
committer | Zach Smith <zsmith@newhopechurch.tv> | 2025-06-30 09:52:52 -0500 |
commit | c8691fe2bcc291875c9919c2c3742a0c0ca587da (patch) | |
tree | f546481bec7c5d6880f305cb87644935cf32e3a3 /tofi | |
parent | f87ded6f168c156b3bc71a8c4733c5eeafeb311c (diff) | |
parent | 6c75a83e941500619b5499b5d4763c8dab2c93b6 (diff) |
Merge branch 'master' into mac
Diffstat (limited to 'tofi')
-rw-r--r-- | tofi/colors | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tofi/colors b/tofi/colors index a5f480c..047c875 100644 --- a/tofi/colors +++ b/tofi/colors @@ -1,10 +1,10 @@ background-color = #000000 -outline-color = #39c1ed -border-color = #39c1ed +outline-color = #198844 +border-color = #198844 text-color = #ffffff -prompt-color = #39c1ed +prompt-color = #198844 prompt-background = #000000 -placeholder-color = #39c1ed +placeholder-color = #198844 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 = #39c1ed +selection-background = #198844 |