Riley Roach

Results 13 comments of Riley Roach

I've only been able to style the help pane within an `*.rstheme` file. From what I can tell with messing around in RStudio's DevTools, the issue lies in when `darkstudio.css`...

[Here](https://github.com/rileytwo/kiss/blob/ec81f5b9326bc6d96606e61e25560ea2a5730b5a/rstudio/kiss.rstheme#L98-L121) are the lines from `kiss.rstheme` that style the help pane. Snippet: ```css /** * * Help Pane fonts * */ /* #rstudio_workbench_panel_help * :-webkit-any(code) { font-family: var(--kiss-ui-monospace-font) !important; }...

@salim-b that looks great! I'm actually going to reopen this issue, since I would like to support theming the help pane if possible.

Not a stupid question at all, no worries. Can you tell me which editor theme you are using? You can find this by going to Preferences -> Appearance. I think...

I installed RStudio 1.2.5042, tested `daRkStudio` with Vibrant Ink, and was able to see the fonts as expected. If you're okay with updating RStudio, would you mind updating to 1.2.5042...

Hmm. There must be some property that's overriding the default text, since the text color should be black in preferences, but white in the UI. Have you used RStudio's devtools?...

Don't worry about it, really! I'd rather you open an issue than abandon using this. Your devtools showing as a light theme is the normal/expected behavior if you haven't changed...

did you update the `index.htm` and copy/symlink `custom_styles.css` files?

Hey @salim-b! I'm sorry about the Linux installation method being broken... I don't have a way to test for Linux, and I figured if anything **was** wrong, someone would raise...

Working on this now. Can you run `ls -lah /usr/lib/rstudio/` for me? Can you also provide the full path to the `index.htm` file on your machine? On macOS and Windows,...