From b620badf5cd866a9e293cfdfb92e1766ff3e97f2 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 22 Dec 2024 18:54:53 +0100 Subject: [PATCH] black color --- .vscode/settings.json | 20 ++++++++++---------- 5s.css | 2 +- src/App5S.vue | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5158ba9..5c14e83 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,23 +2,23 @@ "typescript.tsdk": "node_modules/typescript/lib", "peacock.color": "#002992", "workbench.colorCustomizations": { - "activityBar.activeBackground": "#0037c5", - "activityBar.background": "#0037c5", + "activityBar.activeBackground": "#184630", + "activityBar.background": "#184630", "activityBar.foreground": "#e7e7e7", "activityBar.inactiveForeground": "#e7e7e799", - "activityBarBadge.background": "#200009", + "activityBarBadge.background": "#9259c6", "activityBarBadge.foreground": "#e7e7e7", "commandCenter.border": "#e7e7e799", - "sash.hoverBorder": "#0037c5", - "statusBar.background": "#002992", + "sash.hoverBorder": "#184630", + "statusBar.background": "#0b2016", "statusBar.foreground": "#e7e7e7", - "statusBarItem.hoverBackground": "#0037c5", - "statusBarItem.remoteBackground": "#002992", + "statusBarItem.hoverBackground": "#184630", + "statusBarItem.remoteBackground": "#0b2016", "statusBarItem.remoteForeground": "#e7e7e7", - "titleBar.activeBackground": "#002992", + "titleBar.activeBackground": "#0b2016", "titleBar.activeForeground": "#e7e7e7", - "titleBar.inactiveBackground": "#00299299", + "titleBar.inactiveBackground": "#0b201699", "titleBar.inactiveForeground": "#e7e7e799" }, - "peacock.remoteColor": "#002992" + "peacock.remoteColor": "#0b2016" } diff --git a/5s.css b/5s.css index a136f33..74c3658 100644 --- a/5s.css +++ b/5s.css @@ -1,5 +1,5 @@ :root { - --color: var(--primary-color); + --color: black; } *:not(td):not(th) { diff --git a/src/App5S.vue b/src/App5S.vue index a09904c..9e0784b 100644 --- a/src/App5S.vue +++ b/src/App5S.vue @@ -1,7 +1,7 @@