summaryrefslogtreecommitdiff
path: root/source/style/color.d
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-08-11 15:05:12 -0400
committerShav Kinderlehrer <[email protected]>2023-08-11 15:05:12 -0400
commit106181f022081d79ed4ba19a23863e5d2f8b0f6c (patch)
tree3d0c521e016ca12e58b84ca7bdb1e12fafc0e6ec /source/style/color.d
parent36c8b4d2d776db3e1e4e84f6b0a8eb1f00f198d1 (diff)
downloadprim-106181f022081d79ed4ba19a23863e5d2f8b0f6c.tar.gz
prim-106181f022081d79ed4ba19a23863e5d2f8b0f6c.zip
Add brightbg colors
Diffstat (limited to 'source/style/color.d')
-rw-r--r--source/style/color.d13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/style/color.d b/source/style/color.d
index 8576e56..01159ec 100644
--- a/source/style/color.d
+++ b/source/style/color.d
@@ -38,3 +38,16 @@ enum Bg {
def,
reset = 0
}
+
+enum BrightBg {
+ black = 100,
+ red,
+ green,
+ yellow,
+ blue,
+ magenta,
+ cyan,
+ white,
+ def,
+ reset = 0
+}