Skip to content

Commit d125457

Browse files
committed
feat: add color theme for diff page
1 parent 03b1ba4 commit d125457

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

Atom Dark.tmTheme

+24-1
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,28 @@
434434
<string>#ededed</string>
435435
</dict>
436436
</dict>
437+
<dict>
438+
<key>name</key>
439+
<string>Diff insertion</string>
440+
<key>scope</key>
441+
<string>markup.inserted.diff, meta.diff.header.to-file</string>
442+
<key>settings</key>
443+
<dict>
444+
<key>foreground</key>
445+
<string>#9fff60</string>
446+
</dict>
447+
</dict>
448+
<dict>
449+
<key>name</key>
450+
<string>Diff deletion</string>
451+
<key>scope</key>
452+
<string>markup.deleted.diff, meta.diff.header.from-file</string>
453+
<key>settings</key>
454+
<dict>
455+
<key>foreground</key>
456+
<string>#F92672</string>
457+
</dict>
458+
</dict>
437459
</array>
438460
<key>uuid</key>
439461
<string>D8D5E82E-3D5B-46B5-B38E-8C841C21347D</string>
@@ -442,4 +464,5 @@
442464
<key>author</key>
443465
<string>Jason Truluck</string>
444466
</dict>
445-
</plist>
467+
</plist>
468+

0 commit comments

Comments
 (0)