kodden-br / vscode-libadwaita

Visual Studio Code extension that aims to recreate Libadwaita.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libadwaita theme for Visual Studio Code.

If you're interested in using this theme, I'd recommend forking it and making it your own so that it fits your personal needs. However, if you do make any changes or improvements to the theme, I'd be more than happy to review and potentially merge your pull request. Thanks for considering this theme! 🎉

libadwaita

Installation

  1. Clone the project.

  2. Install the Custom CSS and JS Loader extension from the Visual Studio Code Marketplace. Be sure to follow its instructions so that VS Code has permission to patch itself.

  3. Add the following line to your VS code settings.json, replacing file:///home/username/vscode-libadwaita/vscode-libadwaita.css with the full path to the directory where you cloned the project.

  "vscode_custom_css.imports": [
    "file:///home/wroy/vscode-libadwaita/vscode-libadwaita.css"
  ]

Bonus

If you're looking for a great theme to use with this, I'd highly recommend checking out vscode-adwaita. It's an amazing piece of work by @piousdeer! :)

About

Visual Studio Code extension that aims to recreate Libadwaita.

License:GNU General Public License v3.0


Languages

Language:CSS 100.0%