]>
luflow.net public git repositories - flow-web.git/blob - static/highlight/styles/purebasic.css
11 PureBASIC native IDE style ( version 1.0 - April 2016 )
13 by Tristano Ajmone <tajmone@gmail.com>
17 NOTE_1: PureBASIC code syntax highlighting only applies the following classes:
24 Other classes are added here for the benefit of styling other languages with the look and feel of PureBASIC native IDE style.
25 If you need to customize a stylesheet for PureBASIC only, remove all non-relevant classes -- PureBASIC-related classes are followed by
26 a "--- used for PureBASIC ... ---" comment on same line.
28 NOTE_2: Color names provided in comments were derived using "Name that Color" online tool:
29 http://chir.ag/projects/name-that-color
32 background: #FFFFDF/* Half and Half (approx.) */
35 /* --- used for PureBASIC base color --- */
36 /* --- used for PureBASIC Procedures return type --- */
37 /* --- used for wrapping PureBASIC Procedures definitions --- */
46 color: #000000/* Black */
49 /* --- used for PureBASIC Comments --- */
53 .hljs-selector-pseudo
,
55 color: #00AAAA/* Persian Green (approx.) */
58 /* --- used for PureBASIC Keywords --- */
61 .hljs-meta
.hljs-keyword
,
65 /* Blue Stone (approx.) */
68 /* --- used for PureBASIC Procedures Names --- */
73 color: #006666/* Blue Stone (approx.) */
76 /* --- used for PureBASIC Strings --- */
79 color: #0080FF/* Azure Radiance (approx.) */
82 /* --- used for PureBASIC Constants --- */
87 color: #924B72/* Cannon Pink (approx.) */
94 /* Cannon Pink (approx.) */