Code Monkey home page Code Monkey logo

kicad-color-schemes's People

Contributors

craftyjon avatar dragonmux avatar easyw avatar esden avatar jana-marie avatar poeschlr avatar pointhi avatar shackmeister avatar wykys avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kicad-color-schemes's Issues

Great work - a light background for PCB is also needed.

I realize that a light background for PCBs is problematic at the current time because of the color algorithm which just lightens selected colors. I am using my own light theme which does work - although selected colors are sometimes sub-optimal.

I'll be happy to work on some pleasing colors for a light theme. The algorithm question is another matter though as I think it would require recompiling Kicad to test. Something I'm not up for right now.

KiCad Plugin and Content Manager addition

Dear color theme contributors @poeschlr @esden @DX-MON @craftyjon @wykys

I was asked to add those color schemes into the Plugin and Content Manager repository. Thus I would like to ask if you are OK with adding you as author (please give me a name, and as contact info I will simply add your github user if you like). As license, I set this repo to CC0-1.0, but I can set a different license on your theme if you like.

Either you create a PR with the given metadata.json file, or I will create one if you are ok with it. The file looks like this and is added to the color-scheme-directory. The directory further has to include the color-scheme in json format which I can then bundle into a package.

{
    "$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
    "name": "solarized-light theme",
    "description": "solarized-light color theme",
    "description_full": "solarized-light color theme",
    "identifier": "theme-solarized-light",
    "type": "colortheme",
    "author": {
        "name": "Thomas Pointhuber",
        "contact": {
            "web": "https://github.com/pointhi/kicad-color-schemes/"
        }
    },
    "maintainer": {
        "name": "Thomas Pointhuber",
        "contact": {
            "web": "https://github.com/pointhi/kicad-color-schemes/"
        }
    },
    "license": "CC0-1.0",
    "resources": {
        "Github": "https://github.com/pointhi/kicad-color-schemes"
    },
    "versions": [{
        "version": "1.0",
        "status": "stable",
        "kicad_version": "5.99"
    }]
}

Altium Color Scheme Added

Hi @pointhi

I've added my Altium color theme to your list. It would be helpful to a lot of people if you could include it.
Let me know if there are any issues with the commits.

Thanks,
brendose

shouldn't it be ~/.config/kicad/ ?

In the README.md the path for the setup files under Linux is given as: ~.config/kicad/.
Isn't there a slash missing and the correct path would be ~/.config/kicad/ ?

Monokai Color Scheme

Hi @pointhi Could you please add this to the list?
The color scheme below is the monokai scheme (https://monokai.pro/) most famously known from Sublime text editor.
Definitions found here: http://www.eclipsecolorthemes.org/?view=theme&id=6093
All credit should go to Forum user kickofighto (OP here: https://forum.kicad.info/t/monokai-clone-theme-for-eeschema/12917), I simply updated this to work with 5.1

Color4DWireEx=rgb(166, 226, 46)
Color4DBusEx=rgb(102, 217, 239)
Color4DConnEx=rgb(166, 226, 46)
Color4DLLabelEx=rgb(248, 248, 242)
Color4DHLabelEx=rgb(255, 231, 146)
Color4DGLabelEx=rgb(249, 38, 114)
Color4DPinNumEx=rgb(249, 38, 114)
Color4DPinNameEx=rgb(102, 217, 239)
Color4DFieldEx=rgb(174, 129, 255)
Color4DReferenceEx=rgb(102, 217, 239)
Color4DValueEx=rgb(102, 217, 239)
Color4DNoteEx=rgb(253, 151, 31)
Color4DBodyEx=rgb(249, 38, 114)
Color4DBodyBgEx=rgb(73, 72, 62)
Color4DNetNameEx=rgb(117, 113, 94)
Color4DPinEx=rgb(249, 38, 114)
Color4DSheetEx=rgb(174, 129, 255)
Color4DSheetFileNameEx=rgb(255, 231, 146)
Color4DSheetNameEx=rgb(102, 217, 239)
Color4DSheetLabelEx=rgb(255, 231, 146)
Color4DNoConnectEx=rgb(102, 217, 239)
Color4DErcWEx=rgb(166, 226, 46)
Color4DErcEEx=rgb(249, 38, 114)
Color4DGridEx=rgb(73, 72, 62)
Color4DBgCanvasEx=rgb(59, 58, 50)
Color4DBrighenedEx=rgb(248, 248, 242)

Nord dark variant?

Is there a variant of the Nord color scheme which is dark in eeschema?

how to install

Hi, I love your effort here, would you please add a simple how to install section to the README ?
I've been trying to find out where should I put the lines that declare the colors but could not do it.
Many thanks!!

No net highlight in preview

themes kicad-2020 and eagle do not have tkicad-2020he highlighted net VRL like they should to properly showcase the theme.

Install Help

I am an EE and don't use GitHub or python all that much but I am constantly designing and laying out circuits. I need help installing this, I have no idea based on your instructions what to do

Patch.py does not ignore the kicad_advanced config file

As documented on http://docs.kicad-pcb.org/doxygen/namespaceAC__KEYS.html

One can place a file named kicad_advanced to toggle some experimental settings, but running patch.py errors:

$ python3 patch.py ~/kicad-color-schemes/blue-green-dark/ ~/.config/kicad/
Scheme does not contain a definition for EESchema, skipped.
Traceback (most recent call last):
  File "patch.py", line 18, in __init__
    key, value = l.split('=', 1)
ValueError: not enough values to unpack (expected 2, got 1)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "patch.py", line 103, in <module>
    pcb_handler = ConfigFile(pcb_config)
  File "patch.py", line 20, in __init__
    raise ValueError("line {}: '{}' is of invalid format in config file.".format(idx, l))
ValueError: line 426: '[ImportGraphics]' is of invalid format in config file.```

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.