question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tabs/tabs Bar colors and StatusBar border

See original GitHub issue

Thanks for creating this theme!. I have a proposal regarding the tabs part of the interface. I use the Dark - Medium contrast so the proposed modifications must be tested with this contrast.

// Settings for the theme: Gruvbox Dark Medium
"workbench.colorCustomizations": {
        "tab.activeBackground": "#3c3836",
        "tab.inactiveBackground": "#282828",
        "tab.activeBorder": "#689d6a",
        "tab.unfocusedActiveBorder": "#689d6a",
        "editorGroupHeader.tabsBackground": "#282828",
        "editorGroupHeader.tabsBorder": "#3c3836",
        "statusBar.border": "#3c3836",
    },

My motivation was that I didn’t like that every other element of the interface blends in with the same background color except for the tabs. Also, I added line border (lighter color) to visually differentiate the status bar and the tab bar and an extra highlight in the border of the active tab (focused or not).

Before image image

After image image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jdinhifycommented, Feb 28, 2019

PR has been merged & deployed. Thanks @layoaster

0reactions
layoastercommented, Feb 28, 2019

Never done a theme myself so I can’t tell you exactly what might be typically subject of being colored with the “theme accent” but doing a quick search for things colored with #689d6a I found the scrollbarSlider.activeBackground might have to be changed.

Nevertheless, I think further modifications fall out of the scope of this issue/PR

Read more comments on GitHub >

github_iconTop Results From Across the Web

Draw border of certain color around colored UIImage in tab bar
So my question: Is there a way I can do both, i.e. color the image white and the border red in my UITabBar...
Read more >
How to set custom colors in the SSMS status bar - SQLShack
This article explains the process of defining custom color codes for SQL Server connections in SSMS.
Read more >
Set the active tmux tab color - Unix & Linux Stack Exchange
@jasonwryan I don't want to change the status bar foreground color but to make the current tab display a different background color.
Read more >
Ch. 8.4 Color Assets, Navigation + Toolbar Colors, Status Bar ...
We refine the Snacktacular interface in preparation for saving data to Cloud Firestore. In this video we'll cover Custom Color Assets, ...
Read more >
Appearance Preferences - Documentation - iTerm2 - iTerm2
Tab Bar Location. Defines whether tabs appear at the top, bottom, or left side of your windows. Status Bar Location. Defines where the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found