From b1ee9a11c5e11316ba6ef32fc177dd82b4022da9 Mon Sep 17 00:00:00 2001 From: Sandeep Somavarapu Date: Wed, 31 Aug 2016 23:29:09 +0200 Subject: [PATCH] Add more keys --- theme-sample/Sample_Dark.tmTheme | 11 +++++++++++ theme-sample/Sample_Light.tmTheme | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/theme-sample/Sample_Dark.tmTheme b/theme-sample/Sample_Dark.tmTheme index eff6da5e..64158c56 100644 --- a/theme-sample/Sample_Dark.tmTheme +++ b/theme-sample/Sample_Dark.tmTheme @@ -22,6 +22,12 @@ guide #002040 + hoverHighlight + #264F78 + + referenceHighlight + #FF8F00 + lineHighlight #FF0000 rangeHighlight @@ -45,6 +51,11 @@ #575757 wordHighlightStrong #004972 + + activeLinkForeground + #4E94CE + gotoDefinitionLinkForeground + #4E94CE diff --git a/theme-sample/Sample_Light.tmTheme b/theme-sample/Sample_Light.tmTheme index 5a9851fa..11773bdf 100644 --- a/theme-sample/Sample_Light.tmTheme +++ b/theme-sample/Sample_Light.tmTheme @@ -31,6 +31,12 @@ rangeHighlight #FDFF00 + hoverHighlight + #ADD6FF + + referenceHighlight + #F5D802 + selection #C9D0D9 inactiveSelection @@ -49,6 +55,11 @@ #575757 wordHighlightStrong #0E639C + + activeLinkForeground + #0000FF + gotoDefinitionLinkForeground + #0000FF