8000 Merge pull request #4 from odalet/fix-for-dark-theme · sourcegit-scm/sourcegit-theme@474dfa4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 474dfa4

Browse files
authored
Merge pull request #4 from odalet/fix-for-dark-theme
Updated DecoratorFG and DecoratorHead in JetBrains themes so that they play nicely with SourceGit 2.27+ Dark mode
2 parents 91ff0eb + 805af3f commit 474dfa4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

themes/JetBrainsDark.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"DecoratorIcon": "#ffffff",
2727
"DecoratorBranch": "#3574f0",
2828
"DecoratorTag": "#57935d",
29-
"DecoratorFG": "#ffffff"
29+
"DecoratorFG": "#000000",
30+
"DecoratorHead": "#f4f1de"
3031
}
3132
}

themes/JetBrainsDark_DiffHighContrast.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"DecoratorIcon": "#ffffff",
2727
"DecoratorBranch": "#3574f0",
2828
"DecoratorTag": "#57935d",
29-
"DecoratorFG": "#ffffff"
29+
"DecoratorFG": "#000000",
30+
"DecoratorHead": "#f4f1de"
3031
},
3132
"GraphPenThickness": 2,
3233
"GraphColors": [

0 commit comments

Comments
 (0)
0