Skip to content

Commit

Permalink
Add new theme by Jelloman
Browse files Browse the repository at this point in the history
Colorblind
  • Loading branch information
KevinParnell committed Nov 28, 2018
1 parent cdab2b6 commit 01319ee
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion builds/OneeChan.user.js
Expand Up @@ -2911,7 +2911,7 @@
}, {
name: "Cyber Blue",
authorName: "Jelloman",
authorTrip: "anon......",
authorTrip: "!anon......",
"default": true,
replyOp: "1.0",
navOp: "0.9",
Expand Down Expand Up @@ -2941,6 +2941,39 @@
threadHLColor: "a19dc4",
replybgHLColor: "656980",
replyslctColor: "97b2c2"
}, {
name: "Colorblind",
authorName: "Jelloman",
authorTrip: "!anon......",
"default": true,
replyOp: "1.0",
navOp: "0.9",
mainColor: "545454",
brderColor: "5e5e5e",
inputColor: "454545",
inputbColor: "888888",
headerBGColor: "303030",
headerColor:"bfbfbf",
boardColor: "bfbfbf",
bgColor: "404040",
textColor: "bfbfbf",
blinkColor: "efefef",
headerLColor: "efefef",
headerLHColor: "8a8a8a",
linkColor: "efefef",
linkHColor: "8a8a8a",
qlColor: "efefef",
nameColor: "bfbfbf",
tripColor: "000000",
titleColor: "aaaaaa",
quoteColor: "000000",
unreadColor: "ffffff",
postHLColor: "6e6e6e",
quotesYouHLColor: "000000",
ownPostHLColor: "ffffff",
threadHLColor: "000000",
replybgHLColor: "737373",
replyslctColor: "575757"
}],

init: function() {
Expand Down

0 comments on commit 01319ee

Please sign in to comment.