Skip to content

SPARQL Studio API / Yasqe / sparqlThemeLight

Variable: sparqlThemeLight

const sparqlThemeLight: object

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

Type Declaration

name

name: string = "SPARQL Light Theme"

type

type: string = "light"

colors

colors: object

colors.editor.foreground

editor.foreground: string = "#586e75"

colors.editor.background

editor.background: string = "#f7f7f7"

colors.editor.selectionBackground

editor.selectionBackground: string = "#eee8d5"

colors.editor.lineHighlightBackground

editor.lineHighlightBackground: string = "#fdf6e3"

colors.editorCursor.foreground

editorCursor.foreground: string = "#002b36"

colors.editorWhitespace.foreground

editorWhitespace.foreground: string = "#93a1a1"

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 = "#62036F"

semanticTokenColors.function

function: string = "#cb4b16"

semanticTokenColors.variable

variable: string = "#219"

semanticTokenColors.string

string: string = "#AA1011"

semanticTokenColors.number

number: string = "#2aa198"

semanticTokenColors.comment

comment: string = "#708090"

semanticTokenColors.operator

operator: string = "#000000"

semanticTokenColors.namespace

namespace: string = "#FF5600"

semanticTokenColors.property

property: string = "#cb4b16"

semanticTokenColors.enum

enum: string = "#62036F"

semanticTokenColors.enumMember

enumMember: string = "#2aa198"

semanticTokenColors.boolean

boolean: string = "#2aa198"

semanticTokenColors.langTag

langTag: string = "#FF5600"

tokenColors

tokenColors: object[]