From b77a7d585cf6cf2420dd770e42ba5b1e08a4e12c Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 11 Mar 2024 17:12:20 +0100 Subject: initial commit --- .themes/FlatColor/unity/close.png | Bin 0 -> 222 bytes .themes/FlatColor/unity/close_focused_normal.png | Bin 0 -> 222 bytes .themes/FlatColor/unity/close_focused_prelight.png | Bin 0 -> 498 bytes .themes/FlatColor/unity/close_focused_pressed.png | Bin 0 -> 205 bytes .themes/FlatColor/unity/close_unfocused.png | Bin 0 -> 233 bytes .../FlatColor/unity/close_unfocused_prelight.png | Bin 0 -> 498 bytes .../FlatColor/unity/close_unfocused_pressed.png | Bin 0 -> 205 bytes .themes/FlatColor/unity/launcher_arrow_ltr_19.svg | 103 +++++++++++ .themes/FlatColor/unity/launcher_arrow_ltr_37.svg | 109 ++++++++++++ .../unity/launcher_arrow_outline_ltr_19.svg | 111 ++++++++++++ .../unity/launcher_arrow_outline_ltr_37.svg | 104 +++++++++++ .../unity/launcher_arrow_outline_rtl_19.svg | 98 +++++++++++ .../unity/launcher_arrow_outline_rtl_37.svg | 104 +++++++++++ .themes/FlatColor/unity/launcher_arrow_rtl_19.svg | 103 +++++++++++ .themes/FlatColor/unity/launcher_arrow_rtl_37.svg | 109 ++++++++++++ .themes/FlatColor/unity/launcher_icon_back_150.svg | 85 +++++++++ .themes/FlatColor/unity/launcher_icon_back_54.svg | 60 +++++++ .themes/FlatColor/unity/launcher_icon_edge_150.svg | 194 +++++++++++++++++++++ .themes/FlatColor/unity/launcher_icon_edge_54.svg | 175 +++++++++++++++++++ .themes/FlatColor/unity/launcher_icon_glow_200.svg | 101 +++++++++++ .themes/FlatColor/unity/launcher_icon_glow_62.svg | 79 +++++++++ .../unity/launcher_icon_selected_back_150.svg | 99 +++++++++++ .../unity/launcher_icon_selected_back_54.svg | 68 ++++++++ .../FlatColor/unity/launcher_icon_shadow_200.svg | 79 +++++++++ .../FlatColor/unity/launcher_icon_shadow_62.svg | 86 +++++++++ .../FlatColor/unity/launcher_icon_shine_150.svg | 85 +++++++++ .themes/FlatColor/unity/launcher_icon_shine_54.svg | 85 +++++++++ .themes/FlatColor/unity/launcher_pip_ltr_19.svg | 103 +++++++++++ .themes/FlatColor/unity/launcher_pip_ltr_37.svg | 109 ++++++++++++ .themes/FlatColor/unity/launcher_pip_rtl_19.svg | 102 +++++++++++ .themes/FlatColor/unity/launcher_pip_rtl_37.svg | 106 +++++++++++ .themes/FlatColor/unity/maximize.png | Bin 0 -> 258 bytes .../FlatColor/unity/maximize_focused_normal.png | Bin 0 -> 258 bytes .../FlatColor/unity/maximize_focused_prelight.png | Bin 0 -> 550 bytes .../FlatColor/unity/maximize_focused_pressed.png | Bin 0 -> 242 bytes .themes/FlatColor/unity/maximize_unfocused.png | Bin 0 -> 233 bytes .../unity/maximize_unfocused_prelight.png | Bin 0 -> 550 bytes .../FlatColor/unity/maximize_unfocused_pressed.png | Bin 0 -> 242 bytes .themes/FlatColor/unity/minimize.png | Bin 0 -> 222 bytes .../FlatColor/unity/minimize_focused_normal.png | Bin 0 -> 222 bytes .../FlatColor/unity/minimize_focused_prelight.png | Bin 0 -> 484 bytes .../FlatColor/unity/minimize_focused_pressed.png | Bin 0 -> 205 bytes .themes/FlatColor/unity/minimize_unfocused.png | Bin 0 -> 233 bytes .../unity/minimize_unfocused_prelight.png | Bin 0 -> 484 bytes .../FlatColor/unity/minimize_unfocused_pressed.png | Bin 0 -> 205 bytes .themes/FlatColor/unity/unmaximize.png | Bin 0 -> 219 bytes .../FlatColor/unity/unmaximize_focused_normal.png | Bin 0 -> 219 bytes .../unity/unmaximize_focused_prelight.png | Bin 0 -> 550 bytes .../FlatColor/unity/unmaximize_focused_pressed.png | Bin 0 -> 205 bytes .themes/FlatColor/unity/unmaximize_unfocused.png | Bin 0 -> 233 bytes .../unity/unmaximize_unfocused_prelight.png | Bin 0 -> 550 bytes .../unity/unmaximize_unfocused_pressed.png | Bin 0 -> 205 bytes 52 files changed, 2457 insertions(+) create mode 100644 .themes/FlatColor/unity/close.png create mode 100644 .themes/FlatColor/unity/close_focused_normal.png create mode 100644 .themes/FlatColor/unity/close_focused_prelight.png create mode 100644 .themes/FlatColor/unity/close_focused_pressed.png create mode 100644 .themes/FlatColor/unity/close_unfocused.png create mode 100644 .themes/FlatColor/unity/close_unfocused_prelight.png create mode 100644 .themes/FlatColor/unity/close_unfocused_pressed.png create mode 100644 .themes/FlatColor/unity/launcher_arrow_ltr_19.svg create mode 100644 .themes/FlatColor/unity/launcher_arrow_ltr_37.svg create mode 100644 .themes/FlatColor/unity/launcher_arrow_outline_ltr_19.svg create mode 100644 .themes/FlatColor/unity/launcher_arrow_outline_ltr_37.svg create mode 100644 .themes/FlatColor/unity/launcher_arrow_outline_rtl_19.svg create mode 100644 .themes/FlatColor/unity/launcher_arrow_outline_rtl_37.svg create mode 100644 .themes/FlatColor/unity/launcher_arrow_rtl_19.svg create mode 100644 .themes/FlatColor/unity/launcher_arrow_rtl_37.svg create mode 100644 .themes/FlatColor/unity/launcher_icon_back_150.svg create mode 100644 .themes/FlatColor/unity/launcher_icon_back_54.svg create mode 100644 .themes/FlatColor/unity/launcher_icon_edge_150.svg create mode 100644 .themes/FlatColor/unity/launcher_icon_edge_54.svg create mode 100644 .themes/FlatColor/unity/launcher_icon_glow_200.svg create mode 100644 .themes/FlatColor/unity/launcher_icon_glow_62.svg create mode 100644 .themes/FlatColor/unity/launcher_icon_selected_back_150.svg create mode 100644 .themes/FlatColor/unity/launcher_icon_selected_back_54.svg create mode 100644 .themes/FlatColor/unity/launcher_icon_shadow_200.svg create mode 100644 .themes/FlatColor/unity/launcher_icon_shadow_62.svg create mode 100644 .themes/FlatColor/unity/launcher_icon_shine_150.svg create mode 100644 .themes/FlatColor/unity/launcher_icon_shine_54.svg create mode 100644 .themes/FlatColor/unity/launcher_pip_ltr_19.svg create mode 100644 .themes/FlatColor/unity/launcher_pip_ltr_37.svg create mode 100644 .themes/FlatColor/unity/launcher_pip_rtl_19.svg create mode 100644 .themes/FlatColor/unity/launcher_pip_rtl_37.svg create mode 100644 .themes/FlatColor/unity/maximize.png create mode 100644 .themes/FlatColor/unity/maximize_focused_normal.png create mode 100644 .themes/FlatColor/unity/maximize_focused_prelight.png create mode 100644 .themes/FlatColor/unity/maximize_focused_pressed.png create mode 100644 .themes/FlatColor/unity/maximize_unfocused.png create mode 100644 .themes/FlatColor/unity/maximize_unfocused_prelight.png create mode 100644 .themes/FlatColor/unity/maximize_unfocused_pressed.png create mode 100644 .themes/FlatColor/unity/minimize.png create mode 100644 .themes/FlatColor/unity/minimize_focused_normal.png create mode 100644 .themes/FlatColor/unity/minimize_focused_prelight.png create mode 100644 .themes/FlatColor/unity/minimize_focused_pressed.png create mode 100644 .themes/FlatColor/unity/minimize_unfocused.png create mode 100644 .themes/FlatColor/unity/minimize_unfocused_prelight.png create mode 100644 .themes/FlatColor/unity/minimize_unfocused_pressed.png create mode 100644 .themes/FlatColor/unity/unmaximize.png create mode 100644 .themes/FlatColor/unity/unmaximize_focused_normal.png create mode 100644 .themes/FlatColor/unity/unmaximize_focused_prelight.png create mode 100644 .themes/FlatColor/unity/unmaximize_focused_pressed.png create mode 100644 .themes/FlatColor/unity/unmaximize_unfocused.png create mode 100644 .themes/FlatColor/unity/unmaximize_unfocused_prelight.png create mode 100644 .themes/FlatColor/unity/unmaximize_unfocused_pressed.png (limited to '.themes/FlatColor/unity') diff --git a/.themes/FlatColor/unity/close.png b/.themes/FlatColor/unity/close.png new file mode 100644 index 0000000..9c08573 Binary files /dev/null and b/.themes/FlatColor/unity/close.png differ diff --git a/.themes/FlatColor/unity/close_focused_normal.png b/.themes/FlatColor/unity/close_focused_normal.png new file mode 100644 index 0000000..9c08573 Binary files /dev/null and b/.themes/FlatColor/unity/close_focused_normal.png differ diff --git a/.themes/FlatColor/unity/close_focused_prelight.png b/.themes/FlatColor/unity/close_focused_prelight.png new file mode 100644 index 0000000..519d5ed Binary files /dev/null and b/.themes/FlatColor/unity/close_focused_prelight.png differ diff --git a/.themes/FlatColor/unity/close_focused_pressed.png b/.themes/FlatColor/unity/close_focused_pressed.png new file mode 100644 index 0000000..0767792 Binary files /dev/null and b/.themes/FlatColor/unity/close_focused_pressed.png differ diff --git a/.themes/FlatColor/unity/close_unfocused.png b/.themes/FlatColor/unity/close_unfocused.png new file mode 100644 index 0000000..d4131cf Binary files /dev/null and b/.themes/FlatColor/unity/close_unfocused.png differ diff --git a/.themes/FlatColor/unity/close_unfocused_prelight.png b/.themes/FlatColor/unity/close_unfocused_prelight.png new file mode 100644 index 0000000..519d5ed Binary files /dev/null and b/.themes/FlatColor/unity/close_unfocused_prelight.png differ diff --git a/.themes/FlatColor/unity/close_unfocused_pressed.png b/.themes/FlatColor/unity/close_unfocused_pressed.png new file mode 100644 index 0000000..0767792 Binary files /dev/null and b/.themes/FlatColor/unity/close_unfocused_pressed.png differ diff --git a/.themes/FlatColor/unity/launcher_arrow_ltr_19.svg b/.themes/FlatColor/unity/launcher_arrow_ltr_19.svg new file mode 100644 index 0000000..54797ec --- /dev/null +++ b/.themes/FlatColor/unity/launcher_arrow_ltr_19.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_arrow_ltr_37.svg b/.themes/FlatColor/unity/launcher_arrow_ltr_37.svg new file mode 100644 index 0000000..5996880 --- /dev/null +++ b/.themes/FlatColor/unity/launcher_arrow_ltr_37.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_arrow_outline_ltr_19.svg b/.themes/FlatColor/unity/launcher_arrow_outline_ltr_19.svg new file mode 100644 index 0000000..ccdc371 --- /dev/null +++ b/.themes/FlatColor/unity/launcher_arrow_outline_ltr_19.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_arrow_outline_ltr_37.svg b/.themes/FlatColor/unity/launcher_arrow_outline_ltr_37.svg new file mode 100644 index 0000000..5d19395 --- /dev/null +++ b/.themes/FlatColor/unity/launcher_arrow_outline_ltr_37.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_arrow_outline_rtl_19.svg b/.themes/FlatColor/unity/launcher_arrow_outline_rtl_19.svg new file mode 100644 index 0000000..fc6801d --- /dev/null +++ b/.themes/FlatColor/unity/launcher_arrow_outline_rtl_19.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_arrow_outline_rtl_37.svg b/.themes/FlatColor/unity/launcher_arrow_outline_rtl_37.svg new file mode 100644 index 0000000..3c7a881 --- /dev/null +++ b/.themes/FlatColor/unity/launcher_arrow_outline_rtl_37.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_arrow_rtl_19.svg b/.themes/FlatColor/unity/launcher_arrow_rtl_19.svg new file mode 100644 index 0000000..2068563 --- /dev/null +++ b/.themes/FlatColor/unity/launcher_arrow_rtl_19.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_arrow_rtl_37.svg b/.themes/FlatColor/unity/launcher_arrow_rtl_37.svg new file mode 100644 index 0000000..c88f7d6 --- /dev/null +++ b/.themes/FlatColor/unity/launcher_arrow_rtl_37.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_icon_back_150.svg b/.themes/FlatColor/unity/launcher_icon_back_150.svg new file mode 100644 index 0000000..0f1b73b --- /dev/null +++ b/.themes/FlatColor/unity/launcher_icon_back_150.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_icon_back_54.svg b/.themes/FlatColor/unity/launcher_icon_back_54.svg new file mode 100644 index 0000000..5d3f2b8 --- /dev/null +++ b/.themes/FlatColor/unity/launcher_icon_back_54.svg @@ -0,0 +1,60 @@ + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_icon_edge_150.svg b/.themes/FlatColor/unity/launcher_icon_edge_150.svg new file mode 100644 index 0000000..a4efa7f --- /dev/null +++ b/.themes/FlatColor/unity/launcher_icon_edge_150.svg @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_icon_edge_54.svg b/.themes/FlatColor/unity/launcher_icon_edge_54.svg new file mode 100644 index 0000000..4e3f19a --- /dev/null +++ b/.themes/FlatColor/unity/launcher_icon_edge_54.svg @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_icon_glow_200.svg b/.themes/FlatColor/unity/launcher_icon_glow_200.svg new file mode 100644 index 0000000..a495b30 --- /dev/null +++ b/.themes/FlatColor/unity/launcher_icon_glow_200.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_icon_glow_62.svg b/.themes/FlatColor/unity/launcher_icon_glow_62.svg new file mode 100644 index 0000000..b32254e --- /dev/null +++ b/.themes/FlatColor/unity/launcher_icon_glow_62.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_icon_selected_back_150.svg b/.themes/FlatColor/unity/launcher_icon_selected_back_150.svg new file mode 100644 index 0000000..8f04e02 --- /dev/null +++ b/.themes/FlatColor/unity/launcher_icon_selected_back_150.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_icon_selected_back_54.svg b/.themes/FlatColor/unity/launcher_icon_selected_back_54.svg new file mode 100644 index 0000000..2de3fd8 --- /dev/null +++ b/.themes/FlatColor/unity/launcher_icon_selected_back_54.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_icon_shadow_200.svg b/.themes/FlatColor/unity/launcher_icon_shadow_200.svg new file mode 100644 index 0000000..2fc91a1 --- /dev/null +++ b/.themes/FlatColor/unity/launcher_icon_shadow_200.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_icon_shadow_62.svg b/.themes/FlatColor/unity/launcher_icon_shadow_62.svg new file mode 100644 index 0000000..8d7ad27 --- /dev/null +++ b/.themes/FlatColor/unity/launcher_icon_shadow_62.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_icon_shine_150.svg b/.themes/FlatColor/unity/launcher_icon_shine_150.svg new file mode 100644 index 0000000..d06140d --- /dev/null +++ b/.themes/FlatColor/unity/launcher_icon_shine_150.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_icon_shine_54.svg b/.themes/FlatColor/unity/launcher_icon_shine_54.svg new file mode 100644 index 0000000..3e167a2 --- /dev/null +++ b/.themes/FlatColor/unity/launcher_icon_shine_54.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_pip_ltr_19.svg b/.themes/FlatColor/unity/launcher_pip_ltr_19.svg new file mode 100644 index 0000000..00cf413 --- /dev/null +++ b/.themes/FlatColor/unity/launcher_pip_ltr_19.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_pip_ltr_37.svg b/.themes/FlatColor/unity/launcher_pip_ltr_37.svg new file mode 100644 index 0000000..d787ff2 --- /dev/null +++ b/.themes/FlatColor/unity/launcher_pip_ltr_37.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_pip_rtl_19.svg b/.themes/FlatColor/unity/launcher_pip_rtl_19.svg new file mode 100644 index 0000000..e1bbf38 --- /dev/null +++ b/.themes/FlatColor/unity/launcher_pip_rtl_19.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/FlatColor/unity/launcher_pip_rtl_37.svg b/.themes/FlatColor/unity/launcher_pip_rtl_37.svg new file mode 100644 index 0000000..83ae155 --- /dev/null +++ b/.themes/FlatColor/unity/launcher_pip_rtl_37.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/FlatColor/unity/maximize.png b/.themes/FlatColor/unity/maximize.png new file mode 100644 index 0000000..67c40f6 Binary files /dev/null and b/.themes/FlatColor/unity/maximize.png differ diff --git a/.themes/FlatColor/unity/maximize_focused_normal.png b/.themes/FlatColor/unity/maximize_focused_normal.png new file mode 100644 index 0000000..67c40f6 Binary files /dev/null and b/.themes/FlatColor/unity/maximize_focused_normal.png differ diff --git a/.themes/FlatColor/unity/maximize_focused_prelight.png b/.themes/FlatColor/unity/maximize_focused_prelight.png new file mode 100644 index 0000000..2d164ef Binary files /dev/null and b/.themes/FlatColor/unity/maximize_focused_prelight.png differ diff --git a/.themes/FlatColor/unity/maximize_focused_pressed.png b/.themes/FlatColor/unity/maximize_focused_pressed.png new file mode 100644 index 0000000..5079372 Binary files /dev/null and b/.themes/FlatColor/unity/maximize_focused_pressed.png differ diff --git a/.themes/FlatColor/unity/maximize_unfocused.png b/.themes/FlatColor/unity/maximize_unfocused.png new file mode 100644 index 0000000..d4131cf Binary files /dev/null and b/.themes/FlatColor/unity/maximize_unfocused.png differ diff --git a/.themes/FlatColor/unity/maximize_unfocused_prelight.png b/.themes/FlatColor/unity/maximize_unfocused_prelight.png new file mode 100644 index 0000000..2d164ef Binary files /dev/null and b/.themes/FlatColor/unity/maximize_unfocused_prelight.png differ diff --git a/.themes/FlatColor/unity/maximize_unfocused_pressed.png b/.themes/FlatColor/unity/maximize_unfocused_pressed.png new file mode 100644 index 0000000..5079372 Binary files /dev/null and b/.themes/FlatColor/unity/maximize_unfocused_pressed.png differ diff --git a/.themes/FlatColor/unity/minimize.png b/.themes/FlatColor/unity/minimize.png new file mode 100644 index 0000000..8390693 Binary files /dev/null and b/.themes/FlatColor/unity/minimize.png differ diff --git a/.themes/FlatColor/unity/minimize_focused_normal.png b/.themes/FlatColor/unity/minimize_focused_normal.png new file mode 100644 index 0000000..8390693 Binary files /dev/null and b/.themes/FlatColor/unity/minimize_focused_normal.png differ diff --git a/.themes/FlatColor/unity/minimize_focused_prelight.png b/.themes/FlatColor/unity/minimize_focused_prelight.png new file mode 100644 index 0000000..b4e7db7 Binary files /dev/null and b/.themes/FlatColor/unity/minimize_focused_prelight.png differ diff --git a/.themes/FlatColor/unity/minimize_focused_pressed.png b/.themes/FlatColor/unity/minimize_focused_pressed.png new file mode 100644 index 0000000..5ecf188 Binary files /dev/null and b/.themes/FlatColor/unity/minimize_focused_pressed.png differ diff --git a/.themes/FlatColor/unity/minimize_unfocused.png b/.themes/FlatColor/unity/minimize_unfocused.png new file mode 100644 index 0000000..d4131cf Binary files /dev/null and b/.themes/FlatColor/unity/minimize_unfocused.png differ diff --git a/.themes/FlatColor/unity/minimize_unfocused_prelight.png b/.themes/FlatColor/unity/minimize_unfocused_prelight.png new file mode 100644 index 0000000..b4e7db7 Binary files /dev/null and b/.themes/FlatColor/unity/minimize_unfocused_prelight.png differ diff --git a/.themes/FlatColor/unity/minimize_unfocused_pressed.png b/.themes/FlatColor/unity/minimize_unfocused_pressed.png new file mode 100644 index 0000000..5ecf188 Binary files /dev/null and b/.themes/FlatColor/unity/minimize_unfocused_pressed.png differ diff --git a/.themes/FlatColor/unity/unmaximize.png b/.themes/FlatColor/unity/unmaximize.png new file mode 100644 index 0000000..786e110 Binary files /dev/null and b/.themes/FlatColor/unity/unmaximize.png differ diff --git a/.themes/FlatColor/unity/unmaximize_focused_normal.png b/.themes/FlatColor/unity/unmaximize_focused_normal.png new file mode 100644 index 0000000..786e110 Binary files /dev/null and b/.themes/FlatColor/unity/unmaximize_focused_normal.png differ diff --git a/.themes/FlatColor/unity/unmaximize_focused_prelight.png b/.themes/FlatColor/unity/unmaximize_focused_prelight.png new file mode 100644 index 0000000..2d164ef Binary files /dev/null and b/.themes/FlatColor/unity/unmaximize_focused_prelight.png differ diff --git a/.themes/FlatColor/unity/unmaximize_focused_pressed.png b/.themes/FlatColor/unity/unmaximize_focused_pressed.png new file mode 100644 index 0000000..9fbedbd Binary files /dev/null and b/.themes/FlatColor/unity/unmaximize_focused_pressed.png differ diff --git a/.themes/FlatColor/unity/unmaximize_unfocused.png b/.themes/FlatColor/unity/unmaximize_unfocused.png new file mode 100644 index 0000000..d4131cf Binary files /dev/null and b/.themes/FlatColor/unity/unmaximize_unfocused.png differ diff --git a/.themes/FlatColor/unity/unmaximize_unfocused_prelight.png b/.themes/FlatColor/unity/unmaximize_unfocused_prelight.png new file mode 100644 index 0000000..2d164ef Binary files /dev/null and b/.themes/FlatColor/unity/unmaximize_unfocused_prelight.png differ diff --git a/.themes/FlatColor/unity/unmaximize_unfocused_pressed.png b/.themes/FlatColor/unity/unmaximize_unfocused_pressed.png new file mode 100644 index 0000000..9fbedbd Binary files /dev/null and b/.themes/FlatColor/unity/unmaximize_unfocused_pressed.png differ -- cgit v1.3.1