Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/birneee/obsidian-adwaita-theme
Obsidian theme in the style of Gnome Adwaita
https://github.com/birneee/obsidian-adwaita-theme
adwaita css gnome libadwaita obsidian-md theme
Last synced: 2 months ago
JSON representation
Obsidian theme in the style of Gnome Adwaita
- Host: GitHub
- URL: https://github.com/birneee/obsidian-adwaita-theme
- Owner: birneee
- License: mit
- Created: 2022-10-18T12:16:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T19:53:19.000Z (7 months ago)
- Last Synced: 2024-08-03T14:09:30.112Z (5 months ago)
- Topics: adwaita, css, gnome, libadwaita, obsidian-md, theme
- Language: CSS
- Homepage:
- Size: 5.12 MB
- Stars: 102
- Watchers: 3
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gnome - Obsidian Adwaita Theme - [Obsidian](https://obsidian.md) theme in the style of GNOME Adwaita. (Look and Feel / Themes for non-GTK apps)
README
# Obsidian Adwaita Theme
This is an [Obisidian](https://obsidian.md/) theme in the style of [Gnome](https://www.gnome.org/) [Adwaita](https://en.wikipedia.org/wiki/Adwaita_(design_language)). The goal of this project is to make Obsidian look more native on Gnome Desktop Environments like on [Ubuntu](https://ubuntu.com/) or [Fedora](https://getfedora.org/).
![](generated/theme-preview.png)
## Features
### Window Buttons
### Tabs
### Icons
### Dark and Light Theme
Change under `Settings > Options > Appearance > Base color scheme`.### Colors
### Font
### Style Settings Plugin Support
For customization see [Style Settings](#style-settings).### TBD Rounded Window Corners
As a workaround use the [Rounded Window Corners](https://extensions.gnome.org/extension/5237/rounded-window-corners/) Gnome Extension.## Installation
### Obsidian Community Theme Store
1. In Obsidian go to `Settings > Options > Appearance > Themes > Manage` search for `Adwaita`
2. Click `Install and use`
3. Optionally install the [Obsidian Style Settings Plugin](https://github.com/mgmeyers/obsidian-style-settings) for customization. Adjust under `Settings > Community Plugins > Style Settings > Adwaita`### Automatic
1. Install [just](https://github.com/casey/just)
2. Set `OBSIDIAN_HOME` environment variable to your vault path
3. run `just install`
4. In Obsidian go to `Settings > Options > Appearance > Themes` and select the `Adwaita` theme
5. Optionally install the [Obsidian Style Settings Plugin](https://github.com/mgmeyers/obsidian-style-settings) for customization. Adjust under `Settings > Community Plugins > Style Settings > Adwaita`### Manual
1. create a `.obsidian/themes/Adwaita` directory in your Obsidian vault
2. Copy `theme.css` and `manifest.json` to the created `Adwaita` folder
3. In Obsidian go to `Settings > Options > Appearance > Themes` and select the `Adwaita` theme
4. Optionally install the [Obsidian Style Settings Plugin](https://github.com/mgmeyers/obsidian-style-settings) for customization. Adjust under `Settings > Community Plugins > Style Settings > Adwaita`## Build
- Install [just](https://github.com/casey/just) and [sassc](https://github.com/sass/sassc)
- Run `just`## Style Settings
Requires the [Obsidian Style Settings Plugin](https://github.com/mgmeyers/obsidian-style-settings).
Adjust under `Settings > Community Plugins > Style Settings > Adwaita`.![](src/preview/style-settings.png)
## Contribution
Feel free to create Issues and Pull Requests.