summaryrefslogtreecommitdiffstats
path: root/pkg/theme
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-03-29 14:34:17 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-29 18:26:24 +1100
commit40fbce91ce636eb037c2221946261ce4f4bf4317 (patch)
tree9c31eb84b24e6e742ef519a4dad89218cca8092e /pkg/theme
parent33d287d2f0c6335559ac75c1b9a4705dfaa9ad7b (diff)
add new diff mode
WIP WIP WIP WIP WIP WIP WIP
Diffstat (limited to 'pkg/theme')
-rw-r--r--pkg/theme/theme.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/theme/theme.go b/pkg/theme/theme.go
index 04b49a555..ccb6bef08 100644
--- a/pkg/theme/theme.go
+++ b/pkg/theme/theme.go
@@ -27,6 +27,8 @@ var (
OptionsFgColor color.Attribute
OptionsColor gocui.Attribute
+
+ DiffTerminalColor = color.FgMagenta
)
// UpdateTheme updates all theme variables