Skip to content

Commit

Permalink
Update README with image and basic install instructions
Browse files Browse the repository at this point in the history
There may be errors, not tested for linux or osx
  • Loading branch information
AlexanderBrevig authored Dec 29, 2021
1 parent c8f1c80 commit 4a864ee
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
![Gruvbox theme](https://raw.githubusercontent.com/alexanderbrevig/kicad-gruvbox-theme/main/kicad-gruvbox-theme.png)

# kicad-gruvbox-theme
Gruvbox for KiCAD - THE FUTURE IS HERE


Based on the original [Gruvbox](https://github.com/morhetz/gruvbox).

This is my KiCAD daily-driver theme.


## Install theme

- Linux `~/.config/kicad/colors` or `~/.config/kicad/6.0/colors`
- Windows: `%APPDATA%\kicad\6.0\colors`
- OSX: `~/Library/Preferences/kicad/colors` or `~/Library/Preferences/kicad/6.0/colors`

You can simply `cd` your way there and get `Gruvbox.json` in there somehow.

cd ~/.config/kicad/6.0/colors
curl https://raw.githubusercontent.com/alexanderbrevig/kicad-gruvbox-theme/main/Gruvbox.json > Gruvbox.json

## Contribute

I have not really landed on any convention as for when to use which color.
Feel free to make suggestions or PR, I will probably merge them if you explain the thought behind your change.

0 comments on commit 4a864ee

Please sign in to comment.