nadrad / h-m-m

Hackers Mind Map
GNU General Public License v3.0
1.89k stars 53 forks source link

Example config is broken #49

Closed agschaid closed 1 year ago

agschaid commented 1 year ago

Hi

I think your example config in your readme.md is broken. I copied it to .config/h-m-m/h-m-m.conf and saw some weird quotation marks appearing on messages and active nodes

image

adding a new node looked pretty much broken

image

The quotation marks are not present in the file, though.

I removed the quotation marks from the following config lines and everything worked fine again:

active_node_color = "\033[38;5;0m\033[48;5;172m\033[1m"
message_color = "\033[38;5;0m\033[48;5;141m\033[1m"

Is this a regression? Has this worked before?

nadrad commented 1 year ago

Thanks