summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2026-03-21 10:21:02 +0200
committerSyndamia <kamen@syndamia.com>2026-03-21 10:21:02 +0200
commitefd2a34369e0abc2f80fb903085d0be12d6da69f (patch)
tree6bed508177414971c6c6afba22e2d478ab3bc4c2
parentfd01cdf3fa887a169102a60344038c8fa9d2d168 (diff)
downloadcgit_theme-efd2a34369e0abc2f80fb903085d0be12d6da69f.tar
cgit_theme-efd2a34369e0abc2f80fb903085d0be12d6da69f.tar.gz
cgit_theme-efd2a34369e0abc2f80fb903085d0be12d6da69f.zip
fix: Minor color adjustments
Mostly make things brighter
-rw-r--r--theme_userscript.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/theme_userscript.js b/theme_userscript.js
index 4e6cbae..39ce014 100644
--- a/theme_userscript.js
+++ b/theme_userscript.js
@@ -39,14 +39,14 @@ a[href$=".zip"], a[href$=".tar"], a[href$=".tar.gz"] {
color: #f5e16c !important;
}
body, div#cgit, tr {
- background-color: #212025 !important;
+ background-color: #1f1f1f !important;
}
table.list {
border-collapse: separate !important;
border-spacing: 0 !important;
}
table.list th {
- background-color: #484848;
+ background-color: #4f4f4f;
border: 1px solid #404040;
padding: 0.5rem !important;
@@ -90,7 +90,7 @@ table#header tr:last-child td {
padding-bottom: 2em;
}
table#header td, table.tabs td, div.footer {
- background-color: #303030;
+ background-color: #262626;
}
div.footer {
margin-top: 0 !important;
@@ -111,10 +111,10 @@ div.path {
padding-bottom: 5px !important;
}
table.tabs {
- border-color: #5b5bbd !important;
+ border-color: #4a4a99 !important;
}
table.tabs td a.active {
- background-color: #5b5bbd !important;
+ background-color: #4a4a99 !important;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
@@ -131,7 +131,7 @@ table.commit-info td, table.commit-info th,
div.commit-subject, div.commit-msg,
div.cgit-panel, div.cgit-panel table td,
div.diffstat-header, table.diffstat > tbody > tr > td, div.diffstat-summary, table.diff td {
- background-color: #303030 !important;
+ background-color: #404040 !important;
}
table.commit-info tr:first-child td, table.commit-info tr:first-child th {
padding-top: 2em !important;