Skip to content

Commit a20964c

Browse files
authored
Merge pull request #3 from samgovier/Fix-opaque-checkboxes
recolor basic checkboxes
2 parents 2e2a583 + 4c0fff8 commit a20964c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/signed-dark-pro.color-theme.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"button.background": "#0040ff",
2727
"button.foreground": "#ffffff",
2828
"button.hoverBackground": "#0080ff",
29-
"checkbox.background": "#ff0000",
30-
"checkbox.foreground": "#ff0000",
31-
"checkbox.border": "#ff0000",
29+
"checkbox.background": "#080808",
30+
"checkbox.foreground": "#ffffff",
31+
"checkbox.border": "#333333",
3232
/* https://code.visualstudio.com/api/references/theme-color#dropdown-control */
3333
"dropdown.background": "#080808",
3434
"dropdown.listBackground": "#000000",

0 commit comments

Comments
 (0)