add installation description and modedit, pcbnew sections to README
This commit is contained in:
parent
9c6cccb53b
commit
1e70047f9f
1 changed files with 21 additions and 0 deletions
21
README.md
21
README.md
|
@ -2,6 +2,18 @@
|
||||||
|
|
||||||
Want to change the color scheme of KiCad? Look here for inspiration.
|
Want to change the color scheme of KiCad? Look here for inspiration.
|
||||||
|
|
||||||
|
## How to use a colour theme.
|
||||||
|
|
||||||
|
Every theme directory contains the colour definition parts of the eeschema and pcbnew setup files found in your personal profile.
|
||||||
|
- For Linux under ~.config/kicad/
|
||||||
|
- Windows XP: “C:\Documents and Settings\username\Application Data” + kicad (= %APPDATA%\kicad)
|
||||||
|
- Windows Vista & later: “C:\Users\username\AppData\Roaming” + kicad (= %APPDATA%\kicad)
|
||||||
|
- OSX: The user’s home directory + /Library/Preferences/kicad
|
||||||
|
|
||||||
|
Use a text editor to overwrite the relevant sections with the data found in the files in this folder. **Make sure you create a backup first.**
|
||||||
|
|
||||||
|
The pcbnew config file content has been split into the sections responsible for the footprint editor and the one for pcbnew. This is done to allow you to more easily mix and match different schemes for different tools.
|
||||||
|
|
||||||
## eeschema
|
## eeschema
|
||||||
|
|
||||||
color-scheme | screenshot
|
color-scheme | screenshot
|
||||||
|
@ -11,3 +23,12 @@ color-scheme | screenshot
|
||||||
**solarized-light** *http://ethanschoonover.com/solarized* | 
|
**solarized-light** *http://ethanschoonover.com/solarized* | 
|
||||||
**sw** | 
|
**sw** | 
|
||||||
|
|
||||||
|
## pcbnew
|
||||||
|
color-scheme | screenshot
|
||||||
|
-----------------------------------------------------------|-----------
|
||||||
|
**kicad-default** | 
|
||||||
|
|
||||||
|
## footprint editor
|
||||||
|
color-scheme | screenshot
|
||||||
|
-----------------------------------------------------------|-----------
|
||||||
|
**kicad-default** | 
|
||||||
|
|
Loading…
Reference in a new issue