From 885a0a2b89b2c76f917a774351e6b5e2ecb37223 Mon Sep 17 00:00:00 2001 From: Eric Correia Date: Fri, 21 Jul 2023 21:43:09 -0400 Subject: [PATCH 1/2] Theme Pop-Dark: Increase Diagnostics clarity --- runtime/themes/pop-dark.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/runtime/themes/pop-dark.toml b/runtime/themes/pop-dark.toml index 6393dd730924..73c857b95b89 100644 --- a/runtime/themes/pop-dark.toml +++ b/runtime/themes/pop-dark.toml @@ -1,13 +1,14 @@ # Pop Dark theme for the Helix Editor # Author: workingj +# Author : Eric Correia # Repo: https://github.com/workingJ/helix-pop-theme # Version: 1.0 # This theme is based on Nathaniel Webb's VSCodePopTheme -info = { fg = 'yellowH', bg = 'brownD' } -hint = { fg = 'brownD', bg = 'yellowH', modifiers = ['bold'] } -warning = { fg = 'brownD', bg = 'orangeW', modifiers = ['bold'] } -error = { fg = 'brownD', bg = 'redE', modifiers = ['bold'] } +info = { fg = 'brownD' } +hint = { fg = 'yellowH', modifiers = ['bold'] } +warning = { fg = 'orangeW', modifiers = ['bold'] } +error = { fg = 'redE', modifiers = ['bold'] } 'diagnostic.info'.underline = { color = 'yellowH', style = 'curl' } 'diagnostic.hint'.underline = { color = 'yellowH', style = 'curl' } 'diagnostic.warning'.underline = { color = 'orangeW', style = 'curl' } From 46bfe8b85d656b41a2424a39d3c29d2f2d7d7d0c Mon Sep 17 00:00:00 2001 From: Eric Correia Date: Fri, 21 Jul 2023 22:33:05 -0400 Subject: [PATCH 2/2] remove myself from auth --- runtime/themes/pop-dark.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/themes/pop-dark.toml b/runtime/themes/pop-dark.toml index 73c857b95b89..54db3d1b1036 100644 --- a/runtime/themes/pop-dark.toml +++ b/runtime/themes/pop-dark.toml @@ -1,6 +1,5 @@ # Pop Dark theme for the Helix Editor # Author: workingj -# Author : Eric Correia # Repo: https://github.com/workingJ/helix-pop-theme # Version: 1.0 # This theme is based on Nathaniel Webb's VSCodePopTheme