Browse Source
Removed dark-term patch (#75)
Removed dark-term patch (#75)
Renamed upstream packages Removed dark-term patch Co-authored-by: Mykyta Solomko <sev@nix.org.ua> Reviewed-on: #75 Co-Authored-By: Mykyta Solomko <sev@no-reply.code.nix.org.ua> Co-Committed-By: Mykyta Solomko <sev@no-reply.code.nix.org.ua>pull/76/head
7 changed files with 57 additions and 120 deletions
-
31woodpecker-agent-git/woodpecker-agent-git.SlackBuild
-
2woodpecker-agent-git/woodpecker-agent-git.info
-
5woodpecker-agent/woodpecker-agent.SlackBuild
-
80woodpecker-server-git/dark-term.patch
-
52woodpecker-server-git/woodpecker-server-git.SlackBuild
-
2woodpecker-server-git/woodpecker-server-git.info
-
5woodpecker-server/woodpecker-server.SlackBuild
@ -1,4 +1,4 @@ |
|||
PRGNAM="woodpecker-server" |
|||
PRGNAM="woodpecker-agent-git" |
|||
VERSION="git" |
|||
HOMEPAGE="https://woodpecker.io/" |
|||
DOWNLOAD="https://github.com/laszlocph/woodpecker/" |
|||
@ -1,80 +0,0 @@ |
|||
diff --git a/web/src/screens/repo/screens/build/logs/components/term.less b/web/src/screens/repo/screens/build/logs/components/term.less
|
|||
index cb8c4e83..9632ef4b 100644
|
|||
--- a/web/src/screens/repo/screens/build/logs/components/term.less
|
|||
+++ b/web/src/screens/repo/screens/build/logs/components/term.less
|
|||
@@ -2,14 +2,14 @@
|
|||
@import '~shared/styles/ansi'; |
|||
|
|||
.term { |
|||
- background: @gray-light;
|
|||
+ background: @gray-dark;
|
|||
border-radius: 2px; |
|||
padding: 20px; |
|||
|
|||
.exitcode { |
|||
-moz-user-select: none; |
|||
-webkit-user-select: none; |
|||
- color: rgba(0, 0, 0, 0.3);
|
|||
+ color: rgba(255, 255, 255, 0.6);
|
|||
font-family: 'Roboto Mono', monospace; |
|||
font-size: 13px; |
|||
margin-top: 10px; |
|||
@@ -21,7 +21,7 @@
|
|||
|
|||
|
|||
.line { |
|||
- color: @gray-dark;
|
|||
+ color: @white;
|
|||
display: flex; |
|||
line-height: 19px; |
|||
max-width: 100%; |
|||
@@ -35,12 +35,12 @@
|
|||
|
|||
a { |
|||
text-decoration: none; |
|||
- color: rgba(0, 0, 0, 0.3);
|
|||
+ color: rgba(255, 255, 255, 0.6);
|
|||
} |
|||
|
|||
div:first-child { |
|||
-webkit-user-select: none; |
|||
- color: rgba(0, 0, 0, 0.3);
|
|||
+ color: rgba(255, 255, 255, 0.6);
|
|||
min-width: 20px; |
|||
padding-right: 20px; |
|||
user-select: none; |
|||
@@ -55,7 +55,7 @@
|
|||
|
|||
div:last-child { |
|||
-webkit-user-select: none; |
|||
- color: rgba(0, 0, 0, 0.3);
|
|||
+ color: rgba(255, 255, 255, 0.6);
|
|||
padding-left: 20px; |
|||
user-select: none; |
|||
} |
|||
@@ -63,13 +63,15 @@
|
|||
|
|||
.highlight { |
|||
.line; |
|||
+ color: @black;
|
|||
background-color: @yellow; |
|||
} |
|||
|
|||
// log loading message |
|||
.loading { |
|||
- background: @gray-light;
|
|||
+ background: @gray-dark;
|
|||
border-radius: 2px; |
|||
+ color: @white;
|
|||
font-family: 'Roboto Mono', monospace; |
|||
font-size: 13px; |
|||
padding: 20px; |
|||
@@ -77,7 +79,7 @@
|
|||
|
|||
// log error message |
|||
.error { |
|||
- background: @gray-light;
|
|||
+ background: @gray-dark;
|
|||
border-radius: 2px; |
|||
color: @red; |
|||
font-size: 14px; |
|||
@ -1,4 +1,4 @@ |
|||
PRGNAM="woodpecker-agent" |
|||
PRGNAM="woodpecker-server-git" |
|||
VERSION="git" |
|||
HOMEPAGE="https://woodpecker.io/" |
|||
DOWNLOAD="https://github.com/laszlocph/woodpecker/" |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue