diff --git a/themes/superuser.css b/themes/superuser.css new file mode 100644 index 0000000..0eac74d --- /dev/null +++ b/themes/superuser.css @@ -0,0 +1,57 @@ +/* +Colors inspired by Monokai syntax theme +*/ + +body { + background: #171812; + } + + #header { + color: #6bfcab; + } + + .bar { + color: #6bfcab; + } + + #right-wing text { + color: #F8F8F2; + } + + #typing-area, #theme-area { + background: #28282B; + } + + #text-display { + color: #F8F8F2; + } + + #input-field { + background: #171812; + color: #F8F8F2; + } + + #input-field.wrong { + background: #f25c5c; + } + + #redo-button { + background: #4b9973; + color: #4e5e6d; + } + + #footer { + color: #6bfcab; + } + + .highlight { + color: #6bfcab; + } + + .correct { + color: #def0e9; + } + + .wrong { + color: #f25c5c; + } \ No newline at end of file diff --git a/themes/theme-list.json b/themes/theme-list.json index 1460b41..bcd4771 100644 --- a/themes/theme-list.json +++ b/themes/theme-list.json @@ -143,5 +143,9 @@ "kobayashi":{ "background":"#EBCD01", "color":"#F00D00" + }, + "superuser":{ + "background":"#262a33", + "color":"#43dc9c" } } \ No newline at end of file