From 7be328cf8da1b6e6167de71d6b641a153075be83 Mon Sep 17 00:00:00 2001 From: eeeXun Date: Sun, 18 Jun 2023 23:53:23 +0800 Subject: [PATCH] docs: note purple is for button pressed color --- README.md | 1 + example/theme.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 8897a8f..7a82dfb 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ And note that: - `gray` is for selected color - `yellow` is for label color - `orange` is for KeyMap menu color +- `purple` is for button pressed color See the example in [theme.yaml](example/theme.yaml) file. This file should located at `$XDG_CONFIG_HOME/gtt/theme.yaml` or `$HOME/.config/gtt/theme.yaml` diff --git a/example/theme.yaml b/example/theme.yaml index 154c394..9f08bde 100644 --- a/example/theme.yaml +++ b/example/theme.yaml @@ -6,6 +6,7 @@ # gray is for selected color # yellow is for label color # orange is for KeyMap menu color +# purple is for button pressed color tokyonight: bg: 0x1a1b26 fg: 0xc0caf5