Skip to content

Commit 5bf383d

Browse files
committed
[wip] fir border color
1 parent 3f23f55 commit 5bf383d

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# rose-pine-jetbrains Changelog
44

55
## [Unreleased]
6+
- fix border color
67

78
## [1.1.1]
89
- fix selected editor tab border color

src/main/resources/islands/rose-pine-dawn.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194
"insets": "5,5,5,5",
195195
"pressedBackground": "hoverBackground"
196196
},
197-
"background": "crust",
198-
"inactiveBackground": "panelBackground",
197+
"background": "#dfdad9",
198+
"inactiveBackground": "highlightMed",
199199
"borderColor": "#00000000"
200200
},
201201
"MainWindow": {
@@ -412,7 +412,7 @@
412412
"underlineHeight": 1
413413
},
414414
"Stripe": {
415-
"borderColor": "#00000000"
415+
"background": "#dfdad9"
416416
},
417417
"background": "#faf4ed"
418418
},

src/main/resources/islands/rose-pine-moon.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194
"insets": "5,5,5,5",
195195
"pressedBackground": "hoverBackground"
196196
},
197-
"background": "crust",
198-
"inactiveBackground": "panelBackground",
197+
"background": "#44415a",
198+
"inactiveBackground": "highlightMed",
199199
"borderColor": "#00000000"
200200
},
201201
"MainWindow": {
@@ -412,7 +412,7 @@
412412
"underlineHeight": 1
413413
},
414414
"Stripe": {
415-
"borderColor": "#00000000"
415+
"background": "#44415a"
416416
},
417417
"background": "#232136"
418418
},

src/main/resources/islands/rose-pine.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194
"insets": "5,5,5,5",
195195
"pressedBackground": "hoverBackground"
196196
},
197-
"background": "crust",
198-
"inactiveBackground": "panelBackground",
197+
"background": "#403d52",
198+
"inactiveBackground": "highlightMed",
199199
"borderColor": "#00000000"
200200
},
201201
"MainWindow": {
@@ -412,7 +412,7 @@
412412
"underlineHeight": 1
413413
},
414414
"Stripe": {
415-
"borderColor": "#00000000"
415+
"background": "#403d52"
416416
},
417417
"background": "#191724"
418418
},

template/rose_pine_islands.theme.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194
"insets": "5,5,5,5",
195195
"pressedBackground": "hoverBackground"
196196
},
197-
"background": "crust",
198-
"inactiveBackground": "panelBackground",
197+
"background": "$highlightMed",
198+
"inactiveBackground": "highlightMed",
199199
"borderColor": "#00000000"
200200
},
201201
"MainWindow": {
@@ -412,7 +412,7 @@
412412
"underlineHeight": 1
413413
},
414414
"Stripe": {
415-
"borderColor": "#00000000"
415+
"background": "$highlightMed"
416416
},
417417
"background": "$base"
418418
},

0 commit comments

Comments
 (0)