/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 | 31 border-color: transparent; 80 background-color: $btn-primary__bg; 81 border-color: $btn-primary__bg; 82 color: $btn-primary__txt; 108 border-color: $btn-secondary__txt; 109 color: $btn-secondary__txt; 113 color: $btn-secondary__txt--hover; 137 background-color: $btn-tertiary__bg; 138 border-color: $btn-tertiary__bg; 139 color: $btn-tertiary__txt; [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | color.c | 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() 54 if (perf_use_color_default && *color) in __color_vfprintf() 55 fprintf(fp, "%s", color); in __color_vfprintf() 104 if (!*color) in color_fwrite_lines() 134 color = PERF_COLOR_RED; in get_percent_color() 137 color = PERF_COLOR_GREEN; in get_percent_color() 139 return color; in get_percent_color() 145 const char *color; in percent_color_fprintf() local [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"); 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.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"); 34 color: theme-color("dark"); 40 color: gray("600"); 43 color: gray("600"); 54 color: theme-color("dark") !important; 63 background-color: $white; 69 color: gray("600"); 82 background-color: $black; 83 border-color: $black; [all …]
|
H A D | _buttons.scss | 15 color: gray("600"); 19 border-color: gray("400"); 20 background-color: gray("400"); 29 border-color: $white; 38 border-color: $white; 46 fill: theme-color("primary"); 49 background-color: gray("200"); 50 color: theme-color("primary"); 53 background-color: gray("300"); 56 box-shadow: inset 0 0 0 2px theme-color("primary"); [all …]
|
/openbmc/u-boot/test/py/ |
H A D | multiplexed_log.css | 15 color: #ffffff; 24 color: #808080; 49 color: #ff0000 53 color: #ffff00 57 color: #808080 61 color: #8080ff 65 color: #8080ff 69 color: #00ff00 73 color: #ffff00 77 color: #ffff00 [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.css | 67 color: #000; 118 color: inherit; 1088 color: #333; 1218 color: #777; 1338 color: #777; 1376 color: #fff; 1495 color: #777; 1547 color: #fff; 1566 color: #333; 2258 color: #777; [all …]
|
/openbmc/phosphor-webui/app/access-control/styles/ |
H A D | ldap.scss | 8 background-color: $base-02--06; 37 color: $primary-dark; 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; 112 color: $primary-dark; 143 color: $base-01--03; 153 color: $base-02--02; [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/qemu/ui/ |
H A D | vnc-palette.c | 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 104 entry = palette_find(palette, color, hash); in palette_idx() 122 iter(entry->idx, entry->color, opaque); in palette_iter() 136 return entry->color; in palette_color() 145 static void palette_fill_cb(int idx, uint32_t color, void *opaque) in palette_fill_cb() argument [all …]
|
/openbmc/linux/drivers/video/fbdev/sis/ |
H A D | sis_accel.h | 190 #define SiS300SetupPATFG(color) \ argument 195 #define SiS300SetupPATBG(color) \ argument 200 #define SiS300SetupSRCFG(color) \ argument 205 #define SiS300SetupSRCBG(color) \ argument 214 #define SiS300SetupSRCTrans(color) \ argument 220 #define SiS300SetupDSTTrans(color) \ argument 320 #define SiS310SetupPATFG(color) \ argument 325 #define SiS310SetupPATBG(color) \ argument 330 #define SiS310SetupSRCFG(color) \ argument 335 #define SiS310SetupSRCBG(color) \ argument [all …]
|
/openbmc/webui-vue/docs/.vuepress/components/colors/ |
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 | 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 | 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 | 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 | 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/Documentation/devicetree/bindings/display/mediatek/ |
H A D | mediatek,color.yaml | 7 title: Mediatek display color processor 26 - mediatek,mt2701-disp-color 27 - mediatek,mt8167-disp-color 28 - mediatek,mt8173-disp-color 31 - mediatek,mt7623-disp-color 32 - mediatek,mt2712-disp-color 36 - mediatek,mt6795-disp-color 37 - mediatek,mt8183-disp-color 38 - mediatek,mt8186-disp-color 39 - mediatek,mt8188-disp-color [all …]
|
/openbmc/webui-vue/src/components/AppNavigation/ |
H A D | AppNavigation.vue | 172 color: theme-color('secondary'); 176 color: theme-color('dark'); 180 background-color: theme-color-level(light, 0); 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'); 211 background-color: theme-color('secondary'); 212 color: theme-color('light'); [all …]
|
/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/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 …]
|
/openbmc/webui-vue/docs/customization/ |
H A D | theme.md | 129 Supporting a different color palette is a simple process. The default color 139 These include the `color` map, `theme-color` map, and `gray` map. These maps are 152 The `color` map is not as important as the `theme-color` map. A tight-coupling 153 of the Sass variable name to the color name makes it hard to use the `color` map 159 The theme color variables and the `theme-color` map consist of a subset of the 160 color variables. This smaller color palette creates a scheme that is not 163 UI `theme-color` map has the same keys as the Bootstrap `theme-color` map with 175 dark. Bootstrap sets a default gray color value for each color variable from 187 - `color('<color map key>)` 188 - `theme-color('<theme color map key>)` [all …]
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | highmem.h | 39 static inline unsigned int get_next_pkmap_nr(unsigned int color) in get_next_pkmap_nr() argument 41 last_pkmap_nr_arr[color] = in get_next_pkmap_nr() 42 (last_pkmap_nr_arr[color] + DCACHE_N_COLORS) & LAST_PKMAP_MASK; in get_next_pkmap_nr() 43 return last_pkmap_nr_arr[color] + color; in get_next_pkmap_nr() 46 static inline int no_more_pkmaps(unsigned int pkmap_nr, unsigned int color) in no_more_pkmaps() argument 51 static inline int get_pkmap_entries_count(unsigned int color) in get_pkmap_entries_count() argument 58 static inline wait_queue_head_t *get_pkmap_wait_queue_head(unsigned int color) in get_pkmap_wait_queue_head() argument 60 return pkmap_map_wait_arr + color; in get_pkmap_wait_queue_head()
|