diff --git a/README.md b/README.md index b3f144a..1d5abd5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A light theme for Visual Studio Code, optimized for readability and easy on the eyes. +![Trigger.light](./trigger-light.png) + The companion to [Trigger.dark](https://github.com/triggerdotdev/trigger.dark). --- diff --git a/themes/Trigger.light-color-theme.json b/themes/Trigger.light-color-theme.json index 231aba0..253b8fc 100644 --- a/themes/Trigger.light-color-theme.json +++ b/themes/Trigger.light-color-theme.json @@ -58,11 +58,11 @@ "dropdown.listBackground": "#F5F5F7", "editor.background": "#FFFFFF", "editor.foreground": "#2E2E4B", - "editorGroup.border": "#00000000", + "editorGroup.border": "#E8E8ED", // Tabs background "editorGroupHeader.tabsBackground": "#F5F5F7", - "editorGroupHeader.tabsBorder": "#00000000", + "editorGroupHeader.tabsBorder": "#E8E8ED", "editorGutter.addedBackground": "#28A745", "editorGutter.deletedBackground": "#F43F5E", "editorGutter.modifiedBackground": "#6532F5", @@ -108,8 +108,8 @@ // Editor "panel.background": "#FAFAFA", - "panel.border": "#00000000", - "panel.dropShadow": "#00000012", + "panel.border": "#E8E8ED", + "panel.dropShadow": "#00000026", "panelInput.border": "#E8E8ED", "panelTitle.activeBorder": "#E8E8ED", "panelTitle.activeForeground": "#2E2E4B", @@ -172,7 +172,7 @@ "tab.activeBorder": "#E8E8ED", "tab.activeBorderTop": "#6532F5", "tab.activeForeground": "#1A1A1A", - "tab.border": "#00000000", + "tab.border": "#E8E8ED", "tab.hoverBackground": "#F8F8FA", "tab.inactiveBackground": "#F5F5F7", "tab.inactiveForeground": "#404040", diff --git a/trigger-light.png b/trigger-light.png new file mode 100644 index 0000000..8c990b6 Binary files /dev/null and b/trigger-light.png differ