task: Move theme settings to additional file
Moved all theme options into extra file that is included by main configuration file. This file is added to the repo but ignored, so any changes to it will not be tracked by git. That allows me to change colorscheme at any point without creating an 'uncommitted change' for something I really don't want to commit.
This commit is contained in:
parent
9cb3ab9d7a
commit
2983d705a3
2 changed files with 22 additions and 15 deletions
|
|
@ -62,21 +62,9 @@ urgency.user.tag.next.coefficient=5.0
|
|||
|
||||
# Holidays for calendar
|
||||
include /usr/share/doc/task/rc/holidays.de-DE.rc
|
||||
# Color theme (uncomment one to use)
|
||||
include /usr/share/doc/task/rc/light-16.theme
|
||||
#include /usr/share/doc/task/rc/light-256.theme
|
||||
#include /usr/share/doc/task/rc/dark-16.theme
|
||||
#include /usr/share/doc/task/rc/dark-256.theme
|
||||
#include /usr/share/doc/task/rc/dark-red-256.theme
|
||||
#include /usr/share/doc/task/rc/dark-green-256.theme
|
||||
#include /usr/share/doc/task/rc/dark-blue-256.theme
|
||||
#include /usr/share/doc/task/rc/dark-violets-256.theme
|
||||
#include /usr/share/doc/task/rc/dark-yellow-green.theme
|
||||
#include /usr/share/doc/task/rc/dark-gray-256.theme
|
||||
#include /usr/share/doc/task/rc/dark-gray-blue-256.theme
|
||||
#include /usr/share/doc/task/rc/solarized-dark-256.theme
|
||||
#include /usr/share/doc/task/rc/solarized-light-256.theme
|
||||
#include /usr/share/doc/task/rc/no-color.theme
|
||||
|
||||
# Themes are in additional file
|
||||
include colorscheme
|
||||
|
||||
# Taskserver sync settings
|
||||
include task-sync.rc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue