Skip to content

Commit

Permalink
more basic colors
Browse files Browse the repository at this point in the history
  • Loading branch information
kropp committed Mar 15, 2019
1 parent efc6c98 commit ffc3806
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion resources/Ubuntu_Theme.theme.json
Expand Up @@ -23,6 +23,26 @@
}
},

"Component": {
"focusWidth": "1",
"focusColor": "#e95420",
"focusedBorderColor": "#e95420",
"borderColor": "#524e4e"
},

"Button": {
"default": {
"startBackground": "#3eb34f",
"endBackground": "#3eb34f",
"focusedBorderColor": "#ffffff",
"focusColor": "#ffffff00",
"foreground": "#ffffff"
},
"startBackground": "#524e4e",
"endBackground": "#524e4e",
"focusedBorderColor": "#524e4e"
},

"FileColor": {
"Blue": "#19b6ee",
"Green": "#3eb34f",
Expand All @@ -46,7 +66,14 @@
"Actions.Green": "#3eb34f",
"Actions.Orange": "#e95420",
"Actions.Red": "#ed3146",
"Actions.Yellow": "#f89b0f"
"Actions.Yellow": "#f89b0f",

"Checkbox.Focus.Wide.Dark": "#e95420",
"Checkbox.Focus.Thin.Selected.Dark": "#e95420",
"Checkbox.Background.Default.Dark": "#3d3d3d",
"Checkbox.Background.Disabled.Dark": "#3d3d3d",
"Checkbox.Background.Selected.Dark": "#3eb34f",
"Checkbox.Foreground.Selected.Dark": "#ffffff"
}
}
}

0 comments on commit ffc3806

Please sign in to comment.