Home
last modified time | relevance | path

Searched refs:colorschemes (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/x11/xfce4-terminal/xfce4-terminal-0.8.10/po/
H A DPOTFILES.in1 colorschemes/black-on-white.theme.in
2 colorschemes/dark-pastels.theme.in
3 colorschemes/green-on-black.theme.in
4 colorschemes/solarized-dark.theme.in
5 colorschemes/solarized-light.theme.in
6 colorschemes/tango.theme.in
7 colorschemes/white-on-black.theme.in
8 colorschemes/xterm.theme.in
/dports/graphics/R-cran-dichromat/dichromat/man/
H A Dcolorschemes.Rd1 \name{colorschemes}
2 \alias{colorschemes}
11 \usage{colorschemes}
54 pal(colorschemes$BrowntoBlue.10, main = "Brown to Blue (10)")
55 pal(colorRampPalette(colorschemes$BrowntoBlue.10, space = "Lab")(100),
57 pal(dichromat(colorschemes$BrowntoBlue.10),
59 pal(colorschemes$Categorical.12, main = "Categorical (12)")
60 pal(dichromat(colorschemes$Categorical.12),
62 pal(dichromat(colorschemes$Categorical.12, "protan"),
/dports/graphics/R-cran-scales/scales/R/
H A Dpal-dichromat.r22 if (!any(name == names(dichromat::colorschemes))) {
24 paste0(names(dichromat::colorschemes), collapse = ", "),
29 pal <- dichromat::colorschemes[[name]]
36 paste0("\\code{", names(dichromat::colorschemes), "}", collapse = ", ")
/dports/devel/geany-themes/geany-themes-1.24/
H A DMakefile5 THEMES = $(wildcard colorschemes/*.conf)
6 COLORSCHEME_DIR = ${HOME}/.config/geany/colorschemes
43 mkdir -p geany-themes-$(THEMES_VERSION)/colorschemes/
44 cp colorschemes/*.conf $(ARCHIVE_TEMP_DIR)/colorschemes/
H A DMAKING-A-RELEASE.md13 to `$PREFIX/share/geany/colorschemes`. Inside the repository, the
14 colorschemes are inside the `colorschemes` directory.
18 /usr/share/geany/colorschemes
23 C:\Program Files\Geany\shared\geany\colorschemes
34 `.conf` file in the `colorschemes` directory. All of the licenses are
H A DREADME.md28 Extract the tarball and copy all of the files in the `colorschemes` directory
29 to your `~/.config/geany/colorschemes/` directory. Create that directory if it
35 Extract the tarball and copy all of the files in the `colorschemes` directory
36 to your `C:\Users\YourUserName\AppData\Roaming\geany\colorschemes` directory.
43 colorschemes which you might have customized. Be sure to backup any files in
/dports/x11/terminology/terminology-1.9.0/data/colorschemes/
H A Dmeson.build24 'data', 'colorschemes', 'builder.sh'),
30 custom_target('colorschemes.eet',
37 output: 'colorschemes.eet')
/dports/sysutils/py-ranger/ranger-1.9.3/ranger/gui/
H A Dcolorscheme.py147 colorschemes = set()
151 colorschemes.add(item.rsplit('.', 1)[0])
157 colorschemes.add(item.rsplit('.', 1)[0])
158 return list(sorted(colorschemes))
/dports/sysutils/py-ranger/ranger-1.9.3/doc/
H A Dcolorschemes.md4 This text explains colorschemes and how they work.
104 you want more dynamic colorschemes (such as a different color for very large
108 Run `tc_colorscheme` to check if your colorschemes are valid.
115 - `~/.config/ranger/colorschemes/`
116 - `/path/to/ranger/colorschemes/`
122 `~/.config/ranger/colorschemes/default.py` or
123 `/path/to/ranger/colorschemes/default.py`.
133 This is done in the jungle colorscheme `ranger/colorschemes/jungle`, check it
/dports/x11/konsole/konsole-21.12.3/src/colorscheme/
H A DColorSchemeManager.cpp121 QStringList colorschemes; in listColorSchemes() local
123 colorschemes.reserve(dirs.size()); in listColorSchemes()
128 colorschemes.append(dir + QLatin1Char('/') + file); in listColorSchemes()
131 return colorschemes; in listColorSchemes()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/afterstep/start/1_Desktop/Color_Scheme/
H A D.include.in6 include "@datarootdir@/afterstep/colorschemes" ChangeColorscheme
7 include "@with_afterdir@/colorschemes" ChangeColorscheme
/dports/databases/mantis/mantisbt-2.25.2/library/
H A DREADME.md27 chartjs-plugin-colorschemes | 0.4.0 | unpatched
50 chartjs-plugin-colorschemes | https://github.com/nagix/chartjs-plugin-colorschemes/
/dports/graphics/R-cran-dichromat/dichromat/
H A DMD53 8e1336dcde2270de6c4f2e963fab372c *R/colorschemes.R
7 9609f11ec440006eed5e53c6f209275a *man/colorschemes.Rd
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/programs/table/
H A Dgchemtable-app.cc340 colorschemes["none"] = GCU_PERIODIC_COLOR_NONE; in GChemTableApp()
341 colorschemes["default"] = GCU_PERIODIC_COLOR_DEFAULT; in GChemTableApp()
345colorschemes["state"] = gcu_periodic_add_color_scheme (periodic, (GcuPeriodicColorFunc) get_state_… in GChemTableApp()
354colorschemes["family"] = gcu_periodic_add_color_scheme (periodic, (GcuPeriodicColorFunc) get_famil… in GChemTableApp()
364colorschemes["acidity"] = gcu_periodic_add_color_scheme (periodic, (GcuPeriodicColorFunc) get_acid… in GChemTableApp()
368colorschemes["electroneg"] = gcu_periodic_add_color_scheme (periodic, (GcuPeriodicColorFunc) get_e… in GChemTableApp()
370colorschemes["radius"] = gcu_periodic_add_color_scheme (periodic, (GcuPeriodicColorFunc) get_radiu… in GChemTableApp()
374colorschemes["block"] = gcu_periodic_add_color_scheme (periodic, (GcuPeriodicColorFunc) get_block_… in GChemTableApp()
455 g_object_set (G_OBJECT (periodic), "color-style", colorschemes[name], NULL); in SetColorScheme()
/dports/editors/micro/micro-2.0.10/runtime/help/
H A Dcolors.md5 * How to create colorschemes and use them.
20 Micro comes with a number of colorschemes by default. The colorschemes that you
34 applications. Default colorschemes of this type include `simple` and
42 Default 256-color colorschemes include `monokai`, `twilight`, `zenburn`,
54 True-color colorschemes in micro typically end with `-tc`, such as
59 Here is the list of colorschemes:
102 Micro's colorschemes are also extremely simple to create. The default ones can
104 [here](https://github.com/zyedidia/micro/tree/master/runtime/colorschemes).
106 Custom colorschemes should be placed in the `~/.config/micro/colorschemes`
158 Generally colorschemes which require true color terminals to look good are
[all …]
H A Dhelp.md26 `> set colorscheme ...`. You can press tab to see the available colorschemes,
27 or see more information about colorschemes and syntax highlighting with `> help
53 to create your own colorschemes or add new languages to the engine
/dports/editors/micro/micro-2.0.10/runtime/
H A DREADME.md3 …ut it may just as well be put in `~/.config/micro`. If you would like to make your own colorschemes
4 and syntax files, you can put them in `~/.config/micro/colorschemes` and `~/.config/micro/syntax` r…
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcugtk/
H A Dgcuperiodic.c45 GArray *colorschemes; member
139 …g_array_index (periodic->colorschemes, struct ColorScheme, style - GCU_PERIODIC_COLOR_MAX).page: 0; in gcu_periodic_set_property()
220 g_array_free (periodic->colorschemes, FALSE); in gcu_periodic_finalize()
304 periodic->colorschemes = g_array_new (FALSE, FALSE, sizeof (struct ColorScheme)); in gcu_periodic_init()
351 …func = g_array_index (periodic->colorschemes, struct ColorScheme, periodic->colorstyle - GCU_PERIO… in gcu_periodic_set_colors()
352 …data = g_array_index (periodic->colorschemes, struct ColorScheme, periodic->colorstyle - GCU_PERIO… in gcu_periodic_set_colors()
409 g_array_append_val (periodic->colorschemes, s); in gcu_periodic_add_color_scheme()
/dports/misc/cloc/cloc-1.90/tests/inputs/
H A Den_AU.po24 #: ../colorschemes/black-on-white.theme.in.h:1
28 #: ../colorschemes/dark-pastels.theme.in.h:1
32 #: ../colorschemes/green-on-black.theme.in.h:1
/dports/misc/py-powerline-status/powerline-2.8.2/docs/source/
H A Dconfiguration.rst11 configuration files for themes and colorschemes. All configuration files are
19 :ref:`Colorschemes <config-colorschemes>`
20 :file:`{powerline}/colorschemes/{name}.json`,
21 :file:`{powerline}/colorschemes/{extension}/__main__.json`,
22 :file:`{powerline}/colorschemes/{extension}/{name}.json`
55 .. note:: Some configuration files (i.e. themes and colorschemes) have two level
/dports/devel/geany-legacy/geany-1.37.1/data/
H A DMakefile.am2 colorschemes = \ macro
3 colorschemes/alt.conf
116 $(colorschemes) \
/dports/devel/geany/geany-1.38/data/
H A DMakefile.am2 colorschemes = \ macro
3 colorschemes/alt.conf
118 $(colorschemes) \
/dports/editors/micro/micro-2.0.10/runtime/syntax/
H A DREADME.md13 You can read more about how to write syntax files (and colorschemes) in the [colors](../help/colors…
40 # Using with colorschemes
44 Here is a list of the files that have been converted to properly use colorschemes:
/dports/sysutils/py-ranger/ranger-1.9.3/
H A DHACKING.md75 Adding colorschemes
78 * Copy `ranger/colorschemes/default.py` to `ranger/colorschemes/myscheme.py`
80 `ranger.colorschemes.default.Default` and override the `use` method, as it is
/dports/misc/solarized/solarized/
H A DCHANGELOG.mkd27 * \[UPDATED\] **iTerm2 colorschemes**
33 * \[UPDATED\] **Mutt mail client colorschemes**
137 * iTerm2 colorschemes
138 * Mutt mail client colorschemes

123456789