helix-themes icon indicating copy to clipboard operation
helix-themes copied to clipboard

Helix - Small changes to Kanabox for color blind and dyslexic people.

Open joaocarvalhoopen opened this issue 2 years ago • 0 comments

Hello,

I'm just starting to use Helix, and was interested in good themes for same degree of color blind and dyslexic people and started with your fantastic Kanabox theme and changed just a little bit and it become much better for people with that conditions. This is only my experience, of messing around with it and checked by two other dyslexic persons.

The small changes that I made were:

# "ui.background" = { bg = "sumiInk1" }
"ui.background" = { bg = "black" }

# "ui.linenr" = "sumiInk4"
"ui.linenr" = "myYellowGreen"

# "ui.text" = "fujiWhite"
"ui.text" = "myYellowGreen"

[palette]

"black" = "#000000"
"myYellowGreen" = "#AA9550"

Best regards, João

joaocarvalhoopen avatar Nov 05 '22 14:11 joaocarvalhoopen