diff options
author | bptato <nincsnevem662@gmail.com> | 2022-11-25 01:17:36 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-11-25 01:17:36 +0100 |
commit | 2d3b4faaffb62b6f449bd3dcb59f5ac4fbb16415 (patch) | |
tree | a07a1970757322e367c66a813a0a2eeafba23f18 /src/types | |
parent | b086e346afeded51c94c9b77280dcea6f6b3ce8a (diff) | |
download | chawan-2d3b4faaffb62b6f449bd3dcb59f5ac4fbb16415.tar.gz |
Fix user style regression, add minimum-contrast
Diffstat (limited to 'src/types')
-rw-r--r-- | src/types/color.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types/color.nim b/src/types/color.nim index 9fc00edc..9d3994ff 100644 --- a/src/types/color.nim +++ b/src/types/color.nim @@ -32,7 +32,6 @@ func `==`*(color1, color2: CellColor): bool = const defaultColor* = CellColor(rgb: false, color: 0) -const ANSIFGBlack* = CellColor(rgb: false, color: 38) const ColorsANSIFg* = [ CellColor(rgb: false, color: 30), # black CellColor(rgb: false, color: 31), # red |