Home
last modified time | relevance | path

Searched refs:theme (Results 1 – 25 of 140) sorted by relevance

123456

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/
H A D0001-Make-themes-build-optional.patch24 +option('spinfinity-theme',
27 + description: 'Build with spinfinity theme',
29 +option('fade-in-theme',
32 + description: 'Build with fade-in theme',
34 +option('text-theme',
37 + description: 'Build with text theme',
39 +option('details-theme',
42 + description: 'Build with details theme',
44 +option('solar-theme',
47 + description: 'Build with solar theme',
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/
H A Dplymouth_24.004.60.bb58 # theme configs
59 PACKAGECONFIG[spinfinity] = "-Dspinfinity-theme=true,-Dspinfinity-theme=false"
60 PACKAGECONFIG[fade-in] = "-Dfade-in-theme=true,-Dfade-in-theme=false"
61 PACKAGECONFIG[text] = "-Dtext-theme=true,-Dtext-theme=false"
62 PACKAGECONFIG[details] = "-Ddetails-theme=true,-Ddetails-theme=false"
63 PACKAGECONFIG[solar] = "-Dsolar-theme
[all...]
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_alert.scss48 border-left-color: theme-color("info");
49 background-color: theme-color-light("info");
50 fill: theme-color("info");
54 border-left-color: theme-color("success");
55 background-color: theme-color-light("success");
56 fill: theme-color("success");
60 border-left-color: theme-color("danger");
61 background-color: theme-color-light("danger");
62 fill: theme-color("danger");
66 border-left-color: theme-color("warning");
[all …]
H A D_toasts.scss21 color: theme-color("dark")!important; //override specificity
39 color: theme-color("dark");
44 border-left-color: theme-color("success")!important;
45 background-color: theme-color-light("success")!important;
49 border-left-color: theme-color("info")!important;
50 background-color: theme-color-light("info")!important;
54 border-left-color: theme-color("danger")!important;
55 background-color: theme-color-light("danger")!important;
59 border-left-color: theme-color("warning")!important;
60 background-color: theme-color-light("warning")!important;
H A D_buttons.scss30 box-shadow: inset 0 0 0 3px theme-color('primary'), inset 0 0 0 5px $white;
39 box-shadow: inset 0 0 0 3px theme-color('secondary'), inset 0 0 0 5px $white;
46 fill: theme-color("primary");
50 color: theme-color("primary");
56 box-shadow: inset 0 0 0 2px theme-color("primary");
57 color: theme-color("primary");
H A D_forms.scss34 color: theme-color("dark");
47 border: 1px solid theme-color("danger") !important;
54 color: theme-color("dark") !important;
98 box-shadow: 0 0 0 2px theme-color("primary");
115 color: theme-color("primary");
H A D_tables.scss40 color: theme-color("dark");
61 background-color: theme-color("light");
86 fill: theme-color("dark");
94 box-shadow: inset 0 0 0 2px theme-color('primary') !important;
97 background-color: theme-color-dark('light');
/openbmc/openbmc/poky/meta/recipes-gnome/gnome/
H A Dadwaita-icon-theme_47.0.bb1 SUMMARY = "GTK+ icon theme"
2 DESCRIPTION = "The Adwaita icon theme is the default icon theme of the GNOME desktop \
3 This package package contains an icon theme for Gtk+ 3 applications."
4 HOMEPAGE = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
5 BUGTRACKER = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/issues"
21 RREPLACES:${PN} = "gnome-icon-theme"
22 RCONFLICTS:${PN} = "gnome-icon-theme"
23 RPROVIDES:${PN} = "gnome-icon-theme"
27 FILES:${PN}-doc += "${datadir}/licenses/adwaita-icon-theme"
/openbmc/webui-vue/docs/guide/guidelines/
H A Dcolors.md9 - [Learn more about theme customization](/customization/theme/)
12 …re about Bootstrap colors](https://getbootstrap.com/docs/4.4/getting-started/theming/#theme-colors)
38 `theme-colors` map colors.
45 The theme colors are keys in the `theme-colors` map. Bootstrap-Vue has a variant
46 prop that accepts any of the `theme-colors` keys to set the theme of a
49 [Learn more about the Bootstrap theme-colors maps](https://getbootstrap.com/docs/4.0/getting-starte…
51 <colors-theme/>
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-art/rodent-icon-theme/
H A Drodent-icon-theme_5.0.bb1 SUMMARY = "Rodent-icon-theme (was xfce4-icon-theme) is a svg icon theme"
12 RREPLACES:${PN} += "xfce4-icon-theme"
13 RPROVIDES:${PN} += "xfce4-icon-theme"
14 RCONFLICTS:${PN} += "xfce4-icon-theme"
/openbmc/openbmc/poky/meta/recipes-gnome/hicolor-icon-theme/
H A Dhicolor-icon-theme_0.18.bb1 SUMMARY = "Default icon theme that all icon themes automatically inherit from"
2 DESCRIPTION = "The hicolor-icon-theme package contains a default fallback \
3 theme for implementations of the icon theme specification."
4 HOMEPAGE = "https://www.freedesktop.org/wiki/Software/icon-theme"
10 SRC_URI = "https://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
/openbmc/webui-vue/src/assets/styles/bmc/helpers/
H A D_functions.scss2 // theme variant color to use as a background color
3 @function theme-color-light($variant) {
4 @return theme-color-level($variant, -11.3);
7 @function theme-color-dark($variant) {
8 @return theme-color-level($variant, 2);
/openbmc/webui-vue/src/components/AppNavigation/
H A DAppNavigation.vue172 color: theme-color('secondary');
175 background-color: theme-color-level(dark, -10.5);
176 color: theme-color('dark');
180 background-color: theme-color-level(light, 0);
181 box-shadow: inset 0 0 0 2px theme-color('primary');
182 color: theme-color('dark');
187 background-color: theme-color('secondary');
194 background-color: theme-color('secondary');
195 color: theme-color('light');
206 background-color: theme-color('primary');
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gnome-themes/
H A Dgnome-themes-extra_3.28.bb36 # There could be gnome-theme-highcontrast as well but that requires
38 PACKAGES += "gnome-theme-adwaita \
39 gnome-theme-adwaita-dark \
42 FILES:gnome-theme-adwaita = "${datadir}/themes/Adwaita \
45 FILES:gnome-theme-adwaita-dark = "${datadir}/themes/Adwaita-dark"
46 RDEPENDS:gnome-theme-adwaita-dark = "gnome-theme-adwaita"
/openbmc/openbmc/poky/meta/recipes-sato/matchbox-sato/
H A Dmatchbox-session-sato_0.1.bb9 RDEPENDS:${PN} = "formfactor matchbox-theme-sato matchbox-panel-2 matchbox-desktop matchbox-session…
17 # The matchbox-theme-sato requires x11 in DISTRO_FEATURES
21 file://index.theme"
26 FILES:${PN} += "${datadir}/themes/Sato/index.theme"
40 install -D ${S}/index.theme ${D}/${datadir}/themes/Sato/index.theme
52 set_value string theme Adwaita
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-art/xfwm4-themes/
H A Dxfwm4-themes_4.10.0.bb11 # using xfwm4-theme as in xfwm4 might cause warnings of packages supplied by
12 # multiple providers. So we use xfwm4-old-theme here.
15 do_split_packages(d, themedir, '^(.*)', 'xfwm4-old-theme-%s', 'XFWM4 theme %s', allow_dirs=True)
18 PACKAGES_DYNAMIC += "^xfwm4-old-theme-.*"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/faenza-icon-theme/
H A Dfaenza-icon-theme_1.3.bb1 DESCRIPTION = "An icon theme for Gnome"
4 HOMEPAGE = "http://code.google.com/p/faenza-icon-theme/"
17 for theme in `find -name 'Faenza*.tar.gz'`; do
18 tar -xf ${theme} -C ${D}${datadir}/icons
20 tar -xf emesene-faenza-theme.tar.gz -C ${D}${datadir}
/openbmc/webui-vue/docs/customization/
H A Dtheme.md131 and color maps outlined in the theme's overview. The following sections provide
139 These include the `color` map, `theme-color` map, and `gray` map. These maps are
145 in `/src/assets/styles/bmc/helpers/_variables.scss`. The OpenBMC theme only
149 files is discouraged to avoid tightly coupling the OpenBMC Web UI theme to
152 The `color` map is not as important as the `theme-color` map. A tight-coupling
159 The theme color variables and the `theme-color` map consist of a subset of the
162 `theme-color` map keys are required to generate the CSS styles. The OpenBMC Web
163 UI `theme-color` map has the same keys as the Bootstrap `theme-color` map with
166 The `theme-color` map is used heavily throughout the application. The
167 Bootstrap-Vue components `variant` prop also utilizes the `theme-color` map.
[all …]
H A Dreadme.md66 variables that establish the custom theme of the application.
151 $theme-colors: (
170 `theme-color-light` and `theme-color-dark` are custom functions used to create
178 // theme variant color to use as a background color
179 @function theme-color-light($variant) {
180 @return theme-color-level($variant, -11.3);
183 @function theme-color-dark($variant) {
184 @return theme-color-level($variant, 2);
196 box-shadow: inset 0 0 0 2px theme-color('primary') !important;
199 background-color: theme-color-dark('light');
[all …]
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfwm4/
H A Dxfwm4_4.19.0.bb
/openbmc/webui-vue/src/components/Global/
H A DStatusIcon.vue44 color: theme-color('info');
47 color: theme-color('success');
50 color: theme-color('danger');
57 color: theme-color('warning');
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/
H A Dopenbox_3.6.1.bb38 PACKAGES_DYNAMIC += "^${PN}-theme-.*"
42 theme_name = d.expand('${PN}-theme-%s')
43 …do_split_packages(d, theme_dir, '(.*)', theme_name, '${PN} theme for %s', extra_depends='', allow_…
61 RDEPENDS:${PN} += "${PN}-core ${PN}-config ${PN}-theme-clearlooks python3 python3-shell pyxdg"
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dsetup.sh247 if [ "$theme" = "" ]; then
248 theme=`cat "$wadir/defaulttheme" 2>/dev/null`
252 if [ "$theme" != "" ] && [ "$oldthemeline" = "" ] && [ -d "$wadir/$theme" ]; then
253 themelist=$theme
260 if [ "$overlay" != "" ] && [ "$theme" != "" ] && [ -d "$wadir/$overlay" ]; then
/openbmc/openbmc/poky/meta-poky/conf/distro/include/
H A Dpoky-floating-revisions.inc15 matchbox-theme-sato \
19 sato-icon-theme \
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/packagegroups/
H A Dpackagegroup-xfce-extended.bb16 xfwm4-theme-daloa \
17 xfwm4-theme-kokodi \
18 xfwm4-theme-moheli \

123456