All Projects → Serendipity-Theme → vs-code

Serendipity-Theme / vs-code

Licence: MIT License
Relaxed, gentle and modern.

Projects that are alternatives of or similar to vs-code

pale-fire
Port of Emacs Zenburn theme to VS Code
Stars: ✭ 61 (-1.61%)
Mutual labels:  vscode-theme
rouge-theme
VSCode theme created for a dark, material feel with a flushed color palette
Stars: ✭ 36 (-41.94%)
Mutual labels:  vscode-theme
x86-Assembly-Reverse-Engineering
🛠 Knowledge about the topic of x86 assembly & disassembly 🛠
Stars: ✭ 27 (-56.45%)
Mutual labels:  modern
bitcoin-market-android
Bitcoin Market app shows you the current Bitcoin market price and price chart of different time intervals 💰
Stars: ✭ 284 (+358.06%)
Mutual labels:  modern
kiss
Kiss (Keep It Stupid Simple), a simple theme for iTerm, VSCode, RStudio, and more. (also includes an oh-my-zsh theme!)
Stars: ✭ 32 (-48.39%)
Mutual labels:  vscode-theme
vscode-twitch-themer
A Visual Studio Code extension that listens to Twitch chat and allows viewers to change the streamers VS Code theme.
Stars: ✭ 35 (-43.55%)
Mutual labels:  vscode-theme
Unity-8
Theme mimicking Unity 8's design
Stars: ✭ 22 (-64.52%)
Mutual labels:  modern
Modesta
🎨 A clean CSS framework made to be dark, responsive and easy to build with.
Stars: ✭ 76 (+22.58%)
Mutual labels:  modern
vmutils
cross platform library to manipulate and extract information of memory regions
Stars: ✭ 22 (-64.52%)
Mutual labels:  modern
hash-dark-vscode
A minimal dark vscode theme inspired by Hashnode blog syntax highlighting.
Stars: ✭ 12 (-80.65%)
Mutual labels:  vscode-theme
tov-template
vite + vue3 + ts 开箱即用现代开发模板
Stars: ✭ 251 (+304.84%)
Mutual labels:  modern
CustomTkinter
A modern and customizable python UI-library based on Tkinter
Stars: ✭ 1,626 (+2522.58%)
Mutual labels:  modern
vscode-theme
A modern, good-looking, productivity-increaser theme for Visual Studio Code
Stars: ✭ 46 (-25.81%)
Mutual labels:  vscode-theme
gatsby-portfolio
Portfolio / Personal Website - Built with Gatsby.js and Published at konstantin.digital
Stars: ✭ 23 (-62.9%)
Mutual labels:  modern
vscode-wal
A color theme for visual studio code
Stars: ✭ 40 (-35.48%)
Mutual labels:  vscode-theme
inbedby7pm
My other theme was for Night Owls like myself. This theme was requested for by the "In Bed by 7pm" crowd
Stars: ✭ 125 (+101.61%)
Mutual labels:  vscode-theme
cxp
Lightweight & minimal project template using "modern" CMake
Stars: ✭ 54 (-12.9%)
Mutual labels:  modern
gruvbox-material-vscode
Gruvbox Material for Visual Studio Code
Stars: ✭ 143 (+130.65%)
Mutual labels:  vscode-theme
morgancodes-vscode-theme
☁️ my vscode theme
Stars: ✭ 59 (-4.84%)
Mutual labels:  vscode-theme
vscode-theme-github-light
Try this theme if others don't meet your needs.
Stars: ✭ 49 (-20.97%)
Mutual labels:  vscode-theme

Midnight

Serendipity for VS Code.

Official website

On the official website you will find guidelines, color refference, color pickers and a list of interefaces that Serendipity has been ported to.

Installation

  1. Open Extensions sidebar panel in VS Code. View → Extensions
  2. Search for serendipity
  3. Click Install to install it.
  4. Code > Preferences > Color Theme > Serendipity Midnight - Serendipity Sunset - Serendipity Morning

The theme is available for editors, shells, UI's and more coming up. Checkout the website

Available Options

  • Light Morning
  • Dark Sunset
  • Dark Midnight

Icons

