gadenbuie / rsthemes

🔮 Full RStudio IDE and Syntax Themes
https://www.garrickadenbuie.com/project/rsthemes/
Other
603 stars 45 forks source link

Style Command Palette #26

Closed gadenbuie closed 4 years ago

gadenbuie commented 4 years ago
Sketch ```css #rstudio_command_palette_search, #rstudio_command_palette_list [id*="rstudio_command_"], input#rstudio_command_palette_search { background-color: purple; } .rstudio-themes-flat .rstudio-themes-border { border-color: purple; } .rstudio-themes-flat .gwt-PopupPanel .popupContent #rstudio_command_palette_list [id*="rstudio_command_"] table .gwt-Label, .rstudio-themes-flat .gwt-PopupPanel .popupContent #rstudio_command_palette_list [id*="rstudio_command_"] table td { background-color: blue; color: red; } .rstudio-themes-flat .gwt-PopupPanel .popupContent #rstudio_command_palette_list [aria-selected="true"], .rstudio-themes-flat .gwt-PopupPanel .popupContent #rstudio_command_palette_list [aria-selected="true"] table .gwt-Label { background-color: green; } .rstudio-themes-flat .gwt-PopupPanel .popupContent #rstudio_command_palette_list [id*="rstudio_command_"]:hover, .rstudio-themes-flat .gwt-PopupPanel .popupContent #rstudio_command_palette_list [id*="rstudio_command_"]:hover table .gwt-Label, .rstudio-themes-flat .gwt-PopupPanel .popupContent #rstudio_command_palette_list [id*="rstudio_command_"]:hover table td { background-color: limegreen; } input#rstudio_command_palette_search { margin: -15px; padding: 15px; width: 600px; border-color: purple; } ```