Compare commits
10 Commits
b6ae33d8d6
...
0.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b8561234f | ||
|
|
525659559c | ||
|
|
fdb711151a | ||
|
|
0223664292 | ||
|
|
cbf41d0a81 | ||
|
|
df199097c8 | ||
|
|
753059dfa0 | ||
|
|
fe9a12849d | ||
|
|
87780dc83d | ||
|
|
67a191dc8c |
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) <year> <copyright holders>
|
||||
Copyright (c) 2021 iamdoubz
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Gitea-Pitch-Black
|
||||
|
||||
Pitch black theme for Gitea v1.14 and higher
|
||||
Pitch black theme for Gitea. Original by [iamdoubz](https://git.dou.bet/iamdoubz/Gitea-Pitch-Black) edited by Nx2.
|
||||
|
||||
[](https://pix.dou.bet/image/gUOb)
|
||||
[](https://pix.dou.bet/image/gFN8)
|
||||
|
||||
@@ -180,7 +180,7 @@
|
||||
--color-input-background: #000;
|
||||
--color-input-border: #454545;
|
||||
--color-input-border-hover: #4e5465;
|
||||
--color-navbar: #060606;
|
||||
--color-nav-bg: #060606;
|
||||
--color-light: #00000028;
|
||||
--color-light-border: #ffffff28;
|
||||
--color-hover: #ffffff10;
|
||||
@@ -933,6 +933,37 @@ img[src$="/img/matrix.svg"] {
|
||||
}
|
||||
|
||||
.CodeMirror, .CodeMirror-selected, ::selection {
|
||||
background: var(--color-secondary)!important;
|
||||
color: var(--color-primary)!important;
|
||||
background: var(--color-primary)!important;
|
||||
color: var(--color-secondary)!important;
|
||||
}
|
||||
|
||||
.markup a, .ui.breadcrumb a {
|
||||
color: var(--color-primary-light-7);
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid var(--color-primary);
|
||||
transition-property: all
|
||||
}
|
||||
|
||||
.markup a:hover, .ui.breadcrumb a:hover {
|
||||
color: #000;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
background: #fff;
|
||||
background-color: #fff
|
||||
}
|
||||
|
||||
.markup .anchor {
|
||||
border-bottom: none
|
||||
}
|
||||
|
||||
.markup .anchor:hover {
|
||||
color: var(--color-primary-light-7);
|
||||
border-bottom: none;
|
||||
background: var(--color-body);
|
||||
background-color: var(--color-body)
|
||||
}
|
||||
|
||||
.mtk1, .mtk10 {
|
||||
color: #6D7178!important
|
||||
}
|
||||
Reference in New Issue
Block a user