From 70e03a6be1ab3659da2345ef4d9178f77e3ce4fd Mon Sep 17 00:00:00 2001 From: Sergey Ispravnikov <65862178+sIspravnikov@users.noreply.github.com> Date: Mon, 23 Aug 2021 16:55:52 +0300 Subject: [PATCH] Create theme-gitea-blue.css --- theme-gitea-blue.css | 85 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 theme-gitea-blue.css diff --git a/theme-gitea-blue.css b/theme-gitea-blue.css new file mode 100644 index 0000000..f3721b2 --- /dev/null +++ b/theme-gitea-blue.css @@ -0,0 +1,85 @@ +/* top navigation bar */ + +#repo-files-table a, +.ui.fourteen.wide.column a { + color: #3572b0 !important; +} + +#navbar { + background: #205081 !important; + color: #FFF !important; +} + +/* notifications counter in top navigation bar */ +.notification_count { + background: #ffffff !important; + color: #000 !important; +} + +/* inactive navbar items */ +#navbar .item { + background: #205081 !important; + color: #ffffff !important; +} + +/* active item in top navigation bar */ +#navbar .item.active { + background: #296ca3 !important; + color: #ffffff !important; +} + +/* hover item in top navigation bar */ +#navbar .item:hover { + background: #296ca3 !important; +} + +#navbar .menu .item, +#navbar .user-menu { + background: #205081 !important; + color: #ffffff !important; +} +#navbar .menu .item:hover { + background: #296ca3 !important; + color: #ffffff !important; +} + +.ui.dropdown .menu>.header { + color: #ffffff !important; +} + +.feeds .list ul li.private { + background: #ffffff; +} + +/* buttons */ +.ui.green.button, +.ui.blue.button, +.ui.teal.button, +.ui.primary.button +{ + background: #4183c4 !important; + color: #FFFFFF !important; +} + +.ui.green.button:hover, +.ui.blue.button:hover, +.ui.teal.button:hover, +.ui.primary.button:hover { + background: #31699f !important; + color: #FFFFFF !important; +} + + +/* labels */ +.ui.ui.ui.grey.label, +.ui.ui.ui.black.label, +.ui.ui.ui.green.label +{ + background: #296ca3 !important; + color: #FFFFFF !important; +} + +/* icons color customization */ +.ui .text.green { + color: #296ca3 !important; +}