CptPotato / helix-themes

A few themes for the helix editor
MIT License
129 stars 14 forks source link

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

Open joaocarvalhoopen opened 1 year ago

joaocarvalhoopen commented 1 year ago

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