Improve Theme + Color Settings

Completed

Comments

4 comments

  • Official comment
    Avatar
    Rui Jiang

    Theme support has been added:

    https://support.cacher.io/hc/en-us/articles/360002743332-Themes

    Comment actions Permalink
  • Avatar
    Wes Smith

    Dark theme would be great. I've found the white on white of the main content area all blends together making it hard to focus. 

    2
    Comment actions Permalink
  • Avatar
    Wes Smith

    In the meantime, while Rui looks into this as a possible feature, if you use the web app in Chrome and want a darker theme, you could use the Stylebot Chrome Extension  to add your own CSS to the Cacher app page. For example, I just set mine up to look like this: 


     

    If it helps anyone, the css I used was:


     

    div.snippet-scrollable {
    background-color: #99aebf;
    }

    section.section-description h3 {
    color: #faf7fa;
    }

    snippet-files section h3 {
    color: #faf7fa;
    }

    section.snippet-comments h3 {
    color: #fcf9fc;
    }

    div.snippet-header {
    background-color: #667a8a;
    color: #faf7fa;
    }

    div.created {
    color: #faf7fa;
    }

    span.created-by strong {
    color: #faf7fa;
    }

    span.created-time {
    color: #e0dde0;
    }

    li.snippet {
    background-color: #344a5c;
    border-color: #667a8a;
    color: #faf7fa;
    }

    div.controls {
    background-color: #142F43;
    }

    div.list-sort {
    background-color: #142F43;
    color: #fafafa;
    }

    div.dropdown span {
    color: #fcfcfc;
    }

    span.label {
    color: #fafafa;
    }

    button.btn.btn-icon.toggle-edit-snippet-labels {
    color: #fafafa;
    }

    .snippet-main .controls {
    background-color: #667a8a;
    }

    div.comment-meta {
    background-color: #dbdbdb;
    }

    div.comment-controls {
    background-color: #dbdbdb;
    }

    div.comment-body {
    background-color: #edeaed;
    }

    textarea.comment-text.input-static.mousetrap.ng-pristine.ng-invalid.ng-touched {
    background-color: #fafafa;
    }

     

    1
    Comment actions Permalink
  • Avatar
    Sudipto Chandra (Dipu)

     "Dark" Theme would be a great addition

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk