From c158e0596f6f103ee2e5465051d03028f7b9b181 Mon Sep 17 00:00:00 2001 From: nirav Date: Sat, 27 Apr 2019 17:26:15 +0000 Subject: Rename to im --- data/im.css | 9 +++++++++ data/im.gresources.xml | 6 ++++++ data/qwe.css | 9 --------- data/qwe.gresources.xml | 6 ------ 4 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 data/im.css create mode 100644 data/im.gresources.xml delete mode 100644 data/qwe.css delete mode 100644 data/qwe.gresources.xml (limited to 'data') diff --git a/data/im.css b/data/im.css new file mode 100644 index 0000000..375165e --- /dev/null +++ b/data/im.css @@ -0,0 +1,9 @@ +#info-panel { + background-color: #000000; + color: #ffffff; + padding: 0px 4px; +} + +#main-window { + background-color: #444444; +} diff --git a/data/im.gresources.xml b/data/im.gresources.xml new file mode 100644 index 0000000..5821b3f --- /dev/null +++ b/data/im.gresources.xml @@ -0,0 +1,6 @@ + + + + data/im.css + + diff --git a/data/qwe.css b/data/qwe.css deleted file mode 100644 index 375165e..0000000 --- a/data/qwe.css +++ /dev/null @@ -1,9 +0,0 @@ -#info-panel { - background-color: #000000; - color: #ffffff; - padding: 0px 4px; -} - -#main-window { - background-color: #444444; -} diff --git a/data/qwe.gresources.xml b/data/qwe.gresources.xml deleted file mode 100644 index 336977a..0000000 --- a/data/qwe.gresources.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - data/qwe.css - - -- cgit v1.2.3