Increase contrast of default light theme
This commit is contained in:
parent
0612dc6f89
commit
6624b635df
1 changed files with 5 additions and 4 deletions
|
|
@ -67,6 +67,7 @@ func newApplication(c *config) (*application, error) {
|
|||
BackgroundColor: &hslColorField{240, 13, 86},
|
||||
PrimaryColor: &hslColorField{45, 100, 26},
|
||||
NegativeColor: &hslColorField{0, 50, 50},
|
||||
ContrastMultiplier: 1.3,
|
||||
})
|
||||
|
||||
themePresets, err := newOrderedYAMLMap(themeKeys, themeProps)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue