diff options
| author | Thomas Schmucker <ts@its1.de> | 2024-11-01 17:39:04 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2024-11-01 17:39:04 +0100 |
| commit | eb2b15fe126b6ad9c95a8c7613eeb57895004ebf (patch) | |
| tree | f4fd115ea39712766720bf07c90ec69d7879653d | |
| parent | 3cc0f1c0dd68de237d8c8ee2b94bf51aeee68a00 (diff) | |
| download | dotfiles-eb2b15fe126b6ad9c95a8c7613eeb57895004ebf.tar.gz dotfiles-eb2b15fe126b6ad9c95a8c7613eeb57895004ebf.tar.bz2 dotfiles-eb2b15fe126b6ad9c95a8c7613eeb57895004ebf.zip | |
bessere Unterstützung für einen farbigen Hintergrund
| -rw-r--r-- | wyrd/wyrdrc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/wyrd/wyrdrc b/wyrd/wyrdrc index 9cbd1c8..1406b33 100644 --- a/wyrd/wyrdrc +++ b/wyrd/wyrdrc | |||
| @@ -157,21 +157,21 @@ bind "\\Cg" entry_cancel | |||
| 157 | 157 | ||
| 158 | # set up the colors | 158 | # set up the colors |
| 159 | color help white blue | 159 | color help white blue |
| 160 | color timed_default white black | 160 | color timed_default white default |
| 161 | color timed_current white red | 161 | color timed_current white red |
| 162 | color timed_reminder1 yellow blue | 162 | color timed_reminder1 yellow blue |
| 163 | color timed_reminder2 white red | 163 | color timed_reminder2 white red |
| 164 | color timed_reminder3 white green | 164 | color timed_reminder3 white green |
| 165 | color timed_reminder4 yellow magenta | 165 | color timed_reminder4 yellow magenta |
| 166 | color untimed_reminder white black | 166 | color untimed_reminder white default |
| 167 | color timed_date cyan black | 167 | color timed_date cyan default |
| 168 | color selection_info green blue | 168 | color selection_info green blue |
| 169 | color description white black | 169 | color description white default |
| 170 | color status white blue | 170 | color status white blue |
| 171 | color calendar_labels white black | 171 | color calendar_labels white default |
| 172 | color calendar_level1 white black | 172 | color calendar_level1 white default |
| 173 | color calendar_level2 blue black | 173 | color calendar_level2 blue default |
| 174 | color calendar_level3 magenta black | 174 | color calendar_level3 magenta default |
| 175 | color calendar_today white red | 175 | color calendar_today white red |
| 176 | color left_divider cyan default | 176 | color left_divider cyan default |
| 177 | color right_divider cyan default | 177 | color right_divider cyan default |
