Skip to content

Commit

Permalink
~ Restore checkbox patch to fix IDE bag
Browse files Browse the repository at this point in the history
  • Loading branch information
4lex4 committed Dec 1, 2023
1 parent ea152e4 commit f934319
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions resources/PreciousDarkEleven.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1032,23 +1032,23 @@
"Checkbox.Background.Disabled": "#212325",
"Checkbox.Background.Disabled.Dark": "#212325",
"Checkbox.Background.Selected": "#4e80b2",
"Checkbox.Background.Selected.Dark": "#4e80b2",
"Checkbox.Background.Selected.Dark": "#1c1e20",
"Checkbox.Border.Default": "#575859",
"Checkbox.Border.Default.Dark": "#575859",
"Checkbox.Border.Disabled": "#4b4d4e",
"Checkbox.Border.Disabled.Dark": "#4b4d4e",
"Checkbox.Border.Selected": "#5586b9",
"Checkbox.Border.Selected.Dark": "#5586b9",
"Checkbox.Border.Selected.Dark": "#575859",
"Checkbox.Focus.Thin.Default": "#496b90",
"Checkbox.Focus.Thin.Default.Dark": "#496b90",
"Checkbox.Focus.Thin.Selected": "#385371",
"Checkbox.Focus.Thin.Selected.Dark": "#385371",
"Checkbox.Focus.Thin.Selected.Dark": "#496b90",
"Checkbox.Focus.Wide": "#325377",
"Checkbox.Focus.Wide.Dark": "#325377",
"Checkbox.Foreground.Disabled": "#5b5c5d",
"Checkbox.Foreground.Disabled.Dark": "#5b5c5d",
"Checkbox.Foreground.Selected": "#1c1e20",
"Checkbox.Foreground.Selected.Dark": "#1c1e20",
"Checkbox.Foreground.Selected.Dark": "#b8b7b6",
"Objects.BlackText": "#b8b7b6",
"Objects.Blue": "#3e81b9",
"Objects.Green": "#5b8b3d",
Expand Down
8 changes: 4 additions & 4 deletions resources/PreciousDarkFifteen.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1032,23 +1032,23 @@
"Checkbox.Background.Disabled": "#282b2f",
"Checkbox.Background.Disabled.Dark": "#282b2f",
"Checkbox.Background.Selected": "#5083b6",
"Checkbox.Background.Selected.Dark": "#5083b6",
"Checkbox.Background.Selected.Dark": "#23262b",
"Checkbox.Border.Default": "#5c5e60",
"Checkbox.Border.Default.Dark": "#5c5e60",
"Checkbox.Border.Disabled": "#525356",
"Checkbox.Border.Disabled.Dark": "#525356",
"Checkbox.Border.Selected": "#5689bd",
"Checkbox.Border.Selected.Dark": "#5689bd",
"Checkbox.Border.Selected.Dark": "#5c5e60",
"Checkbox.Focus.Thin.Default": "#4c6f96",
"Checkbox.Focus.Thin.Default.Dark": "#4c6f96",
"Checkbox.Focus.Thin.Selected": "#3c5978",
"Checkbox.Focus.Thin.Selected.Dark": "#3c5978",
"Checkbox.Focus.Thin.Selected.Dark": "#4c6f96",
"Checkbox.Focus.Wide": "#36597e",
"Checkbox.Focus.Wide.Dark": "#36597e",
"Checkbox.Foreground.Disabled": "#616264",
"Checkbox.Foreground.Disabled.Dark": "#616264",
"Checkbox.Foreground.Selected": "#23262b",
"Checkbox.Foreground.Selected.Dark": "#23262b",
"Checkbox.Foreground.Selected.Dark": "#bab9b6",
"Objects.BlackText": "#bab9b6",
"Objects.Blue": "#3f84bd",
"Objects.Green": "#5e8e41",
Expand Down

0 comments on commit f934319

Please sign in to comment.