Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bebiksior committed Nov 3, 2024
1 parent b5c0146 commit ca8892c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.0.1",
"version": "1.0.2",
"description": "Themes",
"author": "bebiks",
"license": "CC0-1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/frontend/src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shared",
"version": "1.0.1",
"version": "1.0.2",
"description": "Shared types",
"author": "bebiks",
"license": "CC0-1.0",
Expand Down

0 comments on commit ca8892c

Please sign in to comment.