Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.52 KB

README.md

File metadata and controls

53 lines (43 loc) · 1.52 KB

Info

This is a port of the Atom theme seti-classic, which is also a fork of the original seti-ui, for VSCode.

This does not include the seti-icons because that is already included in VSCode.

Screenshot

Terminal

  • terminus prezto prompt from my fork of prezto

Extensions Used

Settings

"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.guides.highlightActiveBracketPair": false,
"editor.guides.bracketPairsHorizontal": false,

Font

FiraCode Nerd Font from Nerd Fonts

Font Settings

"editor.fontFamily": "'FiraCode Nerd Font', Consolas, 'Courier New', monospace",
"editor.fontLigatures": "'ss02', 'ss03', 'ss05', 'ss07', 'zero'",
"editor.fontSize": 18,
"editor.fontWeight": 400,

Languages Tested

  • C / C++
  • C#
  • EditorConfig
  • F#
  • CSS
  • HTML / XML
  • JavaScript / TypeScript
  • Java
  • JSON
  • Python
  • ZSH

Known Issues

  • Currently there seems to be some weird interaction between Semantic Highlighting and the VSCode File Changes Side-by-Side view. VSCode Issue

See: