mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-26 21:01:31 +02:00
sch2fig/style.h: make fields and pin names darker (Cyan3 -> Cyan4)
This commit is contained in:
parent
b903f53c3f
commit
7a0adf8520
@ -18,6 +18,7 @@
|
||||
#define COLOR_BLUE 1
|
||||
#define COLOR_YELLOW 6
|
||||
#define COLOR_GREEN4 12
|
||||
#define COLOR_CYAN4 15
|
||||
#define COLOR_CYAN3 16
|
||||
#define COLOR_RED4 18
|
||||
#define COLOR_RED3 19
|
||||
@ -30,7 +31,7 @@
|
||||
#define COLOR_NOCONN COLOR_BLUE
|
||||
#define COLOR_GLABEL COLOR_RED4
|
||||
#define COLOR_LABEL COLOR_BLACK
|
||||
#define COLOR_FIELD COLOR_CYAN3
|
||||
#define COLOR_FIELD COLOR_CYAN4
|
||||
#define COLOR_PIN_NAME COLOR_FIELD
|
||||
#define COLOR_PIN_NUMBER COLOR_RED4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user