Skip to main content
Coding Theme

Sarkari Theme - Government Website Aesthetic

Publisher: Spaghetti SenseiThemes in package: 2

Experience the authentic Indian government website aesthetic in your code editor. Cluttered, harsh, and gloriously bureaucratic.

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.background#0A0A2E
  • activityBar.border#FF9933
  • activityBar.foreground#FFD700
  • activityBar.inactiveForeground#8888AA
  • activityBarBadge.background#FF0000
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FF0000
  • badge.foreground#FFFFFF
  • button.background#CC7A29
  • button.foreground#FFFFFF
  • button.hoverBackground#FF9933
  • descriptionForeground#CC9966
  • diffEditor.insertedTextBackground#00800033
  • diffEditor.removedTextBackground#80000033
  • editor.background#1A1A2E
  • editor.findMatchBackground#FF000044
  • editor.findMatchHighlightBackground#FFFF0033
  • editor.foreground#E0E0C0
  • editor.lineHighlightBackground#2A2A3E
  • editor.lineHighlightBorder#FF993344
  • editor.selectionBackground#FF993355
  • editor.selectionHighlightBackground#FFD70033
  • editor.wordHighlightBackground#00FF0022
  • editorBracketHighlight.foreground1#FF6666
  • editorBracketHighlight.foreground2#6699FF
  • editorBracketHighlight.foreground3#66CC66
  • editorBracketHighlight.foreground4#FF9933
  • editorBracketHighlight.foreground5#CC66CC
  • editorBracketHighlight.foreground6#66CCCC
  • editorBracketMatch.background#FFD70033
  • editorBracketMatch.border#FF9933
  • editorCursor.foreground#FF9933
  • editorError.foreground#FF6666
  • editorGroupHeader.tabsBackground#0A0A2E
  • editorGroupHeader.tabsBorder#FF993355
  • editorHoverWidget.background#16162A
  • editorHoverWidget.border#CC6633
  • editorIndentGuide.activeBackground1#FF9933
  • editorIndentGuide.background1#2A2A44
  • editorInfo.foreground#6699FF
  • editorLineNumber.activeForeground#FF9933
  • editorLineNumber.foreground#CC6633
  • editorSuggestWidget.background#16162A
  • editorSuggestWidget.border#CC6633
  • editorSuggestWidget.foreground#E0E0C0
  • editorSuggestWidget.highlightForeground#FF9933
  • editorWarning.foreground#FF9933
  • editorWidget.background#1A1A2E
  • editorWidget.border#FF9933
  • errorForeground#FF6666
  • focusBorder#FF9933
  • foreground#C0C0A0
  • gitDecoration.addedResourceForeground#66CC66
  • gitDecoration.conflictingResourceForeground#FF66FF
  • gitDecoration.deletedResourceForeground#FF6666
  • gitDecoration.ignoredResourceForeground#606060
  • gitDecoration.modifiedResourceForeground#FF9933
  • gitDecoration.untrackedResourceForeground#CC66CC
  • icon.foreground#FFD700
  • input.background#1A1A2E
  • input.border#FF9933
  • input.foreground#E0E0C0
  • input.placeholderForeground#606080
  • list.activeSelectionBackground#333366
  • list.activeSelectionForeground#FFD700
  • list.highlightForeground#FF9933
  • list.hoverBackground#2A2A44
  • list.hoverForeground#FF9933
  • list.inactiveSelectionBackground#2A2A3E
  • minimap.background#12122A
  • minimapSlider.activeBackground#FF993377
  • minimapSlider.background#FF993333
  • minimapSlider.hoverBackground#FF993355
  • notifications.background#1A1A2E
  • notifications.border#CC6633
  • notifications.foreground#FF9933
  • panel.background#12122A
  • panel.border#CC6633
  • panelTitle.activeBorder#FF9933
  • panelTitle.activeForeground#FFD700
  • panelTitle.inactiveForeground#808090
  • peekView.border#CC6633
  • peekViewEditor.background#12122A
  • peekViewResult.background#16162A
  • peekViewTitle.background#0A0A2E
  • peekViewTitleDescription.foreground#CC9966
  • peekViewTitleLabel.foreground#FFD700
  • quickInput.background#1A1A2E
  • quickInput.foreground#E0E0C0
  • quickInputList.focusBackground#333366
  • quickInputTitle.background#0A0A2E
  • sash.hoverBorder#FF9933
  • scrollbarSlider.activeBackground#FF993388
  • scrollbarSlider.background#FF993344
  • scrollbarSlider.hoverBackground#FF993366
  • sideBar.background#16162A
  • sideBar.border#CC6633
  • sideBar.foreground#C0C0A0
  • sideBarSectionHeader.background#0A0A2E
  • sideBarSectionHeader.border#FF9933
  • sideBarSectionHeader.foreground#FFD700
  • sideBarTitle.foreground#FF9933
  • statusBar.background#0B4D08
  • statusBar.border#FF9933
  • statusBar.debuggingBackground#8B0000
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#E0E0C0
  • statusBar.noFolderBackground#4D0A0A
  • statusBar.noFolderForeground#FFFFFF
  • statusBarItem.hoverBackground#0B6B06
  • statusBarItem.prominentBackground#CC7A29
  • tab.activeBackground#1A1A2E
  • tab.activeBorder#FFD700
  • tab.activeBorderTop#FF9933
  • tab.activeForeground#FFD700
  • tab.border#2A2A44
  • tab.hoverBackground#2A2A44
  • tab.inactiveBackground#10102A
  • tab.inactiveForeground#808090
  • terminal.background#0E0E22
  • terminal.foreground#E0E0C0
  • titleBar.activeBackground#CC7A29
  • titleBar.activeForeground#FFFFFF
  • titleBar.border#FF9933
  • titleBar.inactiveBackground#8B5219
  • titleBar.inactiveForeground#CCCCCC
  • widget.shadow#00000066

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7B8B6Fitalic
string, string.quoted#CC9966
constant.numeric#FF8866bold
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical, storage.type, storage.modifier#6699FFbold
entity.name.function, meta.function-call, support.function#66CC66bold
entity.name.type, entity.name.class, support.type, support.class#CC88DDbold underline
variable, variable.other, variable.parameter#88CCCC
constant, constant.language, variable.other.constant#FF6666bold
keyword.operator#AACC88
punctuation, meta.brace#CC9966
variable.other.property, variable.other.object.property, support.variable.property, meta.object-literal.key#88AADD
entity.name.tag#6699FFbold
entity.other.attribute-name#CC9966italic
string.regexp#FF88DD
constant.character.escape#FF6666bold
meta.decorator, punctuation.decorator#FF9933italic
keyword.control.import, keyword.control.from, keyword.control.export#66AAAAbold
heading.1.markdown, heading.2.markdown, markup.heading#FF9933bold underline
markup.underline.link, string.other.link#6699FFunderline
variable.language.this, variable.language.self#FF8866bold italic
entity.name.namespace, entity.name.module#9966CCbold
entity.name.type.interface#66AAAAbold underline
string.quoted.docstring, comment.block.documentation#8B9B6Fitalic