Skip to content

SPARQL Studio API / Yasqe / sparqlThemeDark

Variable: sparqlThemeDark

const sparqlThemeDark: object

Defined in: sparql-editor-monaco/src/editor/sparqlTheme.ts:1

Type Declaration

name

name: string = "SPARQL Dark Theme"

type

type: string = "dark"

colors

colors: object

colors.editor.foreground

editor.foreground: string = "#839496"

colors.editor.background

editor.background: string = "#002b36"

colors.editor.selectionBackground

editor.selectionBackground: string = "#073642"

colors.editor.lineHighlightBackground

editor.lineHighlightBackground: string = "#073642"

colors.editorCursor.foreground

editorCursor.foreground: string = "#fdf6e3"

colors.editorWhitespace.foreground

editorWhitespace.foreground: string = "#586e75"

colors.editorIndentGuide.activeBackground

editorIndentGuide.activeBackground: string = "#cb4b1680"

colors.editor.selectionHighlightBorder

editor.selectionHighlightBorder: string = "#d33682"

semanticHighlighting

semanticHighlighting: boolean = true

semanticTokenColors

semanticTokenColors: object

semanticTokenColors.keyword

keyword: string = "#7f85e7"

semanticTokenColors.function

function: string = "#32beb3"

semanticTokenColors.variable

variable: string = "#adbebe"

semanticTokenColors.string

string: string = "#9db500"

semanticTokenColors.number

number: string = "#f0591a"

semanticTokenColors.comment

comment: string = "#68828a"

semanticTokenColors.operator

operator: string = "#32beb3"

semanticTokenColors.namespace

namespace: string = "#d6a200"

semanticTokenColors.property

property: string = "#32beb3"

semanticTokenColors.enum

enum: string = "#7f85e7"

semanticTokenColors.enumMember

enumMember: string = "#f0591a"

semanticTokenColors.boolean

boolean: string = "#f0591a"

semanticTokenColors.langTag

langTag: string = "#d6a200"

tokenColors

tokenColors: object[]