Ronggui / RQDA

R-based Qualitative Data Analysis
http://rqda.r-forge.r-project.org
Other
113 stars 31 forks source link

Some of the background colors of codes are too dark #9

Open jalvesaq opened 8 years ago

jalvesaq commented 8 years ago

Of course different people see colors differently. The computer screen also makes a big difference. Anyway, at least for me and in my notebook, the background colors of some codes are too dark, and I can't read these codes. Jus as a suggestion, the following palette (defined in the file R/utils.R) works better for me than the current one:

DefaultCodeColor <- sub("FF$", "", rainbow(11, s = 0.3)[c(1, 4, 7, 10, 2, 5, 8, 11, 3, 6, 9)])