Skip to content

Commit

Permalink
Merge pull request #44 from doki-theme/tabColorFixes
Browse files Browse the repository at this point in the history
Tab Layout Header Fix
  • Loading branch information
Unthrottled authored Apr 18, 2022
2 parents 8cee3f0 + b3493af commit 2551cd2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---

# 78.0-1.0.1 [Themed Tab Layout]

- Themed the tab layout title to match the rest of the IDE.

# 78.0-1.0.0 [The Boys]

I'm trying to bring in a bit of inclusion.
Expand Down
14 changes: 7 additions & 7 deletions buildSrc/assets/templates/DokiDark.v2.vstheme.template
Original file line number Diff line number Diff line change
Expand Up @@ -2931,12 +2931,15 @@
<Color Name="FileTabActiveGroupBackground">
<Background Source="FF{{textEditorBackground}}" Type="CT_RAW"/>
</Color>
<Color Name="FileTabActiveGroupTitleBackground">
<Background Source="FF0D4F82" Type="CT_RAW"/>
</Color>
<Color Name="FileTabBackground">
<Background Source="FF{{textEditorBackground}}" Type="CT_RAW"/>
</Color>
<Color Name="FileTabActiveGroupTitleBackground">
<Background Source="FF{{headerColor}}" Type="CT_RAW"/>
</Color>
<Color Name="FileTabPrimarySeparator">
<Background Source="FF{{headerColor}}" Type="CT_RAW"/>
</Color>
<Color Name="FileTabBorder">
<Background Source="FF{{borderColor}}" Type="CT_RAW"/>
</Color>
Expand Down Expand Up @@ -3154,10 +3157,7 @@
<Background Source="FF{{highlightColor}}" Type="CT_RAW"/>
</Color>
<Color Name="FileTabParentText">
<Background Source="FF{{foregroundColor}}" Type="CT_RAW"/>
</Color>
<Color Name="FileTabPrimarySeparator">
<Background Source="FFA8B3C2" Type="CT_RAW"/>
<Background Source="FF{{infoForeground}}" Type="CT_RAW"/>
</Color>
<Color Name="FileTabProvisionalHover">
<Background Source="FF{{diff.deleted}}" Type="CT_RAW"/>
Expand Down
8 changes: 7 additions & 1 deletion buildSrc/assets/templates/DokiLight.vstheme.template
Original file line number Diff line number Diff line change
Expand Up @@ -3032,6 +3032,12 @@
</Color>
<Color Name="FileTabBackground">
<Background Source="FF{{textEditorBackground}}" Type="CT_RAW"/>
</Color>
<Color Name="FileTabActiveGroupTitleBackground">
<Background Source="FF{{headerColor}}" Type="CT_RAW"/>
</Color>
<Color Name="FileTabPrimarySeparator">
<Background Source="FF{{headerColor}}" Type="CT_RAW"/>
</Color>
<Color Name="FileTabBorder">
<Background Source="FF{{borderColor}}" Type="CT_RAW"/>
Expand Down Expand Up @@ -3196,7 +3202,7 @@
<Background Source="FF{{highlightColor}}" Type="CT_RAW"/>
</Color>
<Color Name="FileTabParentText">
<Background Source="FF{{foregroundColor}}" Type="CT_RAW"/>
<Background Source="FF{{infoForeground}}" Type="CT_RAW"/>
</Color>
<Color Name="FileTabProvisionalHover">
<Background Source="AA{{highlightColor}}" Type="CT_RAW"/>
Expand Down
2 changes: 1 addition & 1 deletion doki-theme-visualstudio/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="doki_theme_visualstudio.59d36e38-60e0-4571-9901-7971ec61b303" Version="78.1.0" Language="en-US" Publisher="Unthrottled" />
<Identity Id="doki_theme_visualstudio.59d36e38-60e0-4571-9901-7971ec61b303" Version="78.1.1" Language="en-US" Publisher="Unthrottled" />
<DisplayName>The Doki Theme</DisplayName>
<Description xml:space="preserve">Cute anime character themes!</Description>
<MoreInfo>https://github.com/doki-theme/doki-theme-visualstudio#the-doki-theme-visual-studio</MoreInfo>
Expand Down

0 comments on commit 2551cd2

Please sign in to comment.