Skip to content

Commit

Permalink
Colors
Browse files Browse the repository at this point in the history
  • Loading branch information
micoloth committed Mar 3, 2024
1 parent eaf8e84 commit 9a2504a
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@
{
"id": "reactivejupyter.syncedCurrentCell",
"description": "Background decoration color for synced unselected cell",
"defaults": {
"dark": "#0dca3992",
"light": "#0dca3992",
"highContrast": "#0dca3992"
}
},
{
"id": "reactivejupyter.VeryBrightGreen",
"description": "Background decoration color for synced unselected cell",
"defaults": {
"dark": "#0dca39c8",
"light": "#0dca39c8",
Expand All @@ -76,14 +85,23 @@
"id": "reactivejupyter.outdatedCell",
"description": "Background decoration color for current query",
"defaults": {
"dark": "#d4164658",
"light": "#d4164658",
"highContrast": "#d4164658"
"dark": "#d4164657",
"light": "#d4164657",
"highContrast": "#d4164657"
}
},
{
"id": "reactivejupyter.outdatedCurrentCell",
"description": "Background decoration color for current query",
"defaults": {
"dark": "#d4164692",
"light": "#d4164692",
"highContrast": "#d4164692"
}
},
{
"id": "reactivejupyter.VeryBrightRed",
"description": "Background decoration color for current query",
"defaults": {
"dark": "#d41646da",
"light": "#d41646da",
Expand Down

0 comments on commit 9a2504a

Please sign in to comment.