ozansz / gls

Minimal file manager with terminal UI #Go

Home Page:https://sazak.io/gls-file-manager-on-terminal-with-go/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TUI color palette should be customizable through .glsrc

ozansz opened this issue · comments

Summary

TUI color palette is currently set to constant values in https://github.com/ozansz/gls/blob/main/gui/constants.go. It should be customizable through .glsrc

I'd like to work on this issue. But, I have a question about it. If the values will be read from the .glsrc file, we cannot redeclare constant variables. One solution could be defining variables as var, not const. What do you think?

Yeah totally, I just forgot to mention that detail