Added Solarized Dark and Light themes

This commit is contained in:
Jared Kwan 2020-07-05 19:32:36 +08:00
parent 1dde48387b
commit b010688ac8

View file

@ -227,6 +227,16 @@
"name": "dualshot",
"bgColor": "#2d2e30",
"textColor": "#212222"
},
{
"name": "solarized_dark",
"bgColor": "#002b36",
"textColor": "#859900"
},
{
"name": "solarized_light",
"bgColor": "#fdf6e3",
"textColor": "#859900"
}
]