Create common base16 theme constructor

Co-Authored-By: Keith Simmons <keith@the-simmons.net>
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nate Butler 2022-04-25 19:11:38 -04:00
parent 9338cd9cf8
commit a2591ce1e2
18 changed files with 336 additions and 801 deletions

View file

@ -42,7 +42,7 @@
"weight": "bold",
"size": 14
},
"background": "#655f6d"
"background": "#5852607a"
},
"border": {
"color": "#19171c",
@ -837,7 +837,7 @@
},
"hovered_entry": {
"height": 22,
"background": "#655f6d",
"background": "#58526052",
"icon_color": "#8b8792",
"icon_size": 8,
"icon_spacing": 8,
@ -860,7 +860,7 @@
},
"hovered_selected_entry": {
"height": 22,
"background": "#655f6d",
"background": "#58526052",
"icon_color": "#8b8792",
"icon_size": 8,
"icon_spacing": 8,
@ -945,7 +945,7 @@
"right": 8
}
},
"background": "#655f6d",
"background": "#58526052",
"corner_radius": 6
},
"active_item": {
@ -980,7 +980,7 @@
"right": 8
}
},
"background": "#655f6d",
"background": "#58526052",
"corner_radius": 6
},
"menu": {
@ -1170,7 +1170,7 @@
"padding": {
"left": 8
},
"background": "#655f6d",
"background": "#58526052",
"corner_radius": 6
},
"unshared_project": {

View file

@ -42,7 +42,7 @@
"weight": "bold",
"size": 14
},
"background": "#7e7887"
"background": "#8b87922e"
},
"border": {
"color": "#efecf4",
@ -91,7 +91,7 @@
},
"shadow": {
"blur": 16,
"color": "#00000052",
"color": "#0000001f",
"offset": [
0,
2
@ -837,7 +837,7 @@
},
"hovered_entry": {
"height": 22,
"background": "#7e7887",
"background": "#8b87921f",
"icon_color": "#585260",
"icon_size": 8,
"icon_spacing": 8,
@ -860,7 +860,7 @@
},
"hovered_selected_entry": {
"height": 22,
"background": "#7e7887",
"background": "#8b87921f",
"icon_color": "#585260",
"icon_size": 8,
"icon_spacing": 8,
@ -945,7 +945,7 @@
"right": 8
}
},
"background": "#7e7887",
"background": "#8b87921f",
"corner_radius": 6
},
"active_item": {
@ -980,7 +980,7 @@
"right": 8
}
},
"background": "#7e7887",
"background": "#8b87921f",
"corner_radius": 6
},
"menu": {
@ -993,7 +993,7 @@
},
"shadow": {
"blur": 16,
"color": "#00000052",
"color": "#0000001f",
"offset": [
0,
2
@ -1170,7 +1170,7 @@
"padding": {
"left": 8
},
"background": "#7e7887",
"background": "#8b87921f",
"corner_radius": 6
},
"unshared_project": {

View file

@ -42,7 +42,7 @@
"weight": "bold",
"size": 14
},
"background": "#657b83"
"background": "#586e757a"
},
"border": {
"color": "#002b36",
@ -837,7 +837,7 @@
},
"hovered_entry": {
"height": 22,
"background": "#657b83",
"background": "#586e7552",
"icon_color": "#93a1a1",
"icon_size": 8,
"icon_spacing": 8,
@ -860,7 +860,7 @@
},
"hovered_selected_entry": {
"height": 22,
"background": "#657b83",
"background": "#586e7552",
"icon_color": "#93a1a1",
"icon_size": 8,
"icon_spacing": 8,
@ -945,7 +945,7 @@
"right": 8
}
},
"background": "#657b83",
"background": "#586e7552",
"corner_radius": 6
},
"active_item": {
@ -980,7 +980,7 @@
"right": 8
}
},
"background": "#657b83",
"background": "#586e7552",
"corner_radius": 6
},
"menu": {
@ -1170,7 +1170,7 @@
"padding": {
"left": 8
},
"background": "#657b83",
"background": "#586e7552",
"corner_radius": 6
},
"unshared_project": {

View file

@ -42,7 +42,7 @@
"weight": "bold",
"size": 14
},
"background": "#839496"
"background": "#93a1a12e"
},
"border": {
"color": "#fdf6e3",
@ -91,7 +91,7 @@
},
"shadow": {
"blur": 16,
"color": "#00000052",
"color": "#0000001f",
"offset": [
0,
2
@ -837,7 +837,7 @@
},
"hovered_entry": {
"height": 22,
"background": "#839496",
"background": "#93a1a11f",
"icon_color": "#586e75",
"icon_size": 8,
"icon_spacing": 8,
@ -860,7 +860,7 @@
},
"hovered_selected_entry": {
"height": 22,
"background": "#839496",
"background": "#93a1a11f",
"icon_color": "#586e75",
"icon_size": 8,
"icon_spacing": 8,
@ -945,7 +945,7 @@
"right": 8
}
},
"background": "#839496",
"background": "#93a1a11f",
"corner_radius": 6
},
"active_item": {
@ -980,7 +980,7 @@
"right": 8
}
},
"background": "#839496",
"background": "#93a1a11f",
"corner_radius": 6
},
"menu": {
@ -993,7 +993,7 @@
},
"shadow": {
"blur": 16,
"color": "#00000052",
"color": "#0000001f",
"offset": [
0,
2
@ -1170,7 +1170,7 @@
"padding": {
"left": 8
},
"background": "#839496",
"background": "#93a1a11f",
"corner_radius": 6
},
"unshared_project": {

View file

@ -42,7 +42,7 @@
"weight": "bold",
"size": 14
},
"background": "#6b7394"
"background": "#5e66877a"
},
"border": {
"color": "#202746",
@ -837,7 +837,7 @@
},
"hovered_entry": {
"height": 22,
"background": "#6b7394",
"background": "#5e668752",
"icon_color": "#979db4",
"icon_size": 8,
"icon_spacing": 8,
@ -860,7 +860,7 @@
},
"hovered_selected_entry": {
"height": 22,
"background": "#6b7394",
"background": "#5e668752",
"icon_color": "#979db4",
"icon_size": 8,
"icon_spacing": 8,
@ -945,7 +945,7 @@
"right": 8
}
},
"background": "#6b7394",
"background": "#5e668752",
"corner_radius": 6
},
"active_item": {
@ -980,7 +980,7 @@
"right": 8
}
},
"background": "#6b7394",
"background": "#5e668752",
"corner_radius": 6
},
"menu": {
@ -1170,7 +1170,7 @@
"padding": {
"left": 8
},
"background": "#6b7394",
"background": "#5e668752",
"corner_radius": 6
},
"unshared_project": {

View file

@ -42,7 +42,7 @@
"weight": "bold",
"size": 14
},
"background": "#898ea4"
"background": "#979db42e"
},
"border": {
"color": "#f5f7ff",
@ -91,7 +91,7 @@
},
"shadow": {
"blur": 16,
"color": "#00000052",
"color": "#0000001f",
"offset": [
0,
2
@ -837,7 +837,7 @@
},
"hovered_entry": {
"height": 22,
"background": "#898ea4",
"background": "#979db41f",
"icon_color": "#5e6687",
"icon_size": 8,
"icon_spacing": 8,
@ -860,7 +860,7 @@
},
"hovered_selected_entry": {
"height": 22,
"background": "#898ea4",
"background": "#979db41f",
"icon_color": "#5e6687",
"icon_size": 8,
"icon_spacing": 8,
@ -945,7 +945,7 @@
"right": 8
}
},
"background": "#898ea4",
"background": "#979db41f",
"corner_radius": 6
},
"active_item": {
@ -980,7 +980,7 @@
"right": 8
}
},
"background": "#898ea4",
"background": "#979db41f",
"corner_radius": 6
},
"menu": {
@ -993,7 +993,7 @@
},
"shadow": {
"blur": 16,
"color": "#00000052",
"color": "#0000001f",
"offset": [
0,
2
@ -1170,7 +1170,7 @@
"padding": {
"left": 8
},
"background": "#898ea4",
"background": "#979db41f",
"corner_radius": 6
},
"unshared_project": {