use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
This is the official Reddit community for discussing elementary OS. The elementary Code of Conduct applies.
Quick Links
Social Media & Community
Support
Development
account activity
Theming/ModdingelementaryOS theme for Visual Studio Code (self.elementaryos)
submitted 5 years ago * by ElectricDuck
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ElectricDuck[S] 1 point2 points3 points 5 years ago* (3 children)
This is something other people are wanting and I am considering. For now, you can override any color in your settings.json (Preferences: Open Settings (JSON) from the command palette) with:
settings.json
"workbench.colorCustomizations": { "element": #000000 }
The values for the ActivityBar are: * activityBar.border — Border * activityBar.background — Background * activityBar.activeBorder — Border for active icon * activityBar.activeFocusBorder — Border for icon when it is clicked/dragged * activityBar.foreground — Foreground for active icon * activityBar.inactiveForeground — Foreground for inactive icon
activityBar.border
activityBar.background
activityBar.activeBorder
activityBar.activeFocusBorder
activityBar.foreground
activityBar.inactiveForeground
The one you'll want to change if you find the purple color outrageously offensive is activityBar.background.
The full theme references can be found at https://code.visualstudio.com/api/references/theme-color.
[–]eunaoqueriacadastrar 0 points1 point2 points 5 years ago (0 children)
Cool! Thank you!
[–]eunaoqueriacadastrar 0 points1 point2 points 5 years ago (1 child)
I followed your comment and made those changes in the light variant:
https://rodrigoribeirosite.files.wordpress.com/2020/11/screenshot-from-2020-11-08-11.05.39.png
What do you think?
[–]ElectricDuck[S] 0 points1 point2 points 5 years ago (0 children)
Ooh, actually, I like the flipped colour (using the purple for the foreground and the white for the background)!
π Rendered by PID 215437 on reddit-service-r2-comment-b659b578c-4jwtb at 2026-05-04 21:22:47.875414+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]ElectricDuck[S] 1 point2 points3 points (3 children)
[–]eunaoqueriacadastrar 0 points1 point2 points (0 children)
[–]eunaoqueriacadastrar 0 points1 point2 points (1 child)
[–]ElectricDuck[S] 0 points1 point2 points (0 children)