qmk / qmk_configurator

The QMK Configurator
http://config.qmk.fm
695 stars 348 forks source link

colorway contrast makes key combination contents hard to read #271

Closed crawfxrd closed 5 years ago

crawfxrd commented 5 years ago

When using e.g. the Space Cadet colorway, the contrast for Quantum "Mod key combinations" makes it very hard to read.

This is what I see:

.gmk-space-cadet-key {
    color: #e1dbd1;
}
.key-contents {
    background: #fff;
}

qmk_configurator_contrast

yanfali commented 5 years ago

yep, I know what it is, I've been applying fixes to other colorways. Thanks for reporting.

yanfali commented 5 years ago

@crawfxrd can you verify it's fixed for this colorway?

crawfxrd commented 5 years ago

Confirmed. The contrast for Space Cadet is fine now.

yanfali commented 5 years ago

Ok, thank you.