Skip to main content
Coding Theme

FoxLang

Publisher: Lemon_ChickenThemes in package: 2

Language support for FoxLang: syntax highlighting, snippets, language server (diagnostics/completion/hover/definition), built-in runner and themes.

Color themes

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • activityBar.activeBorder#D9730D
  • activityBar.background#F2EAD9
  • activityBar.foreground#3B3530
  • activityBarBadge.background#D9730D
  • activityBarBadge.foreground#FFFFFF
  • editor.background#FAF6EF
  • editor.cursor#D9730D
  • editor.findMatchBackground#E4C9A3
  • editor.findMatchHighlightBackground#EBD9BE
  • editor.foreground#3B3530
  • editor.inactiveSelectionBackground#EBD9BE
  • editor.lineHighlightBackground#F2EAD9
  • editor.lineHighlightBorder#00000000
  • editor.lineNumber.activeForeground#D9730D
  • editor.lineNumber.foreground#B3A892
  • editor.selectionBackground#E4C9A3
  • editorBanner.background#F2EAD9
  • editorBracketMatch.background#EBD9BE
  • editorBracketMatch.border#D9730D
  • editorCursor.foreground#D9730D
  • editorError.foreground#C0392B
  • editorGroupHeader.tabsBackground#F2EAD9
  • editorGutter.background#FAF6EF
  • editorHoverWidget.background#F5EFE3
  • editorHoverWidget.border#D8CFC0
  • editorIndentGuide.activeBackground#C9BB9F
  • editorIndentGuide.background#E8DFD0
  • editorInfo.foreground#16537E
  • editorOverviewRuler.border#00000000
  • editorRuler.foreground#E8DFD0
  • editorSuggestWidget.background#F5EFE3
  • editorSuggestWidget.border#D8CFC0
  • editorSuggestWidget.selectedBackground#EBD9BE
  • editorWarning.foreground#B58900
  • editorWhitespace#D8CFC0
  • editorWidget.background#F5EFE3
  • editorWidget.border#D8CFC0
  • list.activeSelectionBackground#EBD9BE
  • list.activeSelectionForeground#3B3530
  • list.focusBackground#EBD9BE
  • list.hoverBackground#F2EAD9
  • list.inactiveSelectionBackground#F0E7D4
  • menubar.selectionBackground#E8DFD0
  • scrollbarSlider.activeBackground#D9730D80
  • scrollbarSlider.background#C9BB9F99
  • scrollbarSlider.hoverBackground#B3A892CC
  • sideBar.background#F7F1E5
  • sideBar.foreground#55483C
  • sideBarSectionHeader.background#F2EAD9
  • sideBarSectionHeader.foreground#D9730D
  • sideBarTitle.foreground#3B3530
  • statusBar.background#F2EAD9
  • statusBar.foreground#55483C
  • statusBar.noFolderBackground#F2EAD9
  • statusBarItem.hoverBackground#E8DFD0
  • tab.activeBackground#FAF6EF
  • tab.activeForeground#3B3530
  • tab.border#E8DFD0
  • tab.inactiveBackground#F2EAD9
  • tab.inactiveForeground#7A6F5F
  • terminal.ansiBlack#3B3530
  • terminal.ansiBlue#16537E
  • terminal.ansiBrightBlack#7A6F5F
  • terminal.ansiBrightBlue#2E6FA3
  • terminal.ansiBrightCyan#2FA0A0
  • terminal.ansiBrightGreen#7CA423
  • terminal.ansiBrightMagenta#A15BC0
  • terminal.ansiBrightRed#E74C3C
  • terminal.ansiBrightWhite#F5F1EA
  • terminal.ansiBrightYellow#C99A00
  • terminal.ansiCyan#008080
  • terminal.ansiGreen#5E8C1A
  • terminal.ansiMagenta#8E44AD
  • terminal.ansiRed#C0392B
  • terminal.ansiWhite#E8DFD0
  • terminal.ansiYellow#B58900
  • terminal.background#FAF6EF
  • terminal.foreground#3B3530
  • titleBar.activeBackground#F2EAD9
  • titleBar.activeForeground#3B3530

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8A8068italic
string#7A5F20
constant.character.escape#D9730D
constant.numeric.integer, constant.numeric.double#B58900
keyword.control, keyword.control.return, keyword.control.exception, keyword.control.exit, keyword.other, keyword.other.import#C24E00
keyword.operator.logical, keyword.operator.arrow#8E44AD
keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.assignment#B06078
storage.type#5E8C1Abold
storage.type.function#5E8C1Abold
entity.name.function, entity.name.function.call#B58900
punctuation.definition.group, punctuation.definition.bracket#8E44AD
support.function.builtin#008080
variable.other#3B3530