Searched refs:bold (Results 1 - 25 of 329) sorted by relevance

1234567891011>>

/macosx-10.10/vim-55/runtime/colors/
H A Dpeachpuff.vim22 hi SpecialKey term=bold ctermfg=4 guifg=Blue
23 hi NonText term=bold cterm=bold ctermfg=4 gui=bold guifg=Blue
24 hi Directory term=bold ctermfg=4 guifg=Blue
25 hi ErrorMsg term=standout cterm=bold ctermfg=7 ctermbg=1 gui=bold guifg=White guibg=Red
28 hi MoreMsg term=bold ctermfg=2 gui=bold guifg=SeaGreen
29 hi ModeMsg term=bold cter
[all...]
H A Dshine.vim22 hi ModeMsg term=bold cterm=bold gui=bold
23 hi StatusLine term=reverse,bold cterm=reverse,bold gui=reverse,bold
27 hi VisualNOS term=underline,bold cterm=underline,bold gui=underline,bold
28 hi DiffText term=reverse cterm=bold ctermb
[all...]
H A Devening.vim21 hi ModeMsg term=bold cterm=bold gui=bold
22 hi StatusLine term=reverse,bold cterm=reverse,bold gui=reverse,bold
26 hi VisualNOS term=underline,bold cterm=underline,bold gui=underline,bold
27 hi DiffText term=reverse cterm=bold ctermb
[all...]
H A Dmorning.vim21 hi ModeMsg term=bold cterm=bold gui=bold
22 hi StatusLine term=reverse,bold cterm=reverse,bold gui=reverse,bold
26 hi VisualNOS term=underline,bold cterm=underline,bold gui=underline,bold
27 hi DiffText term=reverse cterm=bold ctermb
[all...]
H A Dkoehler.vim16 hi SpecialKey term=bold cterm=bold ctermfg=darkred guifg=#cc0000
17 hi NonText term=bold cterm=bold ctermfg=darkred gui=bold guifg=#cc0000
18 hi Directory term=bold cterm=bold ctermfg=brown guifg=#cc8000
19 hi ErrorMsg term=standout cterm=bold ctermfg=grey ctermbg=red guifg=White guibg=Red
21 hi MoreMsg term=bold cterm=bold ctermf
[all...]
H A Dmurphy.vim15 hi Comment term=bold ctermfg=LightRed guifg=Orange
21 hi Special term=bold ctermfg=LightRed guifg=magenta
22 hi Statement term=bold ctermfg=Yellow guifg=#ffff00 gui=NONE
28 hi Directory term=bold ctermfg=LightCyan guifg=Cyan
32 hi ModeMsg term=bold cterm=bold gui=bold
33 hi MoreMsg term=bold ctermfg=LightGreen gui=bold guifg=SeaGreen
34 hi NonText term=bold ctermf
[all...]
H A Ddelek.vim17 hi DiffDelete ctermfg=Blue ctermbg=LightCyan gui=bold guifg=Blue guibg=LightCyan
18 hi DiffText ctermbg=Red cterm=bold gui=bold guibg=Red
25 hi ModeMsg cterm=bold gui=bold
26 hi MoreMsg ctermfg=DarkGreen gui=bold guifg=SeaGreen
27 hi NonText ctermfg=Blue gui=bold guifg=gray guibg=white
30 hi Question ctermfg=DarkGreen gui=bold guifg=SeaGreen
33 hi StatusLine cterm=bold ctermbg=blue ctermfg=yellow guibg=gold guifg=blue
34 hi StatusLineNC cterm=bold ctermb
[all...]
H A Dtorte.vim20 highlight Search guifg=Black guibg=Red gui=bold
21 highlight Visual guifg=#404040 gui=bold
22 highlight Cursor guifg=Black guibg=Green gui=bold
33 highlight Cursor ctermfg=Black ctermbg=Green cterm=bold
44 highlight Search ctermfg=Black ctermbg=Red cterm=bold guifg=Black guibg=Red gui=bold
45 highlight Visual ctermfg=Black ctermbg=yellow cterm=bold guifg=#404040 gui=bold
H A Dslate.vim21 :hi NonText guifg=RoyalBlue guibg=grey15 cterm=bold ctermfg=blue
25 :hi StatusLine guibg=#c2bfa5 guifg=black gui=none cterm=bold,reverse
27 :hi Title guifg=gold gui=bold cterm=bold ctermfg=yellow
32 :hi Comment term=bold ctermfg=11 guifg=grey40
39 :hi Define guifg=gold gui=bold ctermfg=yellow
44 :hi Ignore guifg=grey40 cterm=bold ctermfg=7
47 :hi ErrorMsg cterm=bold guifg=White guibg=Red cterm=bold ctermfg=7 ctermbg=1
48 :hi VisualNOS cterm=bold,underlin
[all...]
H A Delflord.vim14 hi Comment term=bold ctermfg=DarkCyan guifg=#80a0ff
16 hi Special term=bold ctermfg=DarkMagenta guifg=Red
17 hi Identifier term=underline cterm=bold ctermfg=Cyan guifg=#40ffff
18 hi Statement term=bold ctermfg=Yellow gui=bold guifg=#aa4444
20 hi Type term=underline ctermfg=LightGreen guifg=#60ff60 gui=bold
21 hi Function term=bold ctermfg=White guifg=White
H A Ddarkblue.vim27 hi Title guifg=magenta gui=none ctermfg=magenta cterm=bold
39 hi Folded guifg=#808080 guibg=#000040 ctermfg=darkgrey ctermbg=black cterm=bold term=bold
40 hi FoldColumn guifg=#808080 guibg=#000040 ctermfg=darkgrey ctermbg=black cterm=bold term=bold
45 hi DiffDelete ctermfg=blue ctermbg=cyan gui=bold guifg=Blue guibg=DarkCyan
46 hi DiffText cterm=bold ctermbg=red gui=bold guibg=Red
H A Ddesert.vim72 hi NonText cterm=bold ctermfg=darkblue
74 hi ErrorMsg cterm=bold ctermfg=7 ctermbg=1
81 hi StatusLine cterm=bold,reverse
86 hi VisualNOS cterm=bold,underline
93 hi DiffDelete cterm=bold ctermfg=4 ctermbg=6
94 hi DiffText cterm=bold ctermbg=1
103 hi Ignore cterm=bold ctermfg=7
105 hi Error cterm=bold ctermfg=7 ctermbg=1
/macosx-10.10/ncurses-44/ncurses/test/
H A Dfirework.c74 get_colour(chtype *bold) argument
79 *bold = A_NORMAL;
81 *bold = A_BOLD;
91 chtype bold; local
96 init_pair(1, get_colour(&bold), my_bg);
97 attrset(COLOR_PAIR(1) | bold);
103 init_pair(1, get_colour(&bold), my_bg);
104 attrset(COLOR_PAIR(1) | bold);
112 init_pair(1, get_colour(&bold), my_bg);
113 attrset(COLOR_PAIR(1) | bold);
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DFontCustomPlatformData.cpp34 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant widthVariant, FontRenderingMode) argument
36 return FontPlatformData(m_cgFont.get(), size, bold, italic, orientation, widthVariant);
/macosx-10.10/apache-793/httpd/docs/manual/style/css/
H A Dprettify.css24 .kwd { color: #006; font-weight: bold }
26 .typ { color: #404; font-weight: bold }
29 .tag { color: #006; font-weight: bold }
64 .lang-config .tag { color: #821; font-weight: bold } /* enclosures */
65 .lang-config .kwd { color: #128; font-weight: bold } /* directives */
83 .lang-c .kwd { color: #00C; font-weight: bold } /* a keyword */
102 .lang-lua .kwd { color: #00C; font-weight: bold } /* a keyword */
120 .lang-perl .kwd { color: #00C; font-weight: bold } /* a keyword */
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/term/
H A Dattributes10 bold {Bold }
26 foreach a {{} underline bold revers} {
/macosx-10.10/vim-55/runtime/syntax/
H A Dlss.vim17 " the .lss file entries themselves; ie. the "bold" keyword should be bold,
26 syn keyword lssBold bold contained
83 hi def lssBold term=bold cterm=bold
96 " On rxvt's, bright colors are activated by setting the bold attribute.
97 hi def lssLightgrayFg ctermfg=gray cterm=bold
98 hi def lssBrightredFg ctermfg=red cterm=bold
99 hi def lssBrightgreenFg ctermfg=green cterm=bold
100 hi def lssYellowFg ctermfg=yellow cterm=bold
[all...]
H A Dsyncolor.vim31 " Careful with "cterm=bold", it changes the color to bright for some terminals.
34 SynColor Comment term=bold cterm=NONE ctermfg=Cyan ctermbg=NONE gui=NONE guifg=#80a0ff guibg=NONE
36 SynColor Special term=bold cterm=NONE ctermfg=LightRed ctermbg=NONE gui=NONE guifg=Orange guibg=NONE
37 SynColor Identifier term=underline cterm=bold ctermfg=Cyan ctermbg=NONE gui=NONE guifg=#40ffff guibg=NONE
38 SynColor Statement term=bold cterm=NONE ctermfg=Yellow ctermbg=NONE gui=bold guifg=#ffff60 guibg=NONE
40 SynColor Type term=underline cterm=NONE ctermfg=LightGreen ctermbg=NONE gui=bold guifg=#60ff60 guibg=NONE
44 SynColor Comment term=bold cterm=NONE ctermfg=DarkBlue ctermbg=NONE gui=NONE guifg=Blue guibg=NONE
46 SynColor Special term=bold cterm=NONE ctermfg=DarkMagenta ctermbg=NONE gui=NONE guifg=SlateBlue guibg=NONE
48 SynColor Statement term=bold cter
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DFontCustomPlatformData.cpp43 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, FontWidthVariant, FontRenderingMode renderingMode) argument
63 logFont.lfWeight = bold ? 700 : 400;
68 return FontPlatformData(WTF::move(hfont), cgFont.get(), size, bold, italic, renderingMode == AlternateRenderingMode);
H A DFontCustomPlatformDataCairo.cpp41 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, FontWidthVariant, FontRenderingMode renderingMode) argument
60 logFont.lfWeight = bold ? 700 : 400;
66 FontPlatformData fontPlatformData(WTF::move(hfont), fontFace, size, bold, italic); local
/macosx-10.10/dcerpc-61/www/content/css/blueprint/src/
H A Dtypography.css26 h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
27 h6 { font-size: 1em; font-weight: bold; }
46 strong { font-weight: bold; }
48 dfn { font-weight: bold; }
70 dl dt { font-weight: bold; }
77 th { font-weight: bold; }
H A Dforms.css12 label { font-weight: bold; }
14 legend { font-weight: bold; font-size:1.2em; }
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DFontCustomPlatformData.h44 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DBreakpoint.css37 font-weight: bold;
48 font-weight: bold;
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DProcess.h138 static const char *OutputColor(char c, bool bold, bool bg);
140 /// Same as OutputColor, but only enables the bold attribute.

Completed in 145 milliseconds

1234567891011>>