muxde/config/default.toml

14 lines
264 B
TOML
Raw Normal View History

2024-09-25 01:40:35 +08:00
[colortheme]
2024-09-25 14:29:31 +08:00
background = [0x26, 0x26, 0x28]
2024-09-26 21:10:41 +08:00
2024-09-25 14:29:31 +08:00
command-bar = [0x20, 0x28, 0x20]
2024-09-25 17:30:11 +08:00
cmdbar-prompt = [0x60, 0x60, 0x60]
2024-09-25 14:29:31 +08:00
cmdbar-cmdexist = [0x40, 0xff, 0x40]
cmdbar-cmdunexist = [0xff, 0x40, 0x40]
2024-09-25 01:40:35 +08:00
2024-09-26 21:10:41 +08:00
editor-title = [0x30, 0x30, 0x42]
2024-09-25 01:40:35 +08:00
[command]
2024-09-25 14:29:31 +08:00
new-window = "n"
2024-09-25 01:40:35 +08:00
quit = "q"