Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piousdeer/vscode-adwaita
VS Code theme for the GNOME desktop
https://github.com/piousdeer/vscode-adwaita
adwaita gnome libadwaita vscode vscode-theme
Last synced: 3 months ago
JSON representation
VS Code theme for the GNOME desktop
- Host: GitHub
- URL: https://github.com/piousdeer/vscode-adwaita
- Owner: piousdeer
- Created: 2022-04-05T17:44:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T04:32:05.000Z (over 1 year ago)
- Last Synced: 2024-05-14T10:34:37.368Z (6 months ago)
- Topics: adwaita, gnome, libadwaita, vscode, vscode-theme
- Language: Python
- Homepage:
- Size: 5.74 MB
- Stars: 131
- Watchers: 4
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gnome - Adwaita theme for VS Code - Dark and light themes for VS Code based on GNOME's look and GNOME Builder's syntax highlighting. (Look and Feel / Themes for non-GTK apps)
README
# Adwaita theme for VS Code
Dark and light themes based on GNOME's new Adwaita look and GNOME Builder's syntax highlighting.
![Screenshot of the light and dark themes](assets/screenshot.png)
Extra theme variants are included for those who prefer a colorful status bar and/or default syntax highlighting:
![Screenshot showing the dark theme with a colorful status bar and default syntax highlighting](assets/screenshot_extra.png)
Fonts shown: JetBrains Mono, SF Pro Text.## Installation
Get it on [VS Marketplace](https://marketplace.visualstudio.com/items?itemName=piousdeer.adwaita-theme) or [Open VSX](https://open-vsx.org/extension/piousdeer/adwaita-theme).
## Suggested settings
Open the Command Palette and find "Open Settings (JSON)". Here are the recommended settings:
```jsonc
"window.titleBarStyle": "custom",
"window.commandCenter": true,
"window.autoDetectColorScheme": true,
"workbench.preferredDarkColorTheme": "Adwaita Dark",
"workbench.preferredLightColorTheme": "Adwaita Light",
"workbench.productIconTheme": "adwaita",
"editor.renderLineHighlight": "none",
"workbench.iconTheme": null,
"workbench.tree.indent": 12,
```[Rounded Window Corners](https://extensions.gnome.org/extension/5237/rounded-window-corners/) GNOME extension can be used to get rounded corners on all windows.
## Related projects
- [wroyca/vscode-libadwaita](https://github.com/wroyca/vscode-libadwaita) contains custom CSS that brings VS Code even closer to looking like a libadwaita app:
![Screenshot of vscode-libadwaita](https://raw.githubusercontent.com/wroyca/vscode-libadwaita/main/libadwaita.png)
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).
This project is not affiliated with GNOME Foundation.
[](https://pious.dev/donate)