home/editor: always truecolor

This commit is contained in:
Max Headroom 2022-03-01 23:18:53 +01:00
parent 237ead528e
commit 7b5e4d52d1

View file

@ -4,6 +4,7 @@ let
config = { config = {
theme = "custom"; theme = "custom";
editor = { editor = {
true-color = true;
line-number = "relative"; line-number = "relative";
cursor-shape = { cursor-shape = {
insert = "bar"; insert = "bar";