Conflicts: builds/4chan-X.js builds/4chan-X.meta.js builds/4chan-X.user.js builds/crx.crx builds/crx/manifest.json builds/crx/script.js package.json src/General/Config.coffee src/General/Main.coffee src/General/Settings.coffee src/General/css/burichan.css src/General/css/futaba.css src/General/css/photon.css src/General/css/style.css src/General/css/tomorrow.css src/General/css/yotsuba-b.css src/General/css/yotsuba.css src/General/img/favicons/Original/unreadDead.gif src/General/img/favicons/Original/unreadNSFW.gif src/General/img/favicons/Original/unreadSFW.gif src/General/img/favicons/dead.gif src/General/img/favicons/empty.gif src/General/img/favicons/ferongr/unreadDead.gif src/General/img/favicons/ferongr/unreadNSFW.gif src/General/img/favicons/ferongr/unreadSFW.gif src/General/meta/metadata.js src/Miscellaneous/AnnouncementHiding.coffee src/Miscellaneous/Keybinds.coffee src/Monitoring/ThreadStats.coffee src/Monitoring/ThreadUpdater.coffee src/Posting/QuickReply.coffee src/features/misc/header.coffee src/features/monitoring/favicon.coffee
57 lines
617 B
CSS
57 lines
617 B
CSS
(if Style.lightTheme then """
|
|
.prettyprint {
|
|
background-color: #e7e7e7;
|
|
border: 1px solid #dcdcdc;
|
|
}
|
|
.com {
|
|
color: #dd0000;
|
|
}
|
|
.str,
|
|
.atv {
|
|
color: #7fa61b;
|
|
}
|
|
.pun {
|
|
color: #61663a;
|
|
}
|
|
.tag {
|
|
color: #117743;
|
|
}
|
|
.kwd {
|
|
color: #5a6F9e;
|
|
}
|
|
.typ,
|
|
.atn {
|
|
color: #9474bd;
|
|
}
|
|
.lit {
|
|
color: #368c72;
|
|
}\n
|
|
""" else """
|
|
.prettyprint {
|
|
background-color: rgba(0,0,0,.1);
|
|
border: 1px solid rgba(0,0,0,0.5);
|
|
}
|
|
.tag {
|
|
color: #96562c;
|
|
}
|
|
.pun {
|
|
color: #5b6f2a;
|
|
}
|
|
.com {
|
|
color: #a34443;
|
|
}
|
|
.str,
|
|
.atv {
|
|
color: #8ba446;
|
|
}
|
|
.kwd {
|
|
color: #987d3e;
|
|
}
|
|
.typ,
|
|
.atn {
|
|
color: #897399;
|
|
}
|
|
.lit {
|
|
color: #558773;
|
|
}\n
|
|
""" |