mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
67 lines
2 KiB
Text
67 lines
2 KiB
Text
###############################################################################
|
|
# Sample taskwarrior 1.9 (or later) dark 256-color theme, featuring blue.
|
|
#
|
|
# taskwarrior - a command line task list manager.
|
|
#
|
|
# Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
|
# All rights reserved.
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify it under
|
|
# the terms of the GNU General Public License as published by the Free Software
|
|
# Foundation; either version 2 of the License, or (at your option) any later
|
|
# version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful, but WITHOUT
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
# details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License along with
|
|
# this program; if not, write to the
|
|
#
|
|
# Free Software Foundation, Inc.,
|
|
# 51 Franklin Street, Fifth Floor,
|
|
# Boston, MA
|
|
# 02110-1301
|
|
# USA
|
|
#
|
|
################################################################################
|
|
|
|
color=on
|
|
color.header=rgb013
|
|
color.footnote=rgb013
|
|
color.debug=rgb013
|
|
|
|
color.summary.bar=white on rgb003
|
|
color.summary.background=white on color0
|
|
|
|
color.history.add=color0 on rgb015
|
|
color.history.done=color0 on rgb025
|
|
color.history.delete=color0 on rgb035
|
|
|
|
color.undo.before=rgb013
|
|
color.undo.after=rgb035
|
|
|
|
color.calendar.today=color0 on rgb115
|
|
color.calendar.due=color0 on color249
|
|
color.calendar.due.today=color0 on color252
|
|
color.calendar.overdue=color0 on color255
|
|
color.calendar.weekend=on color235
|
|
color.calendar.holiday=color255 on rgb013
|
|
color.calendar.weeknumber=rgb015
|
|
|
|
color.recurring=rgb115
|
|
color.overdue=color255
|
|
color.due.today=color252
|
|
color.due=color249
|
|
color.active=rgb045 on rgb015
|
|
color.pri.none=
|
|
color.pri.H=rgb035
|
|
color.pri.M=rgb025
|
|
color.pri.L=rgb015
|
|
color.tagged=color246
|
|
color.blocked=white on rgb001
|
|
color.project.none=
|
|
color.tag.none=
|
|
color.alternate=on color233
|
|
|