All Projects → pointhi → Kicad Color Schemes

pointhi / Kicad Color Schemes

Licence: cc0-1.0
Want to change the color scheme of KiCad? Look here for Inspiration.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Kicad Color Schemes

Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (-11.43%)
Mutual labels:  color-scheme, colorscheme
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (-6.98%)
Mutual labels:  color-scheme, colorscheme
nord-tilix
An arctic, north-bluish clean and elegant Tilix color scheme.
Stars: ✭ 105 (-66.67%)
Mutual labels:  colorscheme, color-scheme
nord-slack
An arctic, north-bluish clean and elegant Slack theme.
Stars: ✭ 129 (-59.05%)
Mutual labels:  colorscheme, color-scheme
Spacecamp
🔭 Vim colors for the final frontier
Stars: ✭ 288 (-8.57%)
Mutual labels:  color-scheme, colorscheme
flex color scheme
A Flutter package to make and use beautiful color scheme based themes.
Stars: ✭ 370 (+17.46%)
Mutual labels:  colorscheme, color-scheme
base16-vis
Base16 for Vis
Stars: ✭ 16 (-94.92%)
Mutual labels:  colorscheme, color-scheme
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (-68.25%)
Mutual labels:  colorscheme, color-scheme
Nofrils
An extremely minimalist colorscheme, even opting out of the second L in frills
Stars: ✭ 292 (-7.3%)
Mutual labels:  color-scheme, colorscheme
vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (-78.73%)
Mutual labels:  colorscheme, color-scheme
kumux-colorscheme-engine
Kumux is the world's first dynamic circadian color scheme for code editors and other software.
Stars: ✭ 102 (-67.62%)
Mutual labels:  colorscheme, color-scheme
disco.vim
A full set of 2-, 8-, 16-, 88-, 256-, and GUI-color-compatible Vim colors.
Stars: ✭ 53 (-83.17%)
Mutual labels:  colorscheme, color-scheme
parsec
A color scheme for people tired of solarized
Stars: ✭ 30 (-90.48%)
Mutual labels:  colorscheme, color-scheme
oceanic-next-vim
Oceanic Next colorscheme for vim
Stars: ✭ 49 (-84.44%)
Mutual labels:  colorscheme, color-scheme
kakoune-colors
Color schemes for kakoune
Stars: ✭ 15 (-95.24%)
Mutual labels:  colorscheme, color-scheme
aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (-52.06%)
Mutual labels:  colorscheme, color-scheme
sabuni
Light Colorscheme for IntelliJ IDEA
Stars: ✭ 14 (-95.56%)
Mutual labels:  colorscheme, color-scheme
hyper-wal
Extension for using colorschemes generated by wal in Hyper terminal
Stars: ✭ 21 (-93.33%)
Mutual labels:  colorscheme, color-scheme
fogbell.vim
No description or website provided.
Stars: ✭ 118 (-62.54%)
Mutual labels:  colorscheme, color-scheme
nord-mintty
An arctic, north-bluish clean and elegant Mintty color theme.
Stars: ✭ 40 (-87.3%)
Mutual labels:  colorscheme, color-scheme

kicad-color-schemes

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.

Automatic patcher

An automatic patch script can be used to transfer a colour scheme into your KiCad settings files. Make sure KiCad is closed before using it.

The script expects the directory containing the colour scheme and the kicad config directory as arguments. Switches are included to disable transfer of a particular part of the scheme definition. (use --help for detailed instructions.) A bakup of your settings files is created before changes are made.

Example: python3 patch.py ~/kicad-color-schemes/blue-green-dark/ ~/.config/kicad/

JSON themes (for KiCad 6, and "5.99" nightly builds after February 2020)

KiCad 6 is changing to a JSON-based colour theme system. Recent nightly builds already support the new system, where each colour theme lives in a JSON file in the colors directory of the user settings path (see "How to use a colour theme" above.)

To use the JSON version of a theme, just copy the file into your colors directory. The next time you run KiCad, it will detect the new theme file and you will be able to choose it in the preferences. Each KiCad application can use a different color theme if you wish.

In the new system, the footprint editor and PcbNew use the same color theme. If you would like to have different colours for those two applications, the way to do it is to choose a different theme file in the PcbNew and footprint editor preferences dialogs.

eeschema

color-scheme screenshot
kicad-classic Default theme for KiCad 5.x and earlier
kicad-2020 Default theme for KiCad 6.0
solarized-dark http://ethanschoonover.com/solarized Dark theme based on solarized
solarized-light http://ethanschoonover.com/solarized Light theme based on solarized
sw simple black/white theme
blue-tone Blue tone theme
behave-dark https://atom.io/themes/behave-theme Dark theme based on behave
neon Inspired by forum user BobZ Neon coloured theme inspired by forum user BobZ
nord Designed by @0xdec based on the nordtheme color palette
monokai Inspired by forum user kickofighto Dark theme based on monokai
eagle Designed by DX-MON, Inspired by EagleCAD Dark theme based on Eagle

pcbnew

color-scheme screenshot
kicad-classic Default theme for KiCad 5.x and earlier
kicad-2020 Default theme for KiCad 6.0
behave-dark https://atom.io/themes/behave-theme Dark theme based on behave
blue-green-dark Dark theme using blue and green
nord Designed by @0xdec based on the nordtheme color palette
eagle Designed by DX-MON, Inspired by EagleCAD Loosely based on Eagle's dark theme

footprint editor

color-scheme screenshot
kicad-classic Default theme for KiCad 5.x and earlier
kicad-2020 Default theme for KiCad 6.0
behave-dark https://atom.io/themes/behave-theme Dark theme based on behave
blue-green-dark Dark theme using blue and green
nord Designed by @0xdec based on the nordtheme color palette
eagle Designed by DX-MON, Inspired by EagleCAD Loosely based on Eagle's dark theme
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].