Update theme feature colors

- border focus color
- Text feature color
- Match & active match highlight color

Matches should be more legible now in both themes. `activeMatch` is still not hooked up on the rust side, so it won't take any effect yet.

Co-Authored-By: gibusu <95764254+gibusu@users.noreply.github.com>
This commit is contained in:
Nate Butler 2022-04-12 12:44:38 -04:00
parent 409b818717
commit 726045e78e
4 changed files with 20 additions and 20 deletions

View file

@ -18,7 +18,7 @@
},
"highlight_text": {
"family": "Zed Sans",
"color": "#1096d3",
"color": "#96e818",
"weight": "bold",
"size": 14
}
@ -38,7 +38,7 @@
},
"highlight_text": {
"family": "Zed Sans",
"color": "#1096d3",
"color": "#96e818",
"weight": "bold",
"size": 14
},
@ -413,7 +413,7 @@
},
"match_highlight": {
"family": "Zed Mono",
"color": "#1096d3",
"color": "#96e818",
"size": 14
},
"selected_item": {
@ -674,9 +674,9 @@
"color": "#de900c",
"weight": "bold"
},
"emphasis": "#1096d3",
"emphasis": "#96e818",
"emphasis_strong": {
"color": "#1096d3",
"color": "#96e818",
"weight": "bold"
},
"link_uri": {
@ -1103,7 +1103,7 @@
}
},
"search": {
"match_background": "#1096d329",
"match_background": "#3f15a380",
"tab_icon_spacing": 4,
"tab_icon_width": 14,
"active_hovered_option_button": {

View file

@ -18,7 +18,7 @@
},
"highlight_text": {
"family": "Zed Sans",
"color": "#1b1edc",
"color": "#484bed",
"weight": "bold",
"size": 14
}
@ -38,7 +38,7 @@
},
"highlight_text": {
"family": "Zed Sans",
"color": "#1b1edc",
"color": "#484bed",
"weight": "bold",
"size": 14
},
@ -413,7 +413,7 @@
},
"match_highlight": {
"family": "Zed Mono",
"color": "#1b1edc",
"color": "#484bed",
"size": 14
},
"selected_item": {
@ -674,9 +674,9 @@
"color": "#1096d3",
"weight": "bold"
},
"emphasis": "#1b1edc",
"emphasis": "#484bed",
"emphasis_strong": {
"color": "#1b1edc",
"color": "#484bed",
"weight": "bold"
},
"link_uri": {
@ -1103,7 +1103,7 @@
}
},
"search": {
"match_background": "#eb2d2d33",
"match_background": "#fce9b7",
"tab_icon_spacing": 4,
"tab_icon_width": 14,
"active_hovered_option_button": {