Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/bsddialog/examples_library/
H A Dtheme.c20 enum bsddialog_default_theme theme; in main() local
52 theme = BSDDIALOG_THEME_FLAT; in main()
56 theme = BSDDIALOG_THEME_DIALOG; in main()
60 theme = BSDDIALOG_THEME_BSDDIALOG; in main()
64 theme = BSDDIALOG_THEME_BLACKWHITE; in main()
68 bsddialog_set_default_theme(theme); in main()
/freebsd-14.2/contrib/bsddialog/
H A DCHANGELOG55 * add: --load-theme to read and set a custom theme at runtime.
56 * add: --save-theme to save current theme.
81 * add: theme.form.bottomdesccolor and theme.menu.bottomdesccolor.
84 - add: theme.button.minmargin and theme.button.maxmargin.
85 - delete: theme.button.hmargin.
119 * fix: rename theme.shadow.h to theme.shadow.y.
120 * fix: rename theme.shadow.w to theme.shadow.x.
140 * add: theme.menu.f_selectorcolor.
143 * change: theme.button.[left|right]ch -> theme.button.[left|right]delim.
144 * change: theme.button.space -> theme.button.hmargin.
[all …]
H A Dutil_theme.h33 void setdeftheme(enum bsddialog_default_theme theme);
H A DREADME.md50 % ./bsddialog --theme blackwhite --title msgbox --msgbox "Hello World!" 5 30
110 % ./theme
H A D.gitignore22 examples_library/theme
H A Dutil_theme.c174 void setdeftheme(enum bsddialog_default_theme theme) in setdeftheme() argument
176 if (bsddialog_set_default_theme(theme) != BSDDIALOG_OK) in setdeftheme()
/freebsd-14.2/contrib/bsddialog/lib/
H A Dlibbsddialog.c75 enum bsddialog_default_theme theme; in bsddialog_init() local
80 theme = BSDDIALOG_THEME_FLAT; in bsddialog_init()
82 theme = BSDDIALOG_THEME_BLACKWHITE; in bsddialog_init()
84 if (bsddialog_set_default_theme(theme) != 0) { in bsddialog_init()
H A Dbsddialog_theme.h115 int bsddialog_get_theme(struct bsddialog_theme *theme);
117 int bsddialog_set_default_theme(enum bsddialog_default_theme theme);
118 int bsddialog_set_theme(struct bsddialog_theme *theme);
H A Dtheme.c235 int bsddialog_get_theme(struct bsddialog_theme *theme) in bsddialog_get_theme() argument
237 if (theme == NULL) in bsddialog_get_theme()
239 if (sizeof(*theme) != sizeof(struct bsddialog_theme)) in bsddialog_get_theme()
242 set_theme(theme, &t); in bsddialog_get_theme()
247 int bsddialog_set_theme(struct bsddialog_theme *theme) in bsddialog_set_theme() argument
249 if (theme == NULL) in bsddialog_set_theme()
251 if (sizeof(*theme) != sizeof(struct bsddialog_theme)) in bsddialog_set_theme()
254 set_theme(&t, theme); in bsddialog_set_theme()
H A DGNUMakefile11 lib_util.c menubox.c messagebox.c textbox.c theme.c timebox.c
H A DMakefile12 lib_util.c menubox.c messagebox.c textbox.c theme.c timebox.c
/freebsd-14.2/contrib/googletest/docs/assets/css/
H A Dstyle.scss4 @import "jekyll-theme-primer";
/freebsd-14.2/contrib/llvm-project/lld/docs/llvm-theme/
H A Dtheme.conf1 [theme]
/freebsd-14.2/contrib/llvm-project/lld/docs/
H A DREADME.txt7 We currently use the 'nature' theme and a Beaker inspired structure.
/freebsd-14.2/contrib/libcbor/doc/source/
H A Drequirements.txt22 sphinx-rtd-theme==1.3.0
/freebsd-14.2/lib/libbsddialog/
H A DMakefile18 theme.c \
/freebsd-14.2/contrib/llvm-project/lld/docs/llvm-theme/static/
H A Dllvm.css5 * Sphinx stylesheet -- sphinxdoc theme. Originally created by
/freebsd-14.2/contrib/libxo/doc/_static/
H A Dbasic.css_t5 * Sphinx stylesheet -- basic theme.
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dmsx304 >>>>>>>>0x1D byte <32 \b, theme: %d
H A Dwordprocessors583 # test for null value in gap after theme name maybe unreliable
598 >>(2.s+13) ubyte >0x1F StarOffice Gallery theme
H A Dmsdos1952 # first member *.theme implies Windows 7 Theme Pack like in CommunityShowcaseAqua3.themepack
1954 >>>>>&0 string/c theme \b, Windows
1956 # https://www.drewkeller.com/content/using-theme-both-windows-7-and-windows-8
1957 # 1st member Panoramic.theme or Panoramas.theme implies Windows 8-10 Theme Pack
1958 # with MTSM=RJSPBS in [MasterThemeSelector] inside *.theme
/freebsd-14.2/contrib/tzdata/
H A Dasia2626 # http://theme.archives.go.kr/next/common/viewEbook.do?singleData=N&archiveEventId=0027977557
2628 # http://theme.archives.go.kr/next/common/viewEbook.do?singleData=N&archiveEventId=0027978341
2630 # http://theme.archives.go.kr/next/common/viewEbook.do?singleData=N&archiveEventId=0027979690#3
2632 # http://theme.archives.go.kr/next/common/viewEbook.do?singleData=N&archiveEventId=0027981189
2634 # http://theme.archives.go.kr/next/common/viewEbook.do?singleData=N&archiveEventId=0027982974#2
2636 # http://theme.archives.go.kr/next/common/viewEbook.do?singleData=N&archiveEventId=0028044104
/freebsd-14.2/contrib/libcbor/
H A DDoxyfile790 LAYOUT_FILE = doxygen-theme/DoxygenLayout.xml
1280 HTML_EXTRA_STYLESHEET = doxygen-theme/customdoxygen.css
1293 # should be rendered with a dark or light theme.
/freebsd-14.2/contrib/xz/doxygen/
H A DDoxyfile1292 # should be rendered with a dark or light theme.
/freebsd-14.2/contrib/unbound/doc/
H A Dunbound.doxygen1375 # should be rendered with a dark or light theme.

12