Home
last modified time | relevance | path

Searched refs:grey2 (Results 1 – 25 of 103) sorted by relevance

12345

/dports/editors/helix/helix-0.5.0/runtime/themes/
H A Deverforest_dark.toml15 "string" = "grey2"
22 "punctuation" = "grey2"
23 "punctuation.delimiter" = "grey2"
45 "ui.statusline" = { fg = "grey2", bg = "bg2" }
47 "ui.popup" = { fg = "grey2", bg = "bg1" }
48 "ui.window" = { fg = "grey2", bg = "bg1" }
87 grey2 = "#9da9a0"
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/mcc/frontend/dojo/dojox/mobile/themes/ios7/
H A DSpinWheel.less13 border-top: solid 1px @ios7-grey2;
14 border-bottom: solid 1px @ios7-grey2;
19 color: @ios7-grey2;
H A DSpinWheel-compat.less13 border-top: solid 1px @ios7-grey2;
14 border-bottom: solid 1px @ios7-grey2;
19 color: @ios7-grey2;
H A DSlider.less14 background-color: @ios7-grey2;
21 background-color: @ios7-grey2;
H A DButton.less18 color: @ios7-grey2;
26 background-color: @ios7-grey2;
/dports/www/dojo/dojo-release-1.12.2/dojox/mobile/themes/ios7/
H A DSpinWheel-compat.less13 border-top: solid 1px @ios7-grey2;
14 border-bottom: solid 1px @ios7-grey2;
19 color: @ios7-grey2;
H A DSpinWheel.less13 border-top: solid 1px @ios7-grey2;
14 border-bottom: solid 1px @ios7-grey2;
19 color: @ios7-grey2;
H A DSlider.less14 background-color: @ios7-grey2;
21 background-color: @ios7-grey2;
H A DButton.less18 color: @ios7-grey2;
26 background-color: @ios7-grey2;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/mcc/frontend/dojo/dojox/mobile/themes/holodark/
H A Dvariables.less6 @holo-grey2: #333333;
17 @holo-switch-off-color: @holo-grey2;
334 background-color: @holo-grey2;
772 background-color: @holo-grey2;
776 background-color: @holo-grey2;
779 background-color: @holo-grey2;
841 background-color: @holo-grey2;
844 background-color: @holo-grey2;
872 background-color: @holo-grey2;
890 background-color: @holo-grey2;
[all …]
H A DCheckBox.less5 border-color: @holo-grey2;
31 border-color: @holo-grey2;
/dports/www/dojo/dojo-release-1.12.2/dojox/mobile/themes/holodark/
H A Dvariables.less6 @holo-grey2: #333333;
17 @holo-switch-off-color: @holo-grey2;
334 background-color: @holo-grey2;
772 background-color: @holo-grey2;
776 background-color: @holo-grey2;
779 background-color: @holo-grey2;
841 background-color: @holo-grey2;
844 background-color: @holo-grey2;
872 background-color: @holo-grey2;
890 background-color: @holo-grey2;
[all …]
H A DCheckBox.less5 border-color: @holo-grey2;
31 border-color: @holo-grey2;
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/styles/
H A Dvulcan.go11 grey2 = "#43454f" var
35 chroma.GenericOutput: grey2,
43 chroma.KeywordConstant: red + " bg:" + grey2,
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/chroma-0.9.1/styles/
H A Dvulcan.go11 grey2 = "#43454f" var
35 chroma.GenericOutput: grey2,
43 chroma.KeywordConstant: red + " bg:" + grey2,
/dports/www/gitea/gitea-1.16.5/vendor/github.com/alecthomas/chroma/styles/
H A Dvulcan.go11 grey2 = "#43454f" var
35 chroma.GenericOutput: grey2,
43 chroma.KeywordConstant: red + " bg:" + grey2,
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/alecthomas/chroma/styles/
H A Dvulcan.go11 grey2 = "#43454f" var
35 chroma.GenericOutput: grey2,
43 chroma.KeywordConstant: red + " bg:" + grey2,
/dports/devel/chroma/chroma-0.9.2/styles/
H A Dvulcan.go11 grey2 = "#43454f" var
35 chroma.GenericOutput: grey2,
43 chroma.KeywordConstant: red + " bg:" + grey2,
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/alecthomas/chroma/styles/
H A Dvulcan.go11 grey2 = "#43454f" var
35 chroma.GenericOutput: grey2,
43 chroma.KeywordConstant: red + " bg:" + grey2,
/dports/graphics/gegl/gegl-0.4.34/operations/common-gpl3+/
H A Dcartoon.c231 gfloat *grey2 = iter->items[3].data;
240 if (*grey2 != 0)
242 gdouble diff = (gdouble) *grey1 / (gdouble) *grey2;
263 grey2++;
/dports/www/glassfish4/glassfish4/glassfish/docs/css/
H A Ddefault.css125 table.grey2,td.grey2,th.grey2,tr.grey2 td,tr.grey2 th,table tr td.grey2,table tr th.grey2{backgroun…
/dports/www/glassfish/glassfish5/glassfish/docs/css/
H A Ddefault.css129 table.grey2,td.grey2,th.grey2,tr.grey2 td,tr.grey2 th,table tr td.grey2,table tr th.grey2{backgroun…
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dc_effect.cpp48 static int grey1, grey2, grey3, grey4, red, green, blue, yellow, black, variable
57 {&grey2, 171, 171, 171},
346 particle->color = grey2; in P_RunEffect()
529 p->color = grey2; in P_DrawRailTrail()
/dports/graphics/sswf/sswf-1.8.4/include/sswf/scripts/
H A Dcolors.sswf49 color grey2 { 0.1333333, 0.1333333, 0.1333333, 1 };
66 color gray2 { grey2 };
/dports/graphics/gegl/gegl-0.4.34/operations/json/
H A Dmeson.build3 'grey2.json',

12345