/* File generated by agar bundlecss */ const char *agStyleDefault_Data = "/*\n" " * Default Agar Stylesheet.\n" " * ex:syn=agarcss\n" " *\n" " * Widgets inherit colors and fonts from their parents by default.\n" " * Margins, paddings and spacings are not inherited. Selectors include:\n" " *\n" " * Selector type Example\n" " * ------------- --------\n" " * Widget(s) of class (exact) AG_Box\n" " * Widget(s) of class (pattern) AG_Widget:AG_Box:*\n" " * Child widget(s) of class AG_FontSelector > AG_Tlist\n" " * Child widget instance name AG_Combo > \"trigger\"\n" " *\n" " * Selectors support the \"width\" and \"height\" conditions for styling based\n" " * on the current size of the widget in pixels. For example:\n" " *\n" " * AG_Button (width < 50) { font-stretch: condensed; }\n" " * AG_Button (height > 50) { ... }\n" " *\n" " * Selectors also support the \"zoom\" condition for styling based on the\n" " * current zoom level (the zoom level is an integer from 0 to 32, where\n" " * level 16 corresponds to 1:1). For example:\n" " *\n" " * AG_Button (zoom = 0-16) { font-stretch: condensed; }\n" " * AG_Button (zoom > 16) { ... }\n" " *\n" " * SEE ALSO: AG_StyleSheet(3) and the \"STYLE ATTRIBUTES\" section of AG_Widget(3).\n" " * Widget-specific style attributes are documented under \"STYLE ATTRIBUTES\" in\n" " * each widget's respective manual page.\n" " */\n" "/*\n" "Defaults {\n" "font-family: algue;\n" "font-size: 14pt;\n" "color: rgb(70,70,70);\n" "color#disabled: rgb(160,160,160);\n" "color#focused: rgb(100,100,100);\n" "color#hover: rgb(130,130,130);\n" "background-color: #0000;\n" "background-color#disabled: #0000;\n" "background-color#focused: #0000;\n" "background-color#hover: #0000;\n" "text-color: rgb(200,200,200);\n" "text-color#disabled: rgb(240,240,240);\n" "text-color#focused: rgb(240,240,240);\n" "text-color#hover: rgb(240,240,240);\n" "line-color: rgb(50,50,50);\n" "line-color#disabled: rgb(150,150,150);\n" "line-color#focused: rgb(50,50,70);\n" "line-color#hover: rgb(50,50,50);\n" "high-color: rgb(100,100,100);\n" "high-color#disabled: rgb(120,120,120);\n" "high-color#focused: rgb(110,110,110);\n" "high-color#hover: rgb(120,120,120);\n" "low-color: rgb(60,60,60);\n" "low-color#disabled: rgb(90,90,90);\n" "low-color#focused: rgb(60,60,60);\n" "low-color#hover: rgb(60,60,60);\n" "selection-color: rgb(0,0,80);\n" "selection-color#disabled: rgb(80,80,120);\n" "selection-color#focused: rgb(0,0,120);\n" "selection-color#hover: rgb(0,0,120);\n" "}\n" "*/\n" "AG_Window {\n" "padding: 0 3 4 3;\n" "background-color: rgb(70,70,70);\n" "background-color#disabled: rgb(70,70,70);\n" "background-color#focused: rgb(70,70,70);\n" "background-color#hover: rgb(70,70,70);\n" "text-color: rgb(200,200,200);\n" "text-color#disabled: rgb(200,200,200);\n" "text-color#focused: rgb(200,200,200);\n" "text-color#hover: rgb(240,240,240);\n" "}\n" "AG_Box {\n" "padding: 2 3 2 3; /* top right bottom left */\n" "spacing: 3 2; /* horiz vert */\n" "}\n" "AG_Button {\n" "padding: 5 10 5 10;\n" "text-color: rgb(255,255,255);\n" "text-color#disabled: rgb(255,255,255);\n" "text-color#focused: rgb(255,255,255);\n" "text-color#hover: rgb(255,255,255);\n" "color: rgb(120,120,120);\n" "color#disabled: rgb(120,120,120);\n" "color#focused: rgb(128,128,129);\n" "color#hover: rgb(133,133,136);\n" "selection-color: rgb(0,0,80);\n" "selection-color#disabled: rgb(80,80,120);\n" "selection-color#focused: rgb(100,100,150);\n" "selection-color#hover: rgb(150,150,100);\n" "text-align: center; /* center | start | end | justify */\n" "vertical-align: middle; /* middle | top | bottom */\n" "/*\n" "background: \"button-bg.svg\";\n" "background#disabled: \"button-bg-disabled.svg\";\n" "background#focused: \"button-bg-focused.svg\";\n" "background#hover: \"button-bg-hover.svg\";\n" "background-pushed: \"button-bg-pushed.svg\";\n" "background-pushed#disabled: \"button-bg-pushed-disabled.svg\";\n" "background-pushed#focused: \"button-bg-pushed-focused.svg\";\n" "background-pushed#hover: \"button-bg-pushed-hover.svg\";\n" "foreground: \"button-fg.svg\";\n" "foreground#disabled: \"button-fg-disabled.svg\";\n" "foreground#focused: \"button-fg-focused.svg\";\n" "foreground#hover: \"button-fg-hover.svg\";\n" "foreground-pushed: \"button-fg-pushed.svg\";\n" "foreground-pushed#disabled: \"button-fg-pushed-disabled.svg\";\n" "foreground-pushed#focused: \"button-fg-pushed-focused.svg\";\n" "foreground-pushed#hover: \"button-fg-pushed-hover.svg\";\n" "*/\n" "}\n" "AG_Checkbox {\n" "spacing: 5;\n" "background-color: rgb(80,80,120);\n" "background-color#hover: rgb(0,0,80);\n" "}\n" "AG_Checkbox (zoom = 0-15) {\n" "spacing: 3;\n" "}\n" "AG_Checkbox (zoom = 20-32) {\n" "spacing: 8;\n" "}\n" "AG_Combo > \"input\" {\n" "padding: 0 0 2 0;\n" "font-size: 95%;\n" "}\n" "AG_Combo > \"trigger\" {\n" "padding: 2;\n" "}\n" "AG_Console {\n" "padding: 4;\n" "spacing: 3;\n" "font-family: monoalgue;\n" "background-color: #000;\n" "background-color#focused: #000;\n" "background-color#disabled: #222;\n" "text-color: #f0f0f0;\n" "text-color#focused: #fff;\n" "text-color#disabled: #ccc;\n" "}\n" "AG_Console > AG_Scrollbar {\n" "font-size: 60%;\n" "color: #444;\n" "color#hover: #40404a;\n" "text-color: #aaa;\n" "}\n" "AG_Editable {\n" "padding: 1 3 1 3;\n" "background-color: #0000;\n" "}\n" "AG_FileDlg {\n" "spacing: 2;\n" "padding: 3;\n" "}\n" "AG_Icon {\n" "spacing: 4 0;\n" "}\n" "AG_Label {\n" "padding: 2 6 2 6;\n" "background-color: #0000;\n" "background-color#focused: #0000;\n" "}\n" "AG_Menu {\n" "padding: 2 5 2 5;\n" "color: rgb(60,60,60);\n" "color#disabled: rgb(40,40,110);\n" "selection-color: rgb(40,40,110);\n" "text-color#disabled: rgb(170,170,170);\n" "}\n" "AG_Menu (zoom = 0-9) {\n" "padding: 1 2 1 2;\n" "font-family: league-spartan;\n" "font-size: 140%;\n" "}\n" "AG_Menu (zoom > 24) {\n" "padding: 2 5 10 5;\n" "font-family: fira-sans-condensed;\n" "}\n" "AG_MenuView {\n" "padding: 4 8 4 8;\n" "spacing: 8 0;\n" "color: rgb(60,60,60);\n" "selection-color: rgb(40,40,110);\n" "color#disabled: rgb(40,40,110);\n" "text-color#disabled: rgb(170,170,170);\n" "}\n" "AG_MenuView (zoom = 0-9) {\n" "font-family: league-spartan\n" "}\n" "AG_MenuView (zoom > 24) {\n" "font-family: fira-sans-condensed;\n" "}\n" "AG_Notebook {\n" "margin: 2;\n" "}\n" "AG_Numerical > AG_UCombo {\n" "font-size: 80%;\n" "}\n" "AG_Numerical > AG_Button {\n" "padding: 0;\n" "font-size: 55%;\n" "text-color: #bebebe;\n" "color#hover: #969590;\n" "}\n" "AG_HSVPal {\n" "font-family: league-gothic;\n" "font-size: 140%;\n" "}\n" "AG_HSVPal (width < 50) {\n" "font-family: league-gothic-condensed;\n" "font-size: 90%;\n" "}\n" "AG_HSVPal (width < 90) {\n" "font-family: league-gothic-condensed;\n" "font-size: 120%;\n" "}\n" "AG_Pane {\n" "color: #666;\n" "color#hover: #777;\n" "line-color#hover: rgb(200,200,180);\n" "}\n" "AG_ProgressBar {\n" "padding: 2;\n" "/* width: font-height + 10; */\n" "font-family: league-gothic;\n" "font-size: 90%;\n" "}\n" "AG_Radio {\n" "spacing: 1;\n" "background-color#hover: rgb(80,80,120);\n" "}\n" "AG_Textbox {\n" "padding: 3;\n" "spacing: 5;\n" "background-color: rgb(80,80,80);\n" "}\n" "AG_Titlebar {\n" "padding: 3;\n" "spacing: 1;\n" "font-size: 90%;\n" "color: rgb(40,50,60);\n" "color#disabled: rgb(35,35,35);\n" "}\n" "AG_Titlebar > AG_Label {\n" "padding: 2 0 0 2;\n" "background-color: #0000;\n" "background-color#focused: #0000;\n" "}\n" "AG_Titlebar > AG_Button {\n" "padding: 0 5 0 5;\n" "color: #0000;\n" "color#hover: #868580;\n" "}\n" "AG_Toolbar {\n" "padding: 0;\n" "spacing: 1;\n" "}\n" "AG_Scrollbar {\n" "font-size: 60%;\n" "background-color: rgb(65,65,65);\n" "color: rgb(80,80,80);\n" "color#hover: rgb(90,90,90);\n" "high-color: rgb(120,120,120);\n" "text-color: #bebebe;\n" "}\n" "AG_Separator {\n" "padding: 8 10 8 10;\n" "line-color: #888;\n" "}\n" "AG_Statusbar {\n" "padding: 2;\n" "spacing: 1;\n" "}\n" "AG_Tlist {\n" "padding: 1 0 2 0;\n" "spacing: 4 0;\n" "}\n" "AG_UCombo > \"trigger\" {\n" "padding: 3;\n" "}\n" ""; AG_StaticCSS agStyleDefault = { "agStyleDefault", 7404, &agStyleDefault_Data, NULL };