File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ All notable changes to the "rouge-theme" extension will be documented in this fi
33
44## [ Released]
55---
6+ ## [ 1.4.5] - 2018-07-10
7+ ### Changed
8+ - editor: tab border same as editor background
9+ - editor: notifications - dimmed borders separating each notification in notification center, previously same color as border
10+ - editor: notifications - made notification background same as header background to flatten
11+
612## [ 1.4.4] - 2018-06-15
713### Added
814- editor: OverviewRuler - colors that appear in the area with the scrollbar [ trello card: b7SN0H4I] ( https://trello.com/c/b7SN0H4I )
Original file line number Diff line number Diff line change 138138 "tab.unfocusedActiveBorder" : " #1A2335" ,
139139 "tab.unfocusedInactiveForeground" : " #A7ACB9" ,
140140 "tab.unfocusedActiveForeground" : " #fff" ,
141+ "tab.border" : " #172030" ,
141142 // "tab.hoverBackground": "#44495580",
142143 //
143144 // cursor
272273 "notificationCenterHeader.background" : " #1F2A3F" ,
273274 "notificationToast.border" : " #758095" ,
274275 "notifications.foreground" : " #c6cad2" ,
275- "notifications.background" : " #1A2335" ,
276- "notifications.border" : " #758095" ,
276+ // "notifications.background": "#1A2335",
277+ "notifications.background" : " #1F2A3F" ,
278+ "notifications.border" : " #75809566" ,
277279 "notificationLink.foreground" : " #c6cad2" ,
278280 //
279281 // picker group ( command palette )
Original file line number Diff line number Diff line change 8787 "tab.unfocusedActiveBorder" : " #1A2335" ,
8888 "tab.unfocusedInactiveForeground" : " #A7ACB9" ,
8989 "tab.unfocusedActiveForeground" : " #fff" ,
90+ "tab.border" : " #172030" ,
9091 "editorCursor.background" : " #c6797e" ,
9192 "editorCursor.foreground" : " #c6797e" ,
9293 "merge.border" : " #A7ACB9" ,
160161 "notificationCenterHeader.background" : " #1F2A3F" ,
161162 "notificationToast.border" : " #758095" ,
162163 "notifications.foreground" : " #c6cad2" ,
163- "notifications.background" : " #1A2335 " ,
164- "notifications.border" : " #758095 " ,
164+ "notifications.background" : " #1F2A3F " ,
165+ "notifications.border" : " #75809566 " ,
165166 "notificationLink.foreground" : " #c6cad2" ,
166167 "list.highlightForeground" : " #eabe9a" ,
167168 "pickerGroup.border" : " #758095" ,
You can’t perform that action at this time.
0 commit comments