about summary refs log tree commit diff stats
path: root/src/types
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-11-25 01:17:36 +0100
committerbptato <nincsnevem662@gmail.com>2022-11-25 01:17:36 +0100
commit2d3b4faaffb62b6f449bd3dcb59f5ac4fbb16415 (patch)
treea07a1970757322e367c66a813a0a2eeafba23f18 /src/types
parentb086e346afeded51c94c9b77280dcea6f6b3ce8a (diff)
downloadchawan-2d3b4faaffb62b6f449bd3dcb59f5ac4fbb16415.tar.gz
Fix user style regression, add minimum-contrast
Diffstat (limited to 'src/types')
-rw-r--r--src/types/color.nim1
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