/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | colors.scss | 27 $color--yellow-70: #DB7C00; 28 $color--yellow-50: #FEDF39; 29 $color--yellow-20: #FFF8E4; 30 $color--yellow-10: #FFF8E4; 59 $accent-03--01: $color--yellow-70; 60 $accent-03--02: $color--yellow-50; 61 $accent-03--03: $color--yellow-20; 97 $notification-warn--dark: $color--yellow-50; 98 $notification-warn--light: $color--yellow-10;
|
/openbmc/webui-vue/src/assets/styles/bmc/helpers/ |
H A D | _colors.scss | 8 $yellow-500: #efc100; 24 $yellow: $yellow-500; variable 35 $warning: $yellow;
|
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-ncplite/leds/ncplite-led/ |
H A D | ncplite-led.sh | 34 #Solid Yellow 42 #Blink Yellow 61 #Blink Yellow 78 #Blink Yellow
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/ |
H A D | Physical.interface.yaml | 60 - name: Yellow 62 LED can emit Yellow color.
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/ |
H A D | 0004-dev_setup.sh-Ignore-missing-package-manager.patch | 17 echo -e "${YELLOW}Could not find package manager 18 …${YELLOW}Make sure to manually install:$BLUE git python3 python-setuptools python-venv pygobject l…
|
H A D | 0003-dev_setup.sh-Remove-the-TERM-dependency.patch | 26 - YELLOW=$(tput setaf 3) 28 - HIGHLIGHT=$YELLOW
|
H A D | 0002-dev_setup.sh-Remove-the-git-dependency.patch | 16 @@ -340,10 +340,6 @@ ${YELLOW}Make sure to manually install:$BLUE git python3 python-setuptools pyt…
|
/openbmc/webui-vue/docs/.vuepress/components/colors/ |
H A D | all.vue | 44 name: 'yellow', 45 variable: '$yellow-500',
|
H A D | yellows.vue | 29 variable: 'yellow-500',
|
H A D | theme.vue | 61 variable: 'yellow',
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light/ |
H A D | classic-light.xml | 46 <color name="yellow" value="#FFFF00"/> 67 <style name="search-match" background="yellow"/> 90 <style name="def:warning" background="yellow"/> 91 <style name="def:note" foreground="blue" background="yellow" bold="true"/>
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_bitblt.c | 20 static const struct efi_gop_pixel YELLOW = { 0, 255, 255, 0}; variable 149 ellipse(x, y, 121, 11, 159, 59, YELLOW, &pix); in setup() 178 ellipse(x, y, 84, 62, 104, 77, YELLOW, &pix); in setup() 184 * ellipse(x, y, 124, 62, 144, 77, YELLOW, &pix); in setup() 189 ellipse(x, y, 164, 62, 184, 77, YELLOW, &pix); in setup() 294 efi_st_printf("The submarine should have three yellow port holes.\n"); in execute()
|
/openbmc/webui-vue/docs/customization/ |
H A D | readme.md | 99 $yellow-500: #efc100; 119 $yellow: $yellow-500; 129 "yellow": $yellow, 145 $warning: $yellow;
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
H A D | lircd.conf | 52 YELLOW 0x28 123 YELLOW 0x827d 191 YELLOW 0x102F
|
/openbmc/u-boot/doc/device-tree-bindings/serial/ |
H A D | sandbox-serial.txt | 12 "black", "red", "green", "yellow", "blue", "megenta", "cyan",
|
/openbmc/webui-vue/src/env/assets/styles/ |
H A D | _ibm.scss | 44 $yellow: #F1C21B; variable 49 $warning: $yellow;
|
H A D | _intel.scss | 32 $yellow: #f3d54e; variable
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | format-code.sh | 100 YELLOW="\e[33m" 106 YELLOW="" 393 echo -e " ${YELLOW}${TITLE}:${NORMAL} cannot find ${EXE}" 408 echo -e " ${YELLOW}${TITLE}:${NORMAL} cannot find ${CONFIG}; using ${FALLBACK}" 411 echo -e " ${YELLOW}${TITLE}:${NORMAL} cannot find config ${CONFIG}" 480 echo -e " ${YELLOW}${op}:${NORMAL} all applicable files are on ignore-lists"
|
/openbmc/u-boot/drivers/led/ |
H A D | Kconfig | 341 bool "Enable yellow LED" 343 Enable yellow status LED. 348 int "Yellow LED identification"
|
/openbmc/u-boot/tools/patman/ |
H A D | tout.py | 70 col = _color.YELLOW if warning else _color.GREEN 116 _Output(1, msg, _color.YELLOW)
|
H A D | checkpatch.py | 135 msg_type = col.Color(col.YELLOW, msg_type) 169 color = col.YELLOW
|
/openbmc/u-boot/drivers/demo/ |
H A D | demo-pdata.c | 19 .colour = "yellow",
|
/openbmc/u-boot/cmd/ |
H A D | legacy_led.c | 52 { "yellow", CONFIG_LED_STATUS_YELLOW, yellow_led_off, yellow_led_on, 176 "yellow|"
|
/openbmc/webui-vue/docs/guide/guidelines/ |
H A D | colors.md | 5 values, along with additional blue, green, red, and yellow color variables used
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | msg.py | 54 BASECOLOR, BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = list(range(29,38)) 64 WARNING : YELLOW, 65 WARNONCE : YELLOW,
|