Skip to content

Instantly share code, notes, and snippets.

@lorenzhs
Created September 2, 2014 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lorenzhs/9aa8a6cf93ac53e50535 to your computer and use it in GitHub Desktop.
Save lorenzhs/9aa8a6cf93ac53e50535 to your computer and use it in GitHub Desktop.
diff --git a/css/themes/light.css b/css/themes/light.css
index 3460f6a..833e30d 100644
--- a/css/themes/light.css
+++ b/css/themes/light.css
@@ -4,7 +4,7 @@ body {
}
#bufferlines {
- background-color: #efefef;
+ background-color: #f5f5f5;
}
html {
@@ -41,7 +41,7 @@ li.notification {
}
::-webkit-scrollbar-track-piece {
- background-color: black;
+ background-color: #aaa;
}
::-webkit-scrollbar-thumb:vertical {
height: 15px;
@@ -94,30 +94,34 @@ input[type=text], input[type=password], #sendMessage, .badge {
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
-moz-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
- border-bottom: 1px solid #121212;
+ border-bottom: 1px solid #aaa;
}
.vertical-line {
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 1px 0 0;
-moz-box-shadow: rgba(255, 255, 255, 0.07) 1px 0 0;
box-shadow: rgba(255, 255, 255, 0.07) 1px 0 0;
- border-right: 1px solid #121212;
+ border-right: 1px solid #aaa;
}
.vertical-line-left {
-webkit-box-shadow: rgba(255, 255, 255, 0.07) -1px 0 0;
-moz-box-shadow: rgba(255, 255, 255, 0.07) -1px 0 0;
box-shadow: rgba(255, 255, 255, 0.07) -1px 0 0;
- border-left: 1px solid #121212;
+ border-left: 1px solid #aaa;
}
.panel-group .panel-heading + .panel-collapse .panel-body, .modal-body, .modal-header, .modal-footer {
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 -1px 0;
-moz-box-shadow: rgba(255, 255, 255, 0.07) 0 -1px 0;
box-shadow: rgba(255, 255, 255, 0.07) 0 -1px 0;
- border-top: 1px solid #121212;
+ border-top: 1px solid #aaa;
}
#readmarker {
border-top-color: rgba(255, 255, 255, 0.3);
- border-bottom-color: #121212;
+ border-bottom-color: #666;
+}
+
+td.prefix {
+ border-right: 1px solid #aaa;
}
/****************************/
@@ -242,7 +246,7 @@ input[type=text], input[type=password], #sendMessage, .badge {
.cob-chat {
}
.cob-chat_time {
- color: #999;
+ color: #999;
}
.cob-chat_time_delimiters {
}
@@ -386,7 +390,7 @@ input[type=text], input[type=password], #sendMessage, .badge {
/* WeeChat colors, foreground */
.cwf-default {
- color: #575757;
+ color: #333;
}
.cwf-black {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment