File: shThemeDefault.scss

package info (click to toggle)
libpolyclipping 6.4.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,844 kB
  • sloc: pascal: 6,282; cpp: 5,906; cs: 5,464; javascript: 2,634; python: 2,148; ruby: 11; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
// Default Syntax Highlighter theme.

@import "_theme_template.scss";

.syntaxhighlighter {
	.keyword { font-weight: bold !important; }
}