mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update Gitlens colors
This commit is contained in:
parent
1b8e987e7a
commit
8f29920bba
3 changed files with 12 additions and 9 deletions
|
@ -392,9 +392,10 @@
|
|||
"mergeEditor.conflict.handled.minimapOverViewRuler": "#449dab",
|
||||
"mergeEditor.conflict.unhandled.minimapOverViewRuler": "#e0af68",
|
||||
|
||||
"gitlens.trailingLineForegroundColor": "#444b6a",
|
||||
"gitlens.gutterUncommittedForegroundColor": "#444b6a",
|
||||
"gitlens.gutterForegroundColor": "#444b6a",
|
||||
"gitlens.trailingLineForegroundColor": "#646e9c",
|
||||
"gitlens.gutterUncommittedForegroundColor": "#7aa2f7",
|
||||
"gitlens.gutterForegroundColor": "#787c99",
|
||||
"gitlens.gutterBackgroundColor": "#16161e",
|
||||
|
||||
"notificationCenterHeader.background": "#101014",
|
||||
"notifications.background": "#101014",
|
||||
|
|
|
@ -398,9 +398,10 @@
|
|||
"mergeEditor.conflict.handled.minimapOverViewRuler": "#007a75",
|
||||
"mergeEditor.conflict.unhandled.minimapOverViewRuler": "#bb7a61",
|
||||
|
||||
"gitlens.trailingLineForegroundColor": "#868891",
|
||||
"gitlens.gutterUncommittedForegroundColor": "#868891",
|
||||
"gitlens.gutterForegroundColor": "#868891",
|
||||
"gitlens.trailingLineForegroundColor": "#73767d",
|
||||
"gitlens.gutterUncommittedForegroundColor": "#34548a",
|
||||
"gitlens.gutterForegroundColor": "#4c505e",
|
||||
"gitlens.gutterBackgroundColor": "#dcdee3",
|
||||
|
||||
"notificationCenterHeader.background": "#dcdee3",
|
||||
"notifications.background": "#dcdee3",
|
||||
|
|
|
@ -391,9 +391,10 @@
|
|||
"mergeEditor.conflict.handled.minimapOverViewRuler": "#449dab",
|
||||
"mergeEditor.conflict.unhandled.minimapOverViewRuler": "#e0af68",
|
||||
|
||||
"gitlens.trailingLineForegroundColor": "#565f89",
|
||||
"gitlens.gutterUncommittedForegroundColor": "#565f89",
|
||||
"gitlens.gutterForegroundColor": "#565f89",
|
||||
"gitlens.trailingLineForegroundColor": "#7582ba",
|
||||
"gitlens.gutterUncommittedForegroundColor": "#7aa2f7",
|
||||
"gitlens.gutterForegroundColor": "#7982a9",
|
||||
"gitlens.gutterBackgroundColor": "#1f2335",
|
||||
|
||||
"notificationCenterHeader.background": "#1b1e2e",
|
||||
"notifications.background": "#1b1e2e",
|
||||
|
|
Loading…
Reference in a new issue