move astroid config to separate folder

This commit is contained in:
2017-04-13 12:54:32 +02:00
parent 6ceb857a9a
commit 9e4f99145f
16 changed files with 0 additions and 0 deletions

4
astroid/ui/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
.sass-cache*
*.css.map
thread-view.css

View File

@@ -0,0 +1,53 @@
/* ui-version: 3 (do not change when modifying theme for yourself) */
/* Variables */
/* FONTS */
$font-mono: "Input Mono", "Inconsolata", monospace;
$font-sans: "Input Sans", "Roboto", sans-serif;
$font-family-default: $font-mono;
/* COLOURS */
$signed: #BFBF00 !global;
$encrypted: #99cc66 !global;
/* GPG STUFF */
.body_part.encrypted, .body_part.encrypted.signed {
border-left: 2px dashed $encrypted !important;
}
.body_part.signed {
border-left: 2px dashed $signed !important;
}
/* SMALLER THREAD_VIEW */
body:not(.nohide) .email.hide .header_container .preview {
display: none !important;
}
body:not(.nohide) .email.hide .header_container {
padding: 2px !important;
}
body:not(.nohide) .email.hide .header_container .attachment.icon {
float: left;
height: 12px;
}
body:not(.nohide) .email.hide .header_container .subject, body:not(.nohide) .email.hide .header_container .tags {
float: left;
}
/* TV: MARK FLAGGED HIDDEN MAILS */
body:not(.nohide) .email.hide.nm-flagged {
background-color: #ffe2de !important;
}
body:not(.nohide) .email.hide.nm-flagged .header_container .subject {
font-weight: 700;
}
/* TV: MARK UNREAD HIDDEN MAILS */
body:not(.nohide) .email.hide.nm-unread {
background-color: #dedfff !important;
}
body:not(.nohide) .email.hide.nm-unread .header_container .subject {
font-weight: 700;
}
@import '/home/max/bin/astroid/ui/thread-view.scss';

1
astroid/ui/ui-master Symbolic link
View File

@@ -0,0 +1 @@
/home/max/bin/astroid/ui/