/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | colors.scss | 2 $color--blue-100: #1B2834; 3 $color--blue-50: #1D3458; 4 $color--blue-40: #2D60E5; 5 $color--blue-30: #7295F1; 6 $color--blue-20: #CCD7F4; 7 $color--blue-10: #EFF2FB; 9 $color--grey-100: #333333; 10 $color--grey-80: #666666; 11 $color--grey-60: #999999; 12 $color--grey-40: #CCCCCC; [all …]
|
H A D | buttons.scss | 21 type (.btn-primary, .btn-secondary) will provide color 31 border-color: transparent; 80 background-color: $btn-primary__bg; 81 border-color: $btn-primary__bg; 82 color: $btn-primary__txt; 84 background-color: $btn-primary__bg--hover; 85 border-color: $btn-primary__bg--hover; 90 border-color: $btn-primary__bg--disabled; 91 color: $btn-primary__txt--disabled; 107 background-color: $btn-secondary__bg; [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | color.c | 13 static int __color_vsnprintf(char *bf, size_t size, const char *color, in __color_vsnprintf() argument 28 if (perf_use_color_default && *color) in __color_vsnprintf() 29 r += scnprintf(bf, size, "%s", color); in __color_vsnprintf() 31 if (perf_use_color_default && *color) in __color_vsnprintf() 39 static int __color_vfprintf(FILE *fp, const char *color, const char *fmt, in __color_vfprintf() argument 54 if (perf_use_color_default && *color) in __color_vfprintf() 55 fprintf(fp, "%s", color); in __color_vfprintf() 57 if (perf_use_color_default && *color) in __color_vfprintf() 62 int color_vsnprintf(char *bf, size_t size, const char *color, in color_vsnprintf() argument 65 return __color_vsnprintf(bf, size, color, fmt, args, NULL); in color_vsnprintf() [all …]
|
/openbmc/webui-vue/src/assets/styles/bmc/custom/ |
H A D | _alert.scss | 5 color: gray("800"); 48 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"); [all …]
|
H A D | _toasts.scss | 19 background-color: inherit!important; //override specificity 21 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; [all …]
|
H A D | _forms.scss | 7 color: gray("700")!important; 12 color: gray("800"); 24 border-color: gray("500") !important; 25 background-color: gray("100"); 34 color: theme-color("dark"); 35 background-color: gray("100"); 39 background-color: gray("400"); 40 color: gray("600"); 43 color: gray("600"); 47 border: 1px solid theme-color("danger") !important; [all …]
|
H A D | _buttons.scss | 15 color: gray("600"); 19 border-color: gray("400"); 20 background-color: gray("400"); 29 border-color: $white; 30 box-shadow: inset 0 0 0 3px theme-color('primary'), inset 0 0 0 5px $white; 38 border-color: $white; 39 box-shadow: inset 0 0 0 3px theme-color('secondary'), inset 0 0 0 5px $white; 46 fill: theme-color("primary"); 49 background-color: gray("200"); 50 color: theme-color("primary"); [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | qunit-1.18.0.css | 1 …color:#8699A4;background-color:#0D3349;font-size:1.5em;line-height:1em;font-weight:400;border-radi…
|
H A D | bootstrap.min.css | 5 …color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-we…
|
H A D | bootstrap.css | 46 background-color: transparent; 67 color: #000; 118 color: inherit; 195 color: #000 !important; 246 border-top-color: #000 !important; 256 background-color: #fff !important; 1011 .glyphicon-text-color:before { 1082 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 1088 color: #333; 1089 background-color: #fff; [all …]
|
/openbmc/u-boot/test/py/ |
H A D | multiplexed_log.css | 10 * - color highlighting of various messages. 14 background-color: black; 15 color: #ffffff; 24 color: #808080; 29 border-color: #303030; 35 background-color: #303030; 49 color: #ff0000 53 color: #ffff00 57 color: #808080 61 color: #8080ff [all …]
|
/openbmc/phosphor-webui/app/access-control/styles/ |
H A D | ldap.scss | 8 background-color: $base-02--06; 17 border-left: 1px solid $border-color-01; 37 color: $primary-dark; 47 color: $base-02--02 !important; 65 background-color: $primary-light; 69 color: $base-02--03; 70 border-color: $border-color-02; 85 color: $base-02--02; 96 color: $base-02--02; 105 color: $primary-dark; [all …]
|
/openbmc/linux/drivers/video/fbdev/sis/ |
H A D | sis_accel.h | 190 #define SiS300SetupPATFG(color) \ argument 192 MMIO_OUT32(ivideo->mmio_vbase, BR(7), color);\ 195 #define SiS300SetupPATBG(color) \ argument 197 MMIO_OUT32(ivideo->mmio_vbase, BR(8), color);\ 200 #define SiS300SetupSRCFG(color) \ argument 202 MMIO_OUT32(ivideo->mmio_vbase, BR(9), color);\ 205 #define SiS300SetupSRCBG(color) \ argument 207 MMIO_OUT32(ivideo->mmio_vbase, BR(10), color);\ 214 #define SiS300SetupSRCTrans(color) \ argument 216 MMIO_OUT32(ivideo->mmio_vbase, 0x8224, color);\ [all …]
|
/openbmc/qemu/ui/ |
H A D | vnc-palette.c | 33 uint32_t color, unsigned int hash) in palette_find() argument 38 if (entry->color == color) { in palette_find() 76 int palette_put(VncPalette *palette, uint32_t color) in palette_put() argument 82 hash = palette_hash(color, palette->bpp) % VNC_PALETTE_HASH_SIZE; in palette_put() 83 entry = palette_find(palette, color, hash); in palette_put() 90 entry->color = color; in palette_put() 98 int palette_idx(const VncPalette *palette, uint32_t color) in palette_idx() argument 103 hash = palette_hash(color, palette->bpp) % VNC_PALETTE_HASH_SIZE; in palette_idx() 104 entry = palette_find(palette, color, hash); in palette_idx() 114 void (*iter)(int idx, uint32_t color, void *opaque), in palette_iter() argument [all …]
|
/openbmc/phosphor-webui/app/common/styles/elements/ |
H A D | alerts.scss | 3 background-color: $accent-04--02; 4 border-color: $accent-04--01; 6 color: $primary-dark; 10 background-color: $accent-03--03; 11 border-color: $accent-03--02; 13 color: $primary-dark; 21 background-color: $background-02; 44 background-color: $background-02; 45 border-color: $border-color-01; 49 background-color: $accent-03--03; [all …]
|
/openbmc/webui-vue/src/components/AppNavigation/ |
H A D | AppNavigation.vue | 172 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'); 188 color: $white; 194 background-color: theme-color('secondary'); 195 color: theme-color('light'); [all …]
|
/openbmc/webui-vue/docs/.vuepress/components/colors/ |
H A D | greens.vue | 3 <div class="color-tile-container"> 4 <div v-for="color in colors"> 6 :style="{ backgroundColor: color.hex }" 7 :class="{ 'color-tile--border': color.border }" 8 class="color-tile" 10 <dl class="color-tile-desc"> 12 <dd>${{ color.variable }}</dd> 14 <dl class="color-tile-desc"> 16 <dd>{{ color.hex }}</dd>
|
H A D | yellows.vue | 3 <div class="color-tile-container"> 4 <div v-for="color in colors"> 6 :style="{ backgroundColor: color.hex }" 7 :class="{ 'color-tile--border': color.border }" 8 class="color-tile" 10 <dl class="color-tile-desc"> 12 <dd>${{ color.variable }}</dd> 14 <dl class="color-tile-desc"> 16 <dd>{{ color.hex }}</dd>
|
H A D | blues.vue | 3 <div class="color-tile-container"> 4 <div v-for="color in colors"> 6 :style="{ backgroundColor: color.hex }" 7 :class="{ 'color-tile--border': color.border }" 8 class="color-tile" 10 <dl class="color-tile-desc"> 12 <dd>${{ color.variable }}</dd> 14 <dl class="color-tile-desc"> 16 <dd>{{ color.hex }}</dd>
|
H A D | reds.vue | 3 <div class="color-tile-container"> 4 <div v-for="color in colors"> 6 :style="{ backgroundColor: color.hex }" 7 :class="{ 'color-tile--border': color.border }" 8 class="color-tile" 10 <dl class="color-tile-desc"> 12 <dd>${{ color.variable }}</dd> 14 <dl class="color-tile-desc"> 16 <dd>{{ color.hex }}</dd>
|
H A D | grays.vue | 3 <div class="color-tile-container"> 4 <div v-for="color in colors"> 6 :style="{ backgroundColor: color.hex }" 7 :class="{ 'color-tile--border': color.border }" 8 class="color-tile" 10 <dl class="color-tile-desc"> 12 <dd>${{ color.variable }}</dd> 14 <dl class="color-tile-desc"> 16 <dd>{{ color.hex }}</dd>
|
/openbmc/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_disp_color.c | 48 struct mtk_disp_color *color = dev_get_drvdata(dev); in mtk_color_clk_enable() local 50 return clk_prepare_enable(color->clk); in mtk_color_clk_enable() 55 struct mtk_disp_color *color = dev_get_drvdata(dev); in mtk_color_clk_disable() local 57 clk_disable_unprepare(color->clk); in mtk_color_clk_disable() 64 struct mtk_disp_color *color = dev_get_drvdata(dev); in mtk_color_config() local 66 mtk_ddp_write(cmdq_pkt, w, &color->cmdq_reg, color->regs, DISP_COLOR_WIDTH(color)); in mtk_color_config() 67 mtk_ddp_write(cmdq_pkt, h, &color->cmdq_reg, color->regs, DISP_COLOR_HEIGHT(color)); in mtk_color_config() 72 struct mtk_disp_color *color = dev_get_drvdata(dev); in mtk_color_start() local 75 color->regs + DISP_COLOR_CFG_MAIN); in mtk_color_start() 76 writel(0x1, color->regs + DISP_COLOR_START(color)); in mtk_color_start()
|
/openbmc/webui-vue/docs/customization/ |
H A D | theme.md | 110 variable will change the background color for the following elements: 122 The semantic naming of this variable identifies its purpose. This color should 129 Supporting a different color palette is a simple process. The default color 130 palette is supported using the Sass variables outlined in the color guidelines 131 and color maps outlined in the theme's overview. The following sections provide 138 overrides. There are three Sass maps created to establish the color palette. 139 These include the `color` map, `theme-color` map, and `gray` map. These maps are 147 Adding, removing, or updating the color variables and map is how the application 148 color palette can be customized. Using these variables outside of the helper 152 The `color` map is not as important as the `theme-color` map. A tight-coupling [all …]
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-echo.dts | 155 color = <LED_COLOR_ID_RGB>; 161 color = <LED_COLOR_ID_GREEN>; 168 color = <LED_COLOR_ID_BLUE>; 175 color = <LED_COLOR_ID_RED>; 182 color = <LED_COLOR_ID_RGB>; 188 color = <LED_COLOR_ID_GREEN>; 195 color = <LED_COLOR_ID_BLUE>; 202 color = <LED_COLOR_ID_RED>; 209 color = <LED_COLOR_ID_RGB>; 215 color = <LED_COLOR_ID_GREEN>; [all …]
|
/openbmc/ipmitool/contrib/ |
H A D | create_webpage_compact.sh | 37 color[0]="2020FF" 38 color[1]="20FF20" 39 color[2]="FF2020" 40 color[3]="FF21FF" 41 color[4]="21FFFF" 42 color[5]="FFFF21" 43 color[6]="8F21FF" 44 color[7]="21FF8F" 45 color[8]="FF8F21" 46 color[9]="FF2190" [all …]
|