Skip to content

Commit e07295d

Browse files
Merge pull request #14 from aileks/readable-focus-borders
Edit panel.focused_border colors to be more visible
2 parents a947ee1 + a7fbd88 commit e07295d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"surface.background": "$surface",
3939
"elevated_surface.background": "$surface",
4040
"panel.background": "$base",
41-
"panel.focused_border": "$surface",
41+
"panel.focused_border": "$iris44",
4242
"background": "$base",
4343
"status_bar.background": "$base",
4444
"title_bar.background": "$base",

themes/rose-pine-dawn.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"surface.background": "#fffaf3",
3939
"elevated_surface.background": "#fffaf3",
4040
"panel.background": "#faf4ed",
41-
"panel.focused_border": "#fffaf3",
41+
"panel.focused_border": "#907aa944",
4242
"background": "#faf4ed",
4343
"status_bar.background": "#faf4ed",
4444
"title_bar.background": "#faf4ed",

themes/rose-pine-moon.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"surface.background": "#2a273f",
3939
"elevated_surface.background": "#2a273f",
4040
"panel.background": "#232136",
41-
"panel.focused_border": "#2a273f",
41+
"panel.focused_border": "#c4a7e744",
4242
"background": "#232136",
4343
"status_bar.background": "#232136",
4444
"title_bar.background": "#232136",

themes/rose-pine.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"surface.background": "#1f1d2e",
3939
"elevated_surface.background": "#1f1d2e",
4040
"panel.background": "#191724",
41-
"panel.focused_border": "#1f1d2e",
41+
"panel.focused_border": "#c4a7e744",
4242
"background": "#191724",
4343
"status_bar.background": "#191724",
4444
"title_bar.background": "#191724",

0 commit comments

Comments
 (0)