mirror of
https://github.com/rgleichman/glance.git
synced 2024-11-27 03:02:44 +03:00
Adjust colors.
This commit is contained in:
parent
299886c450
commit
0c50f69619
@ -61,14 +61,13 @@ colorOnBlackScheme = ColorStyle {
|
||||
patternC = lightMagenta,
|
||||
patternTextC = cyan,
|
||||
bindTextBoxC = reddishOrange,
|
||||
bindTextBoxTextC = blueishLightCyan
|
||||
bindTextBoxTextC = lime
|
||||
}
|
||||
where
|
||||
slightlyGreenYellow = sRGB24 212 255 0
|
||||
lightMagenta = sRGB24 255 94 255
|
||||
lightSlightlyPurpleBlue = sRGB24 67 38 255
|
||||
reddishOrange = sRGB24 255 119 0
|
||||
blueishLightCyan = sRGB24 66 198 255
|
||||
|
||||
whiteOnBlackScheme :: (Floating a, Ord a) => ColorStyle a
|
||||
whiteOnBlackScheme = ColorStyle {
|
||||
|
Loading…
Reference in New Issue
Block a user