From 0a87bf8189069b04d136c5a70c3900dc3fcbf066 Mon Sep 17 00:00:00 2001 From: Cristian Yancis Date: Mon, 9 Sep 2024 08:03:45 -0600 Subject: [PATCH] actualizacion --- .vscode/settings.json | 22 ++++++++++++++++++++++ app/cuadros.js | 2 +- app/globals.css | 2 +- app/tablero.js | 3 +-- 4 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..108b8bd --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,22 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#4e3b40", + "activityBar.background": "#4e3b40", + "activityBar.foreground": "#e7e7e7", + "activityBar.inactiveForeground": "#e7e7e799", + "activityBarBadge.background": "#000000", + "activityBarBadge.foreground": "#e7e7e7", + "commandCenter.border": "#e7e7e799", + "sash.hoverBorder": "#4e3b40", + "statusBar.background": "#312528", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#4e3b40", + "statusBarItem.remoteBackground": "#312528", + "statusBarItem.remoteForeground": "#e7e7e7", + "titleBar.activeBackground": "#312528", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveBackground": "#31252899", + "titleBar.inactiveForeground": "#e7e7e799" + }, + "peacock.color": "#312528" +} \ No newline at end of file diff --git a/app/cuadros.js b/app/cuadros.js index c07aaeb..0bc737d 100644 --- a/app/cuadros.js +++ b/app/cuadros.js @@ -28,7 +28,7 @@ const Cuadrado = ({ valor, alHcerClick }) => { onMouseLeave={handleMouseLeave} >