Files
Sourcetrail/bin/app/data/gui/code_view/code_view.css
T
Eberhard Graether efe3316ae3 ui: styled code view
* updated spacings and colors in QtCodeView and QtCodeFile
* using Source Code Pro Regular (had to remove light cut from the Fonts folder because it got always used)
* updated syntax highlighted colors to fit design
* changed colors of highlights
* indent all QtCodeSnippets by maximum line number in QtCodeFile
* fixed syntax highlighting to work with sole multiline comment end

fortune cookie message = Your present plans are going to succeed.
2014-07-17 12:26:37 +02:00

20 lines
434 B
CSS

#code_view #code_file QLabel#title_label {
background-color: rgb(220,220,220);
border-top-right-radius: 10px;
font-family: "Source Code Pro";
font-size: 14px;
padding: 4px 12px;
}
#code_view #code_file #code_snippet {
font-family: "Source Code Pro";
font-size: 14px;
margin-bottom: 2px;
}
#code_view #code_file #code_snippet #line_number_area {
background-color: white;
font-family: "Source Code Pro";
font-size: 14px;
}