Skip to content

SalesforceSFDC/salesforce-developer-console-css-fix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

salesforce-developer-console-css-fix

This is a CSS fix for developer console themes.

I have noticed that on lover class monitors (the ones you get at work...), when you use dark themes (Help>Preferences), some highlighting makes code very unreadable. Namely, variable names are too dark on black baground and highlighting Visualforce text makes actual text unreadable.

Use Stylebot Chrome extension (or pack it as custom CSS) with this CSS:

.CodeMirror-matchingbracket {
    background-color: #80E85C;
}
.CodeMirror-matchingtag {
    background: rgba(255,00,0,.3);
}
.VARIABLE_DECLARATION {
    color: #9B9BDA;
}
.VARIABLE_REFERENCE {
    color: #9B9BDA;
}

Set the matching URL to *.salesforce.com/_ui/common/apex/debug/ApexCSIPage

About

This is a CSS fix for developer console themes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published