body.theme-default {
    background-color: #ffffff
}

body.theme-default .title {
    color: #263238
}

body.theme-default .main {
    color: #37474f
}

body.theme-default .sub {
    color: #78909c
}

body.theme-default .post-tag,
body.theme-default .post-category {
    background-color: #263238;
    color: #eceff1
}

body.theme-default :not(.highlight)>*>code {
    background-color: #cfd8dc;
    color: #263238
}

body.theme-default ul.pagination li.page-item {
    background-color: #78909c;
    color: #eceff1
}

body.theme-default ul.pagination li.page-item.active {
    background-color: #263238
}

body.theme-dark {
    background-color: #212121
}

body.theme-dark .title {
    color: #fafafa
}

body.theme-dark .main {
    color: #f5f5f5
}

body.theme-dark .sub {
    color: #757575
}

body.theme-dark .post-tag,
body.theme-dark .post-category {
    background-color: #fafafa;
    color: #212121
}

body.theme-dark :not(.highlight)>*>code {
    background-color: #424242;
    color: #fafafa
}

body.theme-dark ul.pagination li.page-item {
    background-color: #757575;
    color: #212121
}

body.theme-dark ul.pagination li.page-item.active {
    background-color: #fafafa
}

body.theme-red {
    background-color: #ffebee
}

body.theme-red .title {
    color: #b71c1c
}

body.theme-red .main {
    color: #c62828
}

body.theme-red .sub {
    color: #e57373
}

body.theme-red .post-tag,
body.theme-red .post-category {
    background-color: #b71c1c;
    color: #ffebee
}

body.theme-red :not(.highlight)>*>code {
    background-color: #ffcdd2;
    color: #b71c1c
}

body.theme-red ul.pagination li.page-item {
    background-color: #e57373;
    color: #ffebee
}

body.theme-red ul.pagination li.page-item.active {
    background-color: #b71c1c
}

body.theme-green {
    background-color: #e8f5e9
}

body.theme-green .title {
    color: #1b5e20
}

body.theme-green .main {
    color: #2e7d32
}

body.theme-green .sub {
    color: #81c784
}

body.theme-green .post-tag,
body.theme-green .post-category {
    background-color: #1b5e20;
    color: #e8f5e9
}

body.theme-green :not(.highlight)>*>code {
    background-color: #c8e6c9;
    color: #1b5e20
}

body.theme-green ul.pagination li.page-item {
    background-color: #81c784;
    color: #e8f5e9
}

body.theme-green ul.pagination li.page-item.active {
    background-color: #1b5e20
}

body.theme-blue {
    background-color: #e8eaf6
}

body.theme-blue .title {
    color: #1a237e
}

body.theme-blue .main {
    color: #283593
}

body.theme-blue .sub {
    color: #7986cb
}

body.theme-blue .post-tag,
body.theme-blue .post-category {
    background-color: #1a237e;
    color: #e8eaf6
}

body.theme-blue :not(.highlight)>*>code {
    background-color: #c5cae9;
    color: #1a237e
}

body.theme-blue ul.pagination li.page-item {
    background-color: #7986cb;
    color: #e8eaf6
}

body.theme-blue ul.pagination li.page-item.active {
    background-color: #1a237e
}