Coder Social home page Coder Social logo

aproposts / vscode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from catppuccin/vscode

0.0 0.0 0.0 3.79 MB

🦌 Soothing pastel theme for VSCode/VSCodium

Home Page: https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc

License: MIT License

vscode's Introduction

Logo
Catppuccin for VSCode

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Usage

Preferred method of installation

  • Install the extension from the marketplace.
    OR
  • Open Visual Studio Code. Launch Quick Open by pressing Ctrl+P and typing ext install Catppuccin.catppuccin-vsc.

Manual method for installation

  1. Clone this repository into the extensions folder of VSCode:
    git clone https://github.com/catppuccin/vscode.git $HOME/.vscode/extensions/catppuccin-vsc
    
    Or if you are using VSCodium:
    git clone https://github.com/catppuccin/vscode.git $HOME/.vscode-oss/extensions/catppuccin-vsc
    
  2. Open the app and type:
    • macOS: CMD+K CMD+T
    • Linux/Windows: CTRL+K CTRL+T
  3. Select theme flavour from the list.
  4. Enjoy! ✨

Disable Italics

To prevent any italics from showing, please copy & paste the following configuration into your settings.json

"editor.tokenColorCustomizations": {
  "[Catppuccin Frappé][Catppuccin Macchiato][Catppuccin Mocha]": {
    "textMateRules": [
      {
        "scope": [
          "entity.name.function",
          "support.function",
          "variable.parameter.function",
          "variable.parameter.function-call",
          "constant.language",
          "entity.name.function.rust",
          "keyword.control.rust",
          "variable.language.rust",
          "variable.other.rust",
          "variable.other.lua",
          "keyword.control.directive",
          "keyword.other.using.directive",
          "punctuation.definition.directive",
          "entity.name.other.preprocessor.macro.predefined.probably",
          "entity.name.scope-resolution.cpp",
          "string.quoted.docstring.multi",
          "string.quoted.multi",
          "source.python string.quoted.docstring.multi.python punctuation.definition.string.begin.python",
          "source.python string.quoted.docstring.multi.python punctuation.definition.string.end.python",
          "source.python string.quoted.multi.python punctuation.definition.string.begin.python",
          "source.python string.quoted.multi.python punctuation.definition.string.end.python",
          "markup.fenced_code.block",
          "meta.function-call.generic.python",
          "entity.name.function",
          "meta.require",
          "support.function.any-method",
          "variable.function",
          "markup.italic",
          "punctuation.definition.italic",
          "todo.emphasis",
          "comment",
          "punctuation.definition.comment",
          "comment.line.double-slash",
          "comment.block.documentation",
          "keyword.control.import.python",
          "storage.type.function.python",
          "markup.italic.markdown",
          "entity.other.attribute-name.ts",
          "entity.other.attribute-name.js",
          "entity.other.attribute-name.jsx",
          "entity.other.attribute-name.tsx",
          "variable.parameter",
          "variable.language.super"
        ],
        "settings": {
          "fontStyle": ""
        }
      }
    ]
  }
},

Note

  • From the settings, change window.titleBarStyle to custom for the context menus to be properly rendered according to the theme.

Development

  1. Clone and open this repository in VSCode.
  2. Press Ctrl+F5 (or CMD+F5) to open a new VSCode instance.
  3. The new instance's theme elements will update when modifications are performed from the original instance.

💝 Thanks to

Copyright © 2021-present Catppuccin Org

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.