Skip to content

Commit 1868710

Browse files
authored
Merge pull request #7 from josefaidt/1.4.5
1.4.5
2 parents 97e3dfc + 7f41518 commit 1868710

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

src/themes/rouge-theme-editor.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
"tab.unfocusedActiveBorder": "#1A2335",
139139
"tab.unfocusedInactiveForeground": "#A7ACB9",
140140
"tab.unfocusedActiveForeground": "#fff",
141+
"tab.border": "#172030",
141142
// "tab.hoverBackground": "#44495580",
142143
//
143144
// cursor
@@ -272,8 +273,9 @@
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 )

themes/rouge-theme-editor.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
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",
@@ -160,8 +161,8 @@
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",

0 commit comments

Comments
 (0)