From e52c5c62824e378bc9a25fff1f41b0254eb85a8a Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 21 May 2023 22:52:19 -0400 Subject: highlight TODOs in comments --- themes/classic-light.ted.cfg | 1 + themes/classic.ted.cfg | 1 + themes/extradark.ted.cfg | 1 + 3 files changed, 3 insertions(+) (limited to 'themes') diff --git a/themes/classic-light.ted.cfg b/themes/classic-light.ted.cfg index c154020..a7458ab 100644 --- a/themes/classic-light.ted.cfg +++ b/themes/classic-light.ted.cfg @@ -42,6 +42,7 @@ keyword = #062 preprocessor = #11a string = #b33 character = #960 +todo = #a00 builtin = #70a comment = #555 constant = #077 diff --git a/themes/classic.ted.cfg b/themes/classic.ted.cfg index b7a9025..0202a81 100644 --- a/themes/classic.ted.cfg +++ b/themes/classic.ted.cfg @@ -67,6 +67,7 @@ character = #fa7 builtin = #a7f comment = #999 constant = #8ff +todo = #f44 line-numbers = #779 cursor-line-number = #ddf diff --git a/themes/extradark.ted.cfg b/themes/extradark.ted.cfg index 0b3603e..808d975 100644 --- a/themes/extradark.ted.cfg +++ b/themes/extradark.ted.cfg @@ -43,6 +43,7 @@ string = #f40 character = #fa0 builtin = #c0f comment = #999 +todo = #f00 constant = #0ff line-numbers = #8a8 cursor-line-number = #dfd -- cgit v1.2.3