Better opacity handling
This commit is contained in:
parent
30efa48b7d
commit
247185eafe
3 changed files with 15 additions and 16 deletions
|
|
@ -13,8 +13,8 @@ let
|
|||
colors = with pkgs.rice; palette.toARGBHex rec {
|
||||
|
||||
normal = {
|
||||
foreground = colorPalette.normal.white;
|
||||
background = color.tAlphaRgba (v: 240) colorPalette.normal.black;
|
||||
foreground = colorPalette.primary.foreground;
|
||||
background = colorPalette.primary.background;
|
||||
underline = colorPalette.normal.blue;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue