theme is now in the config file

This commit is contained in:
filipriec
2025-02-22 19:06:33 +01:00
parent 0c1a1212e3
commit 7acd1707f1
5 changed files with 25 additions and 25 deletions

View File

@@ -13,3 +13,7 @@ move_left = ["h"]
move_right = ["l"]
move_up = ["k", "Up"]
move_down = ["j", "Down"]
[colors]
theme = "dark"
# Options: "light", "dark", "high_contrast"