summaryrefslogtreecommitdiff
path: root/src/face.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/face.hh')
-rw-r--r--src/face.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/face.hh b/src/face.hh
index f0f9d34a..b5891c89 100644
--- a/src/face.hh
+++ b/src/face.hh
@@ -25,7 +25,7 @@ struct Face
Color bg;
Attribute attributes;
- constexpr Face(Color fg = Colors::Default, Color bg = Colors::Default,
+ constexpr Face(Color fg = Color::Default, Color bg = Color::Default,
Attribute attributes = Attribute::Normal)
: fg{fg}, bg{bg}, attributes{attributes} {}
};