https://github.com/gokayburuc/cyberdev-obsidian-theme
Obsidian theme which build from the obsidian theme template for developers and nightcoders. ( DARK ONLY!)
https://github.com/gokayburuc/cyberdev-obsidian-theme
dark-theme obsidian obsidian-theme theme-development
Last synced: 4 months ago
JSON representation
Obsidian theme which build from the obsidian theme template for developers and nightcoders. ( DARK ONLY!)
- Host: GitHub
- URL: https://github.com/gokayburuc/cyberdev-obsidian-theme
- Owner: gokayburuc
- License: mit
- Created: 2024-12-17T11:29:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T15:25:10.000Z (over 1 year ago)
- Last Synced: 2025-06-27T23:02:07.892Z (11 months ago)
- Topics: dark-theme, obsidian, obsidian-theme, theme-development
- Language: CSS
- Homepage:
- Size: 1.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CyberDev Obsidian Theme
## Introduction
This theme is built for night-coders and developers.All hail to night owls!
## Prerequisites
You can take a glance at these resources before starting to build a new Obsidian Theme.
1. [Build a Theme for Obsidian - Official Docs](https://docs.obsidian.md/Themes/App+themes/Build+a+theme) : Explains how to create a new theme from a GitHub Obsidian theme template
2. [Obsidian CSS Variables - Official Docs](https://docs.obsidian.md/Reference/CSS+variables/Components/Button) : Obsidian CSS variables by default
## Screenshots
### Desktop Screenshots
Code Block:

Callouts:

Graph:

Properties

Lists

Text Formatting (bold,italic)

External Links

### Android Screenshots
> PS: It will be added soon.
## Usage
`cd` into your vault path :
```bash
# cd
cd $HOME/Documents/vaults/my-vault
# WARN: use your own vault path
```
Clone this repository into `.obsidian/themes` path of your **vault**
```bash
cd .obsidian/themes
git clone https://github.com/gokayburuc/cyberdev-obsidian-theme.git
```
Then rename the folder from `cyberdev-obsidian-theme` into `cyberdev`
Open your Obsidian Vault and find the theme using `Open Settings>Apperance`. Select the theme. That's all.