diff --git a/home/private_dot_config/Google Assistant/client-secret.json b/home/private_dot_config/Google Assistant/client-secret.json index e69de29b..0967ef42 100644 --- a/home/private_dot_config/Google Assistant/client-secret.json +++ b/home/private_dot_config/Google Assistant/client-secret.json @@ -0,0 +1 @@ +{} diff --git a/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/themes/themer-dark-color-theme.json b/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/themes/themer-dark-color-theme.json index 65aea72b..a9525fd8 100644 --- a/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/themes/themer-dark-color-theme.json +++ b/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/themes/themer-dark-color-theme.json @@ -350,14 +350,6 @@ "sideBarSectionHeader.foreground": "#aaaeb8", "sideBarTitle.foreground": "#9295a0", "statusBar.background": "#7cb7ff", - "textBlockQuote.background": "#2f323e", - "widget.shadow": "#161925", - "textBlockQuote.border": "#2f323e", - "textCodeBlock.background": "#161925", - "textLink.activeForeground": "#00c1e4", - "textLink.foreground": "#7cb7ff", - "textPreformat.foreground": "#dcdfe4", - "textSeparator.foreground": "#797c87", "statusBar.border": "#161925", "statusBar.debuggingBackground": "#dcdfe4", "statusBar.debuggingBorder": "#161925", @@ -416,7 +408,6 @@ "tab.inactiveBackground": "#2f323e", "tab.inactiveForeground": "#60646f", "tab.inactiveModifiedBorder": "#f9dc5c", - "tree.indentGuidesStroke": "#2f323e", "tab.lastPinnedBorder": "#c74d89", "tab.unfocusedActiveBackground": "#161925", "tab.unfocusedActiveForeground": "#60646f", @@ -463,16 +454,25 @@ "testing.message.warning.lineBackground": "#dcdfe43f", "testing.peekBorder": "#60646f", "testing.runAction": "#7cb7ff", + "textBlockQuote.background": "#2f323e", + "textBlockQuote.border": "#2f323e", + "textCodeBlock.background": "#161925", + "textLink.activeForeground": "#00c1e4", + "textLink.foreground": "#7cb7ff", + "textPreformat.foreground": "#dcdfe4", + "textSeparator.foreground": "#797c87", "titleBar.activeBackground": "#161925", "titleBar.activeForeground": "#9295a0", "titleBar.inactiveBackground": "#161925", "titleBar.inactiveForeground": "#60646f", + "tree.indentGuidesStroke": "#2f323e", "walkThrough.embeddedEditorBackground": "#161925", "welcomePage.background": "#161925", "welcomePage.buttonBackground": "#2f323e", "welcomePage.buttonHoverBackground": "#474b56", "welcomePage.progress.background": "#7cb7ff", - "welcomePage.progress.foreground": "#161925" + "welcomePage.progress.foreground": "#161925", + "widget.shadow": "#161925" }, "name": "Betelgeuse Dark", "tokenColors": [ diff --git a/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/themes/themer-light-color-theme.json b/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/themes/themer-light-color-theme.json index 1bc85c48..6860783e 100644 --- a/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/themes/themer-light-color-theme.json +++ b/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/themes/themer-light-color-theme.json @@ -350,14 +350,6 @@ "sideBarSectionHeader.foreground": "#666970", "sideBarTitle.foreground": "#7f8288", "statusBar.background": "#a0dbff", - "textBlockQuote.background": "#e5e6e7", - "widget.shadow": "#4c505866", - "textBlockQuote.border": "#e5e6e7", - "textCodeBlock.background": "#ffffff", - "textLink.activeForeground": "#24e5ff", - "textLink.foreground": "#a0dbff", - "textPreformat.foreground": "#dcdfe4", - "textSeparator.foreground": "#999ba0", "statusBar.border": "#ffffff", "statusBar.debuggingBackground": "#dcdfe4", "statusBar.debuggingBorder": "#ffffff", @@ -416,7 +408,6 @@ "tab.inactiveBackground": "#e5e6e7", "tab.inactiveForeground": "#b2b4b7", "tab.inactiveModifiedBorder": "#ffff80", - "tree.indentGuidesStroke": "#e5e6e7", "tab.lastPinnedBorder": "#eb71ad", "tab.unfocusedActiveBackground": "#ffffff", "tab.unfocusedActiveForeground": "#b2b4b7", @@ -463,16 +454,25 @@ "testing.message.warning.lineBackground": "#dcdfe43f", "testing.peekBorder": "#b2b4b7", "testing.runAction": "#a0dbff", + "textBlockQuote.background": "#e5e6e7", + "textBlockQuote.border": "#e5e6e7", + "textCodeBlock.background": "#ffffff", + "textLink.activeForeground": "#24e5ff", + "textLink.foreground": "#a0dbff", + "textPreformat.foreground": "#dcdfe4", + "textSeparator.foreground": "#999ba0", "titleBar.activeBackground": "#ffffff", "titleBar.activeForeground": "#7f8288", "titleBar.inactiveBackground": "#ffffff", "titleBar.inactiveForeground": "#b2b4b7", + "tree.indentGuidesStroke": "#e5e6e7", "walkThrough.embeddedEditorBackground": "#ffffff", "welcomePage.background": "#ffffff", "welcomePage.buttonBackground": "#e5e6e7", "welcomePage.buttonHoverBackground": "#cccdcf", "welcomePage.progress.background": "#a0dbff", - "welcomePage.progress.foreground": "#ffffff" + "welcomePage.progress.foreground": "#ffffff", + "widget.shadow": "#4c505866" }, "name": "Betelgeuse Light", "tokenColors": [ diff --git a/package.json b/package.json index ba64b9c9..9f9326be 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,19 @@ "helpUrl": "https://megabyte.space/docs/contributing/commits" }, "eslintConfig": { - "extends": "eslint-config-strict-mode" + "extends": "eslint-config-strict-mode", + "overrides": [ + { + "files": [ + "home/private_dot_config/oh-my-posh/*", + "home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/**/*", + "home/private_dot_config/private_Code/User/settings.json" + ], + "rules": { + "no-secrets/no-secrets": "off" + } + } + ] }, "funding": [ {