A super simple set of four super hyper mega cool icons for file, folder, open folder and special files. I will add more in the future. VS Code Marketplace

Midnight

You have three themes, Midnight, Sunset and Morning and here the screenshots VS Code Marketplace VS Code Marketplace VS Code Marketplace VS Code Marketplace VS Code Marketplace VS Code Marketplace VS Code Marketplace VS Code Marketplace

Sunset

You have three themes, Midnight, Sunset and Morning and here the screenshots VS Code Marketplace VS Code Marketplace VS Code Marketplace VS Code Marketplace VS Code Marketplace VS Code Marketplace VS Code Marketplace VS Code Marketplace

Morning

VS Code Marketplace VS Code Marketplace VS Code Marketplace VS Code Marketplace VS Code Marketplace VS Code Marketplace VS Code Marketplace VS Code Marketplace

Personal Settings.

{

  "editor.fontFamily": "'IBM Plex Mono', monospace",
  "editor.fontSize": 18,
  "editor.lineHeight": 38,
  "editor.letterSpacing": 0.5,
  "files.trimTrailingWhitespace": true,
  "editor.fontWeight": "normal",
  "prettier.eslintIntegration": true,
  "editor.cursorStyle": "line",
  "editor.cursorWidth": 5,
  "editor.cursorBlinking": "phase",
  "editor.renderWhitespace": "all",
}

All themes use italics for certain language tokens by default. To disable italics for all themes, add this snippet to your settings.json:

  • quotes and italic strings (like in markdown) will be unaffected and still be italic
  • if you want to exclude one of the themes from this change, simply remove its name (along with the brackets []) at the top of the snippet
"editor.tokenColorCustomizations": {
  "[Serendipity Morning][Serendipity Sunset][Serendipity Midnight]": {
    "textMateRules": [
      {
        "scope": [
          "comment",
          "variable",
          "variable.other.object.js",
          "variable.other.object.property",
          "variable.language",
          "punctuation.accessor",
          "markup.changed",
          "markup.deleted.diff",
          "markup.inserted.diff",
          "keyword",
          "keyword.operator.relational",
          "keyword.operator.comparison",
          "keyword.control.flow.js",
          "keyword.control.flow.ts",
          "keyword.control.flow.tsx",
          "keyword.control.ruby",
          "keyword.control.module.ruby",
          "keyword.control.class.ruby",
          "keyword.control.def.ruby",
          "keyword.control.loop.js",
          "keyword.control.loop.ts",
          "keyword.control.import.js",
          "keyword.control.import.ts",
          "keyword.control.import.tsx",
          "keyword.control.from.js",
          "keyword.control.from.ts",
          "keyword.control.from.tsx",
          "keyword.operator.instanceof.js",
          "keyword.operator.expression.instanceof.ts",
          "keyword.operator.expression.instanceof.tsx",
          "support.constant",
          "support.function",
          "entity.other.attribute-name",
          "entity.other.inherited-class",
          "entity.name.function",
          "entity.name.tag.doctype",
          "entity.name.function",
          "meta.directive.vue",
          "meta.diff.header.git",
          "meta.diff.header.from-file",
          "meta.diff.header.to-file",
          "meta.var.expr",
          "meta.delimiter.period",
          "meta.selector",
          "meta.tag.sgml.doctype",
          "meta.tag.sgml.doctype.html",
          "meta.class meta.method.declaration meta.var.expr storage.type.js",
          "storage",
          "storage.type.property.js",
          "storage.type.property.ts",
          "storage.type.property.tsx",
          "source.elixir .punctuation.binary.elixir",
          "source.go keyword.package.go",
          "source.go keyword.import.go",
          "source.go keyword.function.go",
          "source.go keyword.type.go",
          "source.go keyword.struct.go",
          "source.go keyword.interface.go",
          "source.go keyword.const.go",
          "source.go keyword.var.go",
          "source.go keyword.map.go",
          "source.go keyword.channel.go",
          "source.go keyword.control.go",
          "string.quoted.docstring.multi.python",
        ],
        "settings": {
          "fontStyle": ""
        },
      },
    ],
  },
},

Serendipity Theme created by Micheal Andreuzza. Twitter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].