Hi Alexander
i was mistaken, solarized themes were not autoconverted, they were
converted manually
and initially had darker color
i've made it lighter once in
https://github.com/ajaxorg/ace/commit/3aca398f1d68acc41af768d839fd7d9ac6eb4625
rstudio still uses the old version
https://github.com/rstudio/rstudio/blob/master/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/themes/solarized_dark.css#L38
> The highlight in Solarized Dark is *very* difficult to see (think of trying to pick out that faint highlight in a whole page of code-colored text).
this depends on monitor configuration, i usually keep my monitor dim,
so dark themes do not look good on it.
but if i make theme colors lighter so that they look good on my
monitor, on monitors with default settings, they will be too sharp.
> Is there any way of requesting a change to the highlight color in solarized dark? Would I have to talk to textmate about that?
official page for solarized is at
http://ethanschoonover.com/solarized, but i didn't find any mentions
about selection background color
could you try changing background color on kitchen-sink example page
to something like
.ace-solarized-dark .ace_marker-layer .ace_active-line,
.ace-solarized-dark .ace_marker-layer .ace_selection {
background: rgba(255, 255, 255, 0.13)!important;
}
how bright it needs to be to look good on your monitor?