├── LICENSE ├── README.md ├── Windows95.tres ├── font ├── PixelOperator-Bold.ttf └── PixelOperator.ttf └── textures ├── button ├── focus.png ├── focus.png.import ├── normal.png ├── normal.png.import ├── pressed.png └── pressed.png.import ├── checkbox ├── checked.png ├── checked.png.import ├── checked_disabled.png ├── checked_disabled.png.import ├── unchecked.png ├── unchecked.png.import ├── unchecked_disabled.png └── unchecked_disabled.png.import ├── hscroll ├── decrement.png ├── decrement.png.import ├── decrement_hover.png ├── decrement_hover.png.import ├── grabber.png ├── grabber.png.import ├── increment.png ├── increment.png.import ├── increment_hover.png ├── increment_hover.png.import ├── scroll.png └── scroll.png.import ├── hslider ├── grabber.png ├── grabber.png.import ├── slider.png ├── slider.png.import ├── tick.png └── tick.png.import ├── line_edit ├── normal.png └── normal.png.import ├── option_button ├── arrow.png ├── arrow.png.import ├── normal.png └── normal.png.import ├── panel_container ├── panel.png └── panel.png.import ├── popup_menu ├── submenu.png └── submenu.png.import ├── progress_bar ├── bg.png ├── bg.png.import ├── fg.png └── fg.png.import ├── radial_checkbox ├── checked.png ├── checked.png.import ├── checked_disabled.png ├── checked_disabled.png.import ├── unchecked.png ├── unchecked.png.import ├── unchecked_disabled.png └── unchecked_disabled.png.import ├── spinbox ├── up_down.png └── up_down.png.import ├── tab_container ├── bg.png ├── bg.png.import ├── fg.png └── fg.png.import ├── tree ├── arrow.png ├── arrow.png.import ├── arrow_collapsed.png ├── arrow_collapsed.png.import ├── bg.png └── bg.png.import ├── vscroll ├── decrement.png ├── decrement.png.import ├── decrement_hover.png ├── decrement_hover.png.import ├── grabber.png ├── grabber.png.import ├── increment.png ├── increment.png.import ├── increment_hover.png ├── increment_hover.png.import ├── scroll.png └── scroll.png.import ├── vslider ├── grabber.png ├── grabber.png.import ├── slider.png ├── slider.png.import ├── tick.png └── tick.png.import └── window ├── close.png ├── close.png.import ├── close_hover.png ├── close_hover.png.import ├── focused.png ├── focused.png.import ├── unfocus.png └── unfocus.png.import /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/README.md -------------------------------------------------------------------------------- /Windows95.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/Windows95.tres -------------------------------------------------------------------------------- /font/PixelOperator-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/font/PixelOperator-Bold.ttf -------------------------------------------------------------------------------- /font/PixelOperator.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/font/PixelOperator.ttf -------------------------------------------------------------------------------- /textures/button/focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/button/focus.png -------------------------------------------------------------------------------- /textures/button/focus.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/button/focus.png.import -------------------------------------------------------------------------------- /textures/button/normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/button/normal.png -------------------------------------------------------------------------------- /textures/button/normal.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/button/normal.png.import -------------------------------------------------------------------------------- /textures/button/pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/button/pressed.png -------------------------------------------------------------------------------- /textures/button/pressed.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/button/pressed.png.import -------------------------------------------------------------------------------- /textures/checkbox/checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/checkbox/checked.png -------------------------------------------------------------------------------- /textures/checkbox/checked.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/checkbox/checked.png.import -------------------------------------------------------------------------------- /textures/checkbox/checked_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/checkbox/checked_disabled.png -------------------------------------------------------------------------------- /textures/checkbox/checked_disabled.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/checkbox/checked_disabled.png.import -------------------------------------------------------------------------------- /textures/checkbox/unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/checkbox/unchecked.png -------------------------------------------------------------------------------- /textures/checkbox/unchecked.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/checkbox/unchecked.png.import -------------------------------------------------------------------------------- /textures/checkbox/unchecked_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/checkbox/unchecked_disabled.png -------------------------------------------------------------------------------- /textures/checkbox/unchecked_disabled.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/checkbox/unchecked_disabled.png.import -------------------------------------------------------------------------------- /textures/hscroll/decrement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/hscroll/decrement.png -------------------------------------------------------------------------------- /textures/hscroll/decrement.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/hscroll/decrement.png.import -------------------------------------------------------------------------------- /textures/hscroll/decrement_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/hscroll/decrement_hover.png -------------------------------------------------------------------------------- /textures/hscroll/decrement_hover.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/hscroll/decrement_hover.png.import -------------------------------------------------------------------------------- /textures/hscroll/grabber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/hscroll/grabber.png -------------------------------------------------------------------------------- /textures/hscroll/grabber.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/hscroll/grabber.png.import -------------------------------------------------------------------------------- /textures/hscroll/increment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/hscroll/increment.png -------------------------------------------------------------------------------- /textures/hscroll/increment.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/hscroll/increment.png.import -------------------------------------------------------------------------------- /textures/hscroll/increment_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/hscroll/increment_hover.png -------------------------------------------------------------------------------- /textures/hscroll/increment_hover.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/hscroll/increment_hover.png.import -------------------------------------------------------------------------------- /textures/hscroll/scroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/hscroll/scroll.png -------------------------------------------------------------------------------- /textures/hscroll/scroll.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/hscroll/scroll.png.import -------------------------------------------------------------------------------- /textures/hslider/grabber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/hslider/grabber.png -------------------------------------------------------------------------------- /textures/hslider/grabber.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/hslider/grabber.png.import -------------------------------------------------------------------------------- /textures/hslider/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/hslider/slider.png -------------------------------------------------------------------------------- /textures/hslider/slider.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/hslider/slider.png.import -------------------------------------------------------------------------------- /textures/hslider/tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/hslider/tick.png -------------------------------------------------------------------------------- /textures/hslider/tick.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/hslider/tick.png.import -------------------------------------------------------------------------------- /textures/line_edit/normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/line_edit/normal.png -------------------------------------------------------------------------------- /textures/line_edit/normal.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/line_edit/normal.png.import -------------------------------------------------------------------------------- /textures/option_button/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/option_button/arrow.png -------------------------------------------------------------------------------- /textures/option_button/arrow.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/option_button/arrow.png.import -------------------------------------------------------------------------------- /textures/option_button/normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/option_button/normal.png -------------------------------------------------------------------------------- /textures/option_button/normal.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/option_button/normal.png.import -------------------------------------------------------------------------------- /textures/panel_container/panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/panel_container/panel.png -------------------------------------------------------------------------------- /textures/panel_container/panel.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/panel_container/panel.png.import -------------------------------------------------------------------------------- /textures/popup_menu/submenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/popup_menu/submenu.png -------------------------------------------------------------------------------- /textures/popup_menu/submenu.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/popup_menu/submenu.png.import -------------------------------------------------------------------------------- /textures/progress_bar/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/progress_bar/bg.png -------------------------------------------------------------------------------- /textures/progress_bar/bg.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/progress_bar/bg.png.import -------------------------------------------------------------------------------- /textures/progress_bar/fg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/progress_bar/fg.png -------------------------------------------------------------------------------- /textures/progress_bar/fg.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/progress_bar/fg.png.import -------------------------------------------------------------------------------- /textures/radial_checkbox/checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/radial_checkbox/checked.png -------------------------------------------------------------------------------- /textures/radial_checkbox/checked.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/radial_checkbox/checked.png.import -------------------------------------------------------------------------------- /textures/radial_checkbox/checked_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/radial_checkbox/checked_disabled.png -------------------------------------------------------------------------------- /textures/radial_checkbox/checked_disabled.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/radial_checkbox/checked_disabled.png.import -------------------------------------------------------------------------------- /textures/radial_checkbox/unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/radial_checkbox/unchecked.png -------------------------------------------------------------------------------- /textures/radial_checkbox/unchecked.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/radial_checkbox/unchecked.png.import -------------------------------------------------------------------------------- /textures/radial_checkbox/unchecked_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/radial_checkbox/unchecked_disabled.png -------------------------------------------------------------------------------- /textures/radial_checkbox/unchecked_disabled.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/radial_checkbox/unchecked_disabled.png.import -------------------------------------------------------------------------------- /textures/spinbox/up_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/spinbox/up_down.png -------------------------------------------------------------------------------- /textures/spinbox/up_down.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/spinbox/up_down.png.import -------------------------------------------------------------------------------- /textures/tab_container/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/tab_container/bg.png -------------------------------------------------------------------------------- /textures/tab_container/bg.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/tab_container/bg.png.import -------------------------------------------------------------------------------- /textures/tab_container/fg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/tab_container/fg.png -------------------------------------------------------------------------------- /textures/tab_container/fg.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/tab_container/fg.png.import -------------------------------------------------------------------------------- /textures/tree/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/tree/arrow.png -------------------------------------------------------------------------------- /textures/tree/arrow.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/tree/arrow.png.import -------------------------------------------------------------------------------- /textures/tree/arrow_collapsed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/tree/arrow_collapsed.png -------------------------------------------------------------------------------- /textures/tree/arrow_collapsed.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/tree/arrow_collapsed.png.import -------------------------------------------------------------------------------- /textures/tree/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/tree/bg.png -------------------------------------------------------------------------------- /textures/tree/bg.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/tree/bg.png.import -------------------------------------------------------------------------------- /textures/vscroll/decrement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/vscroll/decrement.png -------------------------------------------------------------------------------- /textures/vscroll/decrement.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/vscroll/decrement.png.import -------------------------------------------------------------------------------- /textures/vscroll/decrement_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/vscroll/decrement_hover.png -------------------------------------------------------------------------------- /textures/vscroll/decrement_hover.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/vscroll/decrement_hover.png.import -------------------------------------------------------------------------------- /textures/vscroll/grabber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/vscroll/grabber.png -------------------------------------------------------------------------------- /textures/vscroll/grabber.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/vscroll/grabber.png.import -------------------------------------------------------------------------------- /textures/vscroll/increment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/vscroll/increment.png -------------------------------------------------------------------------------- /textures/vscroll/increment.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/vscroll/increment.png.import -------------------------------------------------------------------------------- /textures/vscroll/increment_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/vscroll/increment_hover.png -------------------------------------------------------------------------------- /textures/vscroll/increment_hover.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/vscroll/increment_hover.png.import -------------------------------------------------------------------------------- /textures/vscroll/scroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/vscroll/scroll.png -------------------------------------------------------------------------------- /textures/vscroll/scroll.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/vscroll/scroll.png.import -------------------------------------------------------------------------------- /textures/vslider/grabber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/vslider/grabber.png -------------------------------------------------------------------------------- /textures/vslider/grabber.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/vslider/grabber.png.import -------------------------------------------------------------------------------- /textures/vslider/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/vslider/slider.png -------------------------------------------------------------------------------- /textures/vslider/slider.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/vslider/slider.png.import -------------------------------------------------------------------------------- /textures/vslider/tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/vslider/tick.png -------------------------------------------------------------------------------- /textures/vslider/tick.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/vslider/tick.png.import -------------------------------------------------------------------------------- /textures/window/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/window/close.png -------------------------------------------------------------------------------- /textures/window/close.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/window/close.png.import -------------------------------------------------------------------------------- /textures/window/close_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/window/close_hover.png -------------------------------------------------------------------------------- /textures/window/close_hover.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/window/close_hover.png.import -------------------------------------------------------------------------------- /textures/window/focused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/window/focused.png -------------------------------------------------------------------------------- /textures/window/focused.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/window/focused.png.import -------------------------------------------------------------------------------- /textures/window/unfocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/window/unfocus.png -------------------------------------------------------------------------------- /textures/window/unfocus.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dreich/Godot-Windows-95-Theme/HEAD/textures/window/unfocus.png.import --------------------------------------------------------------------------------