styles/dark.style
author Jan Vrany <jan.vrany@labware.com>
Wed, 05 Oct 2022 11:57:26 +0100
branchjv
changeset 19637 28f5bfaa093d
parent 19613 3f9ced4eb473
permissions -rw-r--r--
`NewSystemBrowser`: avoid updating package info when changed class is not selected This speeds up loading of packages when browser is open as it does not (needlessly) update package info which may involve scm round-trip.

;
; class SystemBrowser (and some other classes that delegate to it)
;
emphasisForChangedCode		Array with:#bold with:#color->Color red lightened
emphasisForModifiedBuffer	Array with:#bold with:#color->Color red lightened

;
; class Tools::InlineMessageDialog
;
;inlineMessageDialog.info.backgroundColor
;inlineMessageDialog.warning.backgroundColor

;
; class Tools::AbstractTestRunner
;
;testRunner.passed.backgroundColor
;testRunner.failed.backgroundColor
;testRunner.error.backgroundColor
;testRunner.running.backgroundColor
;testRunner.notrun.backgroundColor