Skip to content

Commit

Permalink
Update console input and dropdown button in winui variant
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Aug 3, 2024
1 parent 8ce8788 commit cb1b5c0
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
26 changes: 22 additions & 4 deletions Brackets.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"input_border_dark": "#202020",
"input_border_light": "#b2b5b5",
"input_border_focus": "#2893ef",
"input_dropdown": "#878787",
"button_background_dark": "#3f3f3f",
"button_background_light": "#e5e9e9",
"button_border_dark": "#202020",
Expand Down Expand Up @@ -3413,7 +3412,8 @@
"parents": [{"class": "panel_control console_panel"}],
"settings": {"themed_title_bar": true, "theme_variant": "winui"},
"layer1.texture": "Theme - Brackets/textures/input_border2.png",
"layer1.inner_margin": [9, 5]
"layer1.inner_margin": [9, 5],
"content_margin": [10, 7, 8, 3]
},
{
"class": "text_line_control",
Expand Down Expand Up @@ -3463,11 +3463,29 @@
{
"class": "dropdown_button_control",
"layer0.texture": "Theme - Brackets/textures/dropdown.png",
"layer0.opacity": 1.0,
"layer0.tint": "var(input_dropdown)",
"layer0.opacity": 0.5,
"layer0.tint": "white",
"layer0.inner_margin": [20, 0, 0, 0],
"content_margin": [13, 10]
},
{
"class": "dropdown_button_control",
"parents": [{"class": "text_line_control", "attributes": ["file_light"]}],
"layer0.tint": "black"
},
{
"class": "dropdown_button_control",
"settings": {"themed_title_bar": true, "theme_variant": "winui"},
"layer0.texture": "Theme - Brackets/textures/history.png",
"layer0.opacity": {"target": 0.5, "speed": 1.0, "interpolation": "smoothstep"},
"content_margin": 11
},
{
"class": "dropdown_button_control",
"settings": {"themed_title_bar": true, "theme_variant": "winui"},
"attributes": ["hover"],
"layer0.opacity": {"target": 0.7, "speed": 1.0, "interpolation": "smoothstep"},
},
//===========================================[ Buttons ]============================================
{
"class": "button_control",
Expand Down
3 changes: 3 additions & 0 deletions textures/convert.bat
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ rem inkscape --export-type=png --export-dpi=288 --export-filename=disclosure_une
rem inkscape --export-type=png --export-dpi=96 --export-filename=dropdown.png dropdown.svg
rem inkscape --export-type=png --export-dpi=192 [email protected] dropdown.svg
rem inkscape --export-type=png --export-dpi=288 [email protected] dropdown.svg
rem inkscape --export-type=png --export-dpi=96 --export-filename=history.png history.svg
rem inkscape --export-type=png --export-dpi=192 [email protected] history.svg
rem inkscape --export-type=png --export-dpi=288 [email protected] history.svg
rem inkscape --export-type=png --export-dpi=96 --export-filename=icon_case_sensitive.png icon_case_sensitive.svg
rem inkscape --export-type=png --export-dpi=192 [email protected] icon_case_sensitive.svg
rem inkscape --export-type=png --export-dpi=288 [email protected] icon_case_sensitive.svg
Expand Down
Binary file added textures/history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions textures/history.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cb1b5c0

Please sign in to comment.