diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-08-16 23:16:08 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-08-16 23:16:08 +0200 |
commit | 2f8987983c65582fd4d2289c09ee61afd5567b2f (patch) | |
tree | 3a9bf84a01b043cdc0d5a4287f20ab707fb393fd | |
parent | 158e438c9cf58c00be0b2aef2b3bd8462326815d (diff) |
Enable true color, always
-rw-r--r-- | config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml index a6ce338..ed47838 100644 --- a/config.toml +++ b/config.toml @@ -8,6 +8,7 @@ rulers = [80] color-modes = true
auto-pairs = false
cursorline = true
+true-color = true
[editor.statusline]
left = ["mode", "file-name", "read-only-indicator", "file-modification-indicator", "version-control"]
|