Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit22d3b16

Browse files
vasily-kirichenkoKevinRansom
authored andcommitted
handle "Blue (high contrast)" theme (#3443)
1 parent2e4c63a commit22d3b16

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎vsintegration/src/FSharp.Editor/Classification/ClassificationDefinitions.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module internal ClassificationDefinitions =
6565
)=
6666

6767
let(|LightTheme|DarkTheme|UnknownTheme|)id=
68-
if id= KnownColorThemes.Light|| id= KnownColorThemes.Bluethen LightTheme
68+
if id= KnownColorThemes.Light|| id= KnownColorThemes.Blue|| id= Guids.blueHighContrastThemeIdthen LightTheme
6969
elif id= KnownColorThemes.Darkthen DarkTheme
7070
else UnknownTheme
7171

‎vsintegration/src/FSharp.Editor/Common/Constants.fs‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,5 @@ module internal Guids =
7272
[<Literal>]
7373
/// "8FDA964A-263D-4B4E-9560-29897535217C"
7474
letlanguageServicePerformanceOptionPageIdString="8FDA964A-263D-4B4E-9560-29897535217C"
75+
76+
letblueHighContrastThemeId= Guid"{ce94d289-8481-498b-8ca9-9b6191a315b9}"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp