diff --git a/manifest.json b/manifest.json index 368b588..4ba52de 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "caido-themes", "name": "Caido Themes", - "version": "1.0.1", + "version": "1.0.2", "description": "A plugin for managing and customizing themes in Caido", "author": { "name": "bebiks", diff --git a/package.json b/package.json index 13bcfce..0125790 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "caido-themes", - "version": "1.0.1", + "version": "1.0.2", "description": "A plugin for managing and customizing themes in Caido", "author": "bebiks", "license": "CC0-1.0", diff --git a/packages/backend/package.json b/packages/backend/package.json index 660731e..ec54bc6 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "1.0.1", + "version": "1.0.2", "description": "Backend for Caido Themes", "author": "bebiks", "license": "CC0-1.0", diff --git a/packages/frontend/package.json b/packages/frontend/package.json index cb1771e..85b3bfb 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "1.0.1", + "version": "1.0.2", "description": "Themes", "author": "bebiks", "license": "CC0-1.0", diff --git a/packages/frontend/src/styles/style.css b/packages/frontend/src/styles/style.css index 3e50280..2b4623c 100644 --- a/packages/frontend/src/styles/style.css +++ b/packages/frontend/src/styles/style.css @@ -23,6 +23,10 @@ --c-gray-800: var(--caidothemes-subtle) !important; --p-gray-900: var(--caidothemes-primary-dark) !important; --p-gray-800: var(--caidothemes-subtle) !important; + + --p-surface-800: var(--caidothemes-subtle) !important; + --p-surface-900: var(--caidothemes-primary-light) !important; + --p-surface-950: var(--caidothemes-primary-dark) !important; } .c-table__item-row[data-is-even=false], diff --git a/packages/shared/package.json b/packages/shared/package.json index 6a7ee15..c517034 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "shared", - "version": "1.0.1", + "version": "1.0.2", "description": "Shared types", "author": "bebiks", "license": "CC0-1.0",