Added some initial styles, dependencies, next-auth, and page structure

This commit is contained in:
Valtteri Karesto
2021-11-11 11:42:36 +02:00
parent 583371489c
commit e7efed79ce
24 changed files with 6224 additions and 86 deletions

View File

@@ -0,0 +1,196 @@
{
"base": "vs-dark",
"inherit": true,
"rules": [
{
"background": "000000",
"token": ""
},
{
"foreground": "ffffff",
"background": "0f0f0f",
"token": "text"
},
{
"background": "000000",
"token": "source.ruby.rails.embedded.html"
},
{
"foreground": "ffffff",
"background": "101010",
"token": "text.html.ruby"
},
{
"foreground": "ccff33",
"token": "constant.numeric.ruby"
},
{
"foreground": "ffffff",
"background": "000000",
"token": "source"
},
{
"foreground": "9933cc",
"token": "comment"
},
{
"foreground": "339999",
"token": "constant"
},
{
"foreground": "ff6600",
"token": "keyword"
},
{
"foreground": "edf8f9",
"token": "keyword.preprocessor"
},
{
"foreground": "ffffff",
"token": "keyword.preprocessor directive"
},
{
"foreground": "ffcc00",
"token": "entity.name.function"
},
{
"foreground": "ffcc00",
"token": "storage.type.function.js"
},
{
"fontStyle": "italic",
"token": "variable.parameter"
},
{
"foreground": "772cb7",
"background": "070707",
"token": "source comment.block"
},
{
"foreground": "ffffff",
"token": "variable.other"
},
{
"foreground": "999966",
"token": "support.function.activerecord.rails"
},
{
"foreground": "66ff00",
"token": "string"
},
{
"foreground": "aaaaaa",
"token": "string constant.character.escape"
},
{
"foreground": "000000",
"background": "cccc33",
"token": "string.interpolated"
},
{
"foreground": "44b4cc",
"token": "string.regexp"
},
{
"foreground": "cccc33",
"token": "string.literal"
},
{
"foreground": "555555",
"token": "string.interpolated constant.character.escape"
},
{
"fontStyle": "underline",
"token": "entity.name.class"
},
{
"fontStyle": "underline",
"token": "support.class.js"
},
{
"fontStyle": "italic underline",
"token": "entity.other.inherited-class"
},
{
"foreground": "ff6600",
"token": "meta.tag.inline.any.html"
},
{
"foreground": "ff6600",
"token": "meta.tag.block.any.html"
},
{
"foreground": "99cc99",
"fontStyle": "italic",
"token": "entity.other.attribute-name"
},
{
"foreground": "dde93d",
"token": "keyword.other"
},
{
"foreground": "ff6600",
"token": "meta.selector.css"
},
{
"foreground": "ff6600",
"token": "entity.other.attribute-name.pseudo-class.css"
},
{
"foreground": "ff6600",
"token": "entity.name.tag.wildcard.css"
},
{
"foreground": "ff6600",
"token": "entity.other.attribute-name.id.css"
},
{
"foreground": "ff6600",
"token": "entity.other.attribute-name.class.css"
},
{
"foreground": "999966",
"token": "support.type.property-name.css"
},
{
"foreground": "ffffff",
"token": "keyword.other.unit.css"
},
{
"foreground": "ffffff",
"token": "constant.other.rgb-value.css"
},
{
"foreground": "ffffff",
"token": "constant.numeric.css"
},
{
"foreground": "ffffff",
"token": "support.function.event-handler.js"
},
{
"foreground": "ffffff",
"token": "keyword.operator.js"
},
{
"foreground": "cccc66",
"token": "keyword.control.js"
},
{
"foreground": "ffffff",
"token": "support.class.prototype.js"
},
{
"foreground": "ff6600",
"token": "object.property.function.prototype.js"
}
],
"colors": {
"editor.foreground": "#FFFFFF",
"editor.background": "#000000",
"editor.selectionBackground": "#35493CE0",
"editor.lineHighlightBackground": "#333300",
"editorCursor.foreground": "#FFFFFF",
"editorWhitespace.foreground": "#404040"
}
}