1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 00:17:04 +00:00

vic dual snake.c, gfxtest.c

This commit is contained in:
Steven Hugg
2017-02-20 18:50:29 -05:00
parent ad36052afb
commit f04afc3810
10 changed files with 718 additions and 38 deletions
+2
View File
@@ -383,6 +383,8 @@ span.CodeMirror-selectedtext { background: none; }
.cm-s-mbo span.cm-error { border-bottom: #636363; color: #ffffec; }
.cm-s-mbo span.cm-qualifier { color: #ffffec; }
.cm-s-mbo span.cm-meta { color: #aaddaa; }
.cm-s-mbo .CodeMirror-activeline-background { background: #494b41; }
.cm-s-mbo .CodeMirror-matchingbracket { color: #33ff33 !important; }
.cm-s-mbo .CodeMirror-matchingtag { background: rgba(255, 255, 255, .37); }