diff options
author | pommicket <pommicket@gmail.com> | 2023-05-21 22:52:19 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-05-21 22:52:19 -0400 |
commit | e52c5c62824e378bc9a25fff1f41b0254eb85a8a (patch) | |
tree | c2187ceb4e67d40715bf75747a10bb2b6b9d8e4d /themes | |
parent | 37eb65550f164857ed27d2e07c48c8b80c4d15fc (diff) |
highlight TODOs in comments
Diffstat (limited to 'themes')
-rw-r--r-- | themes/classic-light.ted.cfg | 1 | ||||
-rw-r--r-- | themes/classic.ted.cfg | 1 | ||||
-rw-r--r-- | themes/extradark.ted.cfg | 1 |
3 files changed, 3 insertions, 0 deletions
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 |