Skip to content

Commit

Permalink
Applied Tab Colors take precedence over Active/Inactive colors
Browse files Browse the repository at this point in the history
  • Loading branch information
pryrt authored Nov 13, 2024
1 parent 553d566 commit c322226
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions content/docs/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -632,10 +632,12 @@ Some of these styles apply to the background only, some apply to the foreground
* **Active tab focused indicator** [foreground only] ⇒ If [Preferences > General > Draw a coloured bar on active tab](#highlighting) is checked, this foreground color will be used for drawing a thick bar along the long edge of the tab name of the active tab in the active view.
* **Active tab unfocused indicator** [foreground only] ⇒ If [Preferences > General > Draw a coloured bar on active tab](#highlighting) is checked, and if both editor views are visible, this foreground color will be used for drawing a thick bar along the long edge of the tab name of the other inactive view's active tab.
* **Active tab text** [foreground only] ⇒ Selects the color to be used for the filename displayed in the titlebar of the active tab.
* **Inactive tabs** [background and foreground] ⇒ Foreground: selects the color to be used for the filename text displayed in all inactive tabs. Background: selects the color to be used to fill in the background of all inactive tabs.
- Note: Applying tab colors will take precedence over the color from this setting.
* **Inactive tabs** [background and foreground] ⇒ Foreground: selects the color to be used for the filename text displayed in all inactive tabs. Background: selects the color to be used to fill in the background of all inactive tabs.
- Note: for the background setting to affect the inactive tabs, **[Preferences > General**](#general) > `☐ Darken inactive tabs`** must be checkmarked; otherwise, inactive tabs will use the same background color as the active tab instead of using the background color defined here.
* **Tab color *n*** (1 ≤ *n* ≤ 5) [background only] ⇒ Selects the color to be used for the **[Tab Bar](../user-interface/#tab-bar-right-click-menu) > Apply Color to Tab** actions, for Light Mode. (Added v8.7)
* **Tab color dark mode *n*** (1 ≤ *n* ≤ 5) [background only] ⇒ Selects the color to be used for the **[Tab Bar](../user-interface/#tab-bar-right-click-menu) > Apply Color to Tab** actions, for Dark Mode. (Added v8.7)
- Note: Applying tab colors will take precedence over the color from this setting.
* **Tab color *n*** (1 ≤ *n* ≤ 5) [background only] ⇒ Selects the color to be used for the **[Tab Bar](../user-interface/#tab-bar-right-click-menu) > Apply Color to Tab** actions, for Light Mode. When a tab-color is applied to a tab, these take precedence over the active and inactive tab color settings in Light Mode. (Added v8.7)
* **Tab color dark mode *n*** (1 ≤ *n* ≤ 5) [background only] ⇒ Selects the color to be used for the **[Tab Bar](../user-interface/#tab-bar-right-click-menu) > Apply Color to Tab** actions, for Dark Mode. When a tab-color is applied to a tab, these take precedence over the active and inactive tab color settings in Dark Mode. (Added v8.7)
* **URL hovered** [foreground only] ⇒ If [Preferences > Cloud & Link > Clickable Link Settings > Enable](#cloud-link) is checked, when your mouse cursor is hovering over a URL, or if the [caret](#caret-and-cursor "typing/insertion cursor") is inside the URL text, then the URL's foreground color will follow this setting. The "Go to settings" link will take you to [Preferences > Cloud & Link](#cloud-link) so you can change **Clickable Link Settings**.
* **Document map** [background and foreground] ⇒ The foreground color will be semi-transparently overlayed over the miniature version of text that's currently visible in the editor; the background color will be semi-transparently overlayed over the miniature version of the text that isn't currently visible in the editor (this style is new to v8.1.5).
* **EOL Custom Color** [background and foreground] ⇒ Sets the colors for the `CR`, `LF`, and `CRLF` indicators, which are also influenced by the [**Settings > Preferences > Editing > EOL** settings](#editing-1). The "Go to settings" link will take you to [Preferences > Editing](#editing-1) so you can change **EOL** settings.
Expand Down

0 comments on commit c322226

Please sign in to comment.