Home
last modified time | relevance | path

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

12345678910>>...308

/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/themes/pmahomme/css/
H A Dicons.css.php10 $theme->getImgPath('designer/left_panel_butt.png');
30 .ic_b_browse { background-image: url('<?= $theme->getImgPath('b_browse.png'); ?>'); }
32 .ic_b_chart { background-image: url('<?= $theme->getImgPath('b_chart.png'); ?>'); }
33 .ic_b_close { background-image: url('<?= $theme->getImgPath('b_close.png'); ?>'); }
38 .ic_b_docs { background-image: url('<?= $theme->getImgPath('b_docs.png'); ?>'); }
40 .ic_b_drop { background-image: url('<?= $theme->getImgPath('b_drop.png'); ?>'); }
41 .ic_b_edit { background-image: url('<?= $theme->getImgPath('b_edit.png'); ?>'); }
137 .ic_eye { background-image: url('<?= $theme->getImgPath('eye.png'); ?>'); }
139 .ic_hide { background-image: url('<?= $theme->getImgPath('hide.png'); ?>'); }
155 .ic_play { background-image: url('<?= $theme->getImgPath('play.png'); ?>'); }
[all …]
/dports/x11-wm/awesome/awesome-4.3/themes/gtk/
H A Dtheme.lua96 theme.gtk.bold_font = theme.gtk.font_family .. ' Bold ' .. theme.gtk.font_size
104 theme.font = theme.gtk.font_family .. ' ' .. theme.gtk.font_size
106 theme.bg_normal = theme.gtk.bg_color
107 theme.fg_normal = theme.gtk.fg_color
118 theme.bg_minimize = mix(theme.wibar_fg, theme.wibar_bg, 0.3)
119 theme.fg_minimize = mix(theme.wibar_fg, theme.wibar_bg, 0.9)
121 theme.bg_systray = theme.wibar_bg
147 theme.tasklist_fg_normal = theme.wibar_fg
148 theme.tasklist_bg_normal = theme.wibar_bg
289 theme = theme_assets.recolor_layout(theme, theme.wibar_fg)
[all …]
/dports/devel/godot/godot-3.2.3-stable/scene/resources/default_theme/
H A Ddefault_theme.cpp213 theme->set_font("font", "Button", default_font); in fill_default_theme()
380 theme->set_font("font", "Label", default_font); in fill_default_theme()
394 theme->set_stylebox("focus", "LineEdit", focus); in fill_default_theme()
424 theme->set_stylebox("focus", "TextEdit", focus); in fill_default_theme()
626 theme->set_stylebox("bg_focus", "Tree", focus); in fill_default_theme()
629 theme->set_stylebox("cursor", "Tree", focus); in fill_default_theme()
647 theme->set_font("font", "Tree", default_font); in fill_default_theme()
662 theme->set_constant("draw_guides", "Tree", 1); in fill_default_theme()
721 theme->set_stylebox("panel", "Tabs", tc_sb); in fill_default_theme()
731 theme->set_font("font", "Tabs", default_font); in fill_default_theme()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/default_theme/
H A Ddefault_theme.cpp213 theme->set_font("font", "Button", default_font); in fill_default_theme()
380 theme->set_font("font", "Label", default_font); in fill_default_theme()
394 theme->set_stylebox("focus", "LineEdit", focus); in fill_default_theme()
424 theme->set_stylebox("focus", "TextEdit", focus); in fill_default_theme()
626 theme->set_stylebox("bg_focus", "Tree", focus); in fill_default_theme()
629 theme->set_stylebox("cursor", "Tree", focus); in fill_default_theme()
647 theme->set_font("font", "Tree", default_font); in fill_default_theme()
662 theme->set_constant("draw_guides", "Tree", 1); in fill_default_theme()
721 theme->set_stylebox("panel", "Tabs", tc_sb); in fill_default_theme()
731 theme->set_font("font", "Tabs", default_font); in fill_default_theme()
[all …]
/dports/games/chapping/chapping-0.43-source/game/
H A Dteam.cpp42 theme->stadium_y+theme->stadium_h*theme->cap_left_1_y)); in init()
45 theme->stadium_y+theme->stadium_h*theme->cap_left_2_y)); in init()
48 theme->stadium_y+theme->stadium_h*theme->cap_left_3_y)); in init()
51 theme->stadium_y+theme->stadium_h*theme->cap_left_4_y)); in init()
54 theme->stadium_y+theme->stadium_h*theme->cap_left_5_y)); in init()
57 theme->stadium_y+theme->stadium_h*theme->cap_left_6_y)); in init()
60 theme->stadium_y+theme->stadium_h*theme->cap_left_7_y)); in init()
63 theme->stadium_y+theme->stadium_h*theme->cap_left_8_y)); in init()
66 theme->stadium_y+theme->stadium_h*theme->cap_left_9_y)); in init()
69 theme->stadium_y+theme->stadium_h*theme->cap_left_10_y)); in init()
[all …]
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/themes/
H A D_variables.light.scss.tmpl.ts25 $gray98: ${theme.v1.palette.gray98};
26 $gray95: ${theme.v1.palette.gray95};
27 $gray85: ${theme.v1.palette.gray85};
28 $gray70: ${theme.v1.palette.gray70};
38 $black: ${theme.v1.palette.black};
40 $dark-1: ${theme.v1.palette.dark1};
41 $dark-2: ${theme.v1.palette.dark2};
42 $dark-4: ${theme.v1.palette.dark4};
52 $white: ${theme.v1.palette.white};
167 $table-bg-odd: ${theme.colors.emphasize(theme.colors.background.primary, 0.02)};
[all …]
H A D_variables.dark.scss.tmpl.ts24 $gray98: ${theme.v1.palette.gray98};
25 $gray95: ${theme.v1.palette.gray95};
26 $gray85: ${theme.v1.palette.gray85};
37 $black: ${theme.v1.palette.black};
38 $dark-1: ${theme.v1.palette.dark1};
39 $dark-2: ${theme.v1.palette.dark2};
40 $dark-3: ${theme.v1.palette.dark3};
55 $white: ${theme.v1.palette.white};
152 $card-background-hover: ${theme.colors.emphasize(theme.colors.background.secondary, 0.03)};
171 $table-bg-odd: ${theme.colors.emphasize(theme.colors.background.primary, 0.02)};
[all …]
/dports/www/luakit/luakit-2.3/config/
H A Dtheme.lua5 local theme = {}
9 theme.fg = "#fff"
10 theme.bg = "#000"
15 theme.error_fg = "#FFF"
16 theme.error_bg = "#F00"
36 theme.menu_disabled_bg = theme.menu_bg
37 theme.menu_enabled_fg = theme.menu_fg
38 theme.menu_enabled_bg = theme.menu_bg
40 theme.menu_active_bg = theme.menu_bg
88 theme.hint_overlay_selected_border = theme.hint_overlay_border
[all …]
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/config/
H A Dtheme.lua5 local theme = {}
9 theme.fg = "#fff"
10 theme.bg = "#000"
15 theme.error_fg = "#FFF"
16 theme.error_bg = "#F00"
36 theme.menu_disabled_bg = theme.menu_bg
37 theme.menu_enabled_fg = theme.menu_fg
38 theme.menu_enabled_bg = theme.menu_bg
40 theme.menu_active_bg = theme.menu_bg
88 theme.hint_overlay_selected_border = theme.hint_overlay_border
[all …]
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/config/
H A Dconfig_default.php801 * @global array $theme
804 $theme[0]['NAME'] = 'Default';
816 $theme[4]['NAME'] = 'Slashdot';
819 $theme[5]['NAME'] = 'Purple';
822 $theme[6]['NAME'] = 'Forest';
825 $theme[7]['NAME'] = 'Ice';
843 $theme[13]['NAME'] = 'Servery';
846 $theme[14]['NAME'] = 'Maize';
858 $theme[18]['NAME'] = 'Dompie';
924 $theme[40]['NAME'] = 'Wood';
[all …]
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/theme/
H A Dthememanager.cpp50 Q_ASSERT(theme); in addTheme()
54 theme->setParent(this); in addTheme()
57 m_themes.append(theme); in addTheme()
62 if (theme && m_themes.contains(theme)) { in releaseTheme()
72 theme->setParent(0); in releaseTheme()
79 if (!theme) { in setActiveTheme()
80 theme = new Q3DTheme; in setActiveTheme()
99 addTheme(theme); in setActiveTheme()
101 m_activeTheme = theme; in setActiveTheme()
576 if (theme->d_ptr->isForcePredefinedType() || !theme->d_ptr->m_dirtyBits.fontDirty) in setFont()
[all …]
/dports/x11-wm/awesome/awesome-4.3/themes/default/
H A Dtheme.lua12 local theme = {}
14 theme.font = "sans 8"
16 theme.bg_normal = "#222222"
17 theme.bg_focus = "#535d6c"
18 theme.bg_urgent = "#ff0000"
20 theme.bg_systray = theme.bg_normal
27 theme.useless_gap = dpi(0)
28 theme.border_width = dpi(1)
122 theme.menu_height, theme.bg_focus, theme.fg_focus
127 theme.icon_theme = nil
[all …]
/dports/x11-wm/awesome/awesome-4.3/themes/sky/
H A Dtheme.lua14 local theme = {}
15 theme.font = "sans 8"
17 theme.bg_focus = "#e2eeea"
18 theme.bg_normal = "#729fcf"
19 theme.bg_urgent = "#fce94f"
20 theme.bg_minimize = "#0067ce"
21 theme.bg_systray = theme.bg_normal
28 theme.useless_gap = dpi(0)
29 theme.border_width = dpi(2)
70 theme.menu_height = dpi(15)
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@nteract/presentational-components/src/
H A Dstyles.tsx15 --theme-primary-fg-focus: var(--theme-app-fg);
17 --theme-secondary-bg: var(--theme-primary-bg);
34 --theme-menu-bg: var(--theme-primary-bg);
39 --theme-menu-fg: var(--theme-app-fg);
40 --theme-menu-fg-hover: var(--theme-app-fg);
41 --theme-menu-fg-focus: var(--theme-app-fg);
75 --theme-cell-input-fg: var(--theme-app-fg);
77 --theme-cell-output-bg: var(--theme-app-bg);
155 --theme-menu-bg: var(--theme-primary-bg);
160 --theme-menu-fg: var(--theme-app-fg);
[all …]
/dports/x11-wm/awesome/awesome-4.3/themes/zenburn/
H A Dtheme.lua10 local theme = {}
15 theme.font = "sans 8"
18 theme.fg_normal = "#DCDCCC"
19 theme.fg_focus = "#F0DFAF"
20 theme.fg_urgent = "#CC9393"
21 theme.bg_normal = "#3F3F3F"
22 theme.bg_focus = "#1E2320"
23 theme.bg_urgent = "#3F3F3F"
24 theme.bg_systray = theme.bg_normal
28 theme.useless_gap = dpi(0)
[all …]
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_themes.cpp711 theme->set_icon("checked", "Tree", theme->get_icon("GuiChecked", "EditorIcons")); in create_editor_theme()
816 theme->set_icon("close", "Tabs", theme->get_icon("GuiClose", "EditorIcons")); in create_editor_theme()
870 theme->set_icon("clear", "LineEdit", theme->get_icon("GuiClose", "EditorIcons")); in create_editor_theme()
884 theme->set_icon("tab", "TextEdit", theme->get_icon("GuiTab", "EditorIcons")); in create_editor_theme()
885 theme->set_icon("space", "TextEdit", theme->get_icon("GuiSpace", "EditorIcons")); in create_editor_theme()
1043 theme->set_icon("more", "GraphEdit", theme->get_icon("ZoomMore", "EditorIcons")); in create_editor_theme()
1045 theme->set_icon("snap", "GraphEdit", theme->get_icon("SnapGrid", "EditorIcons")); in create_editor_theme()
1239 return theme; in create_editor_theme()
1243 Ref<Theme> theme; in create_custom_theme() local
1250 if (!theme.is_valid()) { in create_custom_theme()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_themes.cpp711 theme->set_icon("checked", "Tree", theme->get_icon("GuiChecked", "EditorIcons")); in create_editor_theme()
816 theme->set_icon("close", "Tabs", theme->get_icon("GuiClose", "EditorIcons")); in create_editor_theme()
870 theme->set_icon("clear", "LineEdit", theme->get_icon("GuiClose", "EditorIcons")); in create_editor_theme()
884 theme->set_icon("tab", "TextEdit", theme->get_icon("GuiTab", "EditorIcons")); in create_editor_theme()
885 theme->set_icon("space", "TextEdit", theme->get_icon("GuiSpace", "EditorIcons")); in create_editor_theme()
1043 theme->set_icon("more", "GraphEdit", theme->get_icon("ZoomMore", "EditorIcons")); in create_editor_theme()
1045 theme->set_icon("snap", "GraphEdit", theme->get_icon("SnapGrid", "EditorIcons")); in create_editor_theme()
1239 return theme; in create_editor_theme()
1243 Ref<Theme> theme; in create_custom_theme() local
1250 if (!theme.is_valid()) { in create_custom_theme()
[all …]
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dicons.qrc3 <file>default-theme/aspect.png</file>
4 <file>default-theme/next_aspect.png</file>
5 <file>default-theme/background.png</file>
7 <file>default-theme/cdda.png</file>
9 <file>default-theme/chapter.png</file>
10 <file>default-theme/close.png</file>
14 <file>default-theme/copy.png</file>
16 <file>default-theme/down.png</file>
18 <file>default-theme/dvd.png</file>
30 <file>default-theme/hue.png</file>
[all …]
/dports/www/grafana8/grafana-8.3.6/packages/grafana-data/src/themes/
H A DcreateV1Theme.ts55 d: theme.spacing(2),
58 sm: theme.spacing(1),
59 md: theme.spacing(2),
60 lg: theme.spacing(3),
61 xl: theme.spacing(4),
95 sm: theme.spacing.gridSize * theme.components.height.sm,
96 md: theme.spacing.gridSize * theme.components.height.md,
97 lg: theme.spacing.gridSize * theme.components.height.lg,
99 panelPadding: theme.components.panel.padding * theme.spacing.gridSize,
101 zIndex: theme.zIndex,
[all …]
/dports/x11-wm/openbox/openbox-3.6/obrender/
H A Dtheme.c138 RrTheme *theme; in RrThemeNew() local
264 READ_INT("padding.height", theme->paddingy, 0, 100, theme->paddingx); in RrThemeNew()
567 theme->osd_bg = RrAppearanceCopy(theme->a_focused_title); in RrThemeNew()
947 theme->win_font_height = RrFontHeight(theme->win_font_focused, in RrThemeNew()
955 theme->menu_font_height = RrFontHeight(theme->menu_font, in RrThemeNew()
965 theme->label_height += theme->label_height % 2; in RrThemeNew()
978 theme->title_height = theme->label_height + theme->paddingy * 2; in RrThemeNew()
982 theme->menu_title_height = theme->menu_title_label_height + in RrThemeNew()
985 theme->button_size = theme->label_height - 2; in RrThemeNew()
1003 return theme; in RrThemeNew()
[all …]
/dports/games/lbreakout2/lbreakout2-2.6.5/gui/
H A Dgui_theme.c45 theme->box_frame = in gui_theme_load()
68 theme->checkbox = in gui_theme_load()
71 theme->checkbox_size = theme->checkbox->h; in gui_theme_load()
90 theme->font = in gui_theme_load()
92 theme->edit_font = in gui_theme_load()
96 theme->button_font = theme->font; in gui_theme_load()
97 theme->progressbar_font = theme->font; in gui_theme_load()
104 return theme; in gui_theme_load()
115 if ( *theme ) { in gui_theme_delete()
136 free( *theme ); *theme = 0; in gui_theme_delete()
[all …]
/dports/deskutils/nextcloudclient/desktop-3.4.1/
H A Dtheme.qrc.in3 …<file alias="theme/colored/@APPLICATION_ICON_NAME@-icon-16.png">theme/colored/16-@APPLICATION_ICON…
185 <file>theme/close.svg</file>
186 <file>theme/files.svg</file>
187 <file>theme/public.svg</file>
190 <file>theme/copy.svg</file>
191 <file>theme/more.svg</file>
192 <file>theme/change.svg</file>
201 <file>theme/add.svg</file>
202 <file>theme/share.svg</file>
203 <file>theme/reply.svg</file>
[all …]
/dports/x11-wm/metacity/metacity-3.42.0/libmetacity/
H A Dmeta-theme.c79 MetaTheme *theme; in G_DEFINE_TYPE() local
93 MetaTheme *theme; in update_scale_func() local
118 theme->composited, theme->scale); in get_style_info()
206 dpi = theme->dpi * theme->scale; in ensure_pango_context()
340 MetaTheme *theme; in meta_theme_constructed() local
356 meta_theme_impl_set_composited (theme->impl, theme->composited); in meta_theme_constructed()
357 meta_theme_impl_set_scale (theme->impl, theme->scale); in meta_theme_constructed()
389 MetaTheme *theme; in meta_theme_dispose() local
440 MetaTheme *theme; in meta_theme_finalize() local
467 MetaTheme *theme; in meta_theme_set_property() local
[all …]
/dports/x11-wm/awesome/awesome-4.3/themes/xresources/
H A Dtheme.lua23 theme.bg_systray = theme.bg_normal
26 theme.fg_focus = theme.bg_normal
27 theme.fg_urgent = theme.bg_normal
28 theme.fg_minimize = theme.bg_normal
33 theme.border_focus = theme.bg_focus
47 theme.tooltip_fg = theme.fg_normal
48 theme.tooltip_bg = theme.bg_normal
63 theme = theme_assets.recolor_layout(theme, theme.fg_normal)
78 theme, theme.fg_normal, "normal"
87 theme, theme.fg_focus, "focus"
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/native_theme/
H A Dnative_theme_win_unittest.cc29 TestNativeThemeWin theme; in TEST() local
31 theme.set_high_contrast(false); in TEST()
32 theme.set_use_dark_colors(true); in TEST()
38 theme.set_high_contrast(true); in TEST()
51 theme.set_high_contrast(false); in TEST()
58 TestNativeThemeWin theme; in TEST() local
60 theme.set_high_contrast(false); in TEST()
63 theme.set_high_contrast(true); in TEST()
85 TestNativeThemeWin theme; in TEST() local
120 TestNativeThemeWin theme; in TEST() local
[all …]

12345678910>>...308