3016 lines
60 KiB
CSS
3016 lines
60 KiB
CSS
pre {
|
|
color: #bfbfbf;
|
|
background-color: #111111;
|
|
}
|
|
.org-ac-candidate {
|
|
/* ac-candidate-face */
|
|
color: #000000;
|
|
background-color: #d3d3d3;
|
|
}
|
|
.org-ac-candidate-mouse {
|
|
/* ac-candidate-mouse-face */
|
|
color: #ffffff;
|
|
background-color: #0000ff;
|
|
}
|
|
.org-ac-completion {
|
|
/* ac-completion-face */
|
|
color: #a9a9a9;
|
|
text-decoration: underline;
|
|
}
|
|
.org-ac-gtags-candidate {
|
|
/* ac-gtags-candidate-face */
|
|
color: #000080;
|
|
background-color: #d3d3d3;
|
|
}
|
|
.org-ac-gtags-selection {
|
|
/* ac-gtags-selection-face */
|
|
color: #ffffff;
|
|
background-color: #000080;
|
|
}
|
|
.org-ac-selection {
|
|
/* ac-selection-face */
|
|
color: #ffffff;
|
|
background-color: #4682b4;
|
|
}
|
|
.org-ac-slime-menu {
|
|
/* ac-slime-menu-face */
|
|
color: #000000;
|
|
background-color: #d3d3d3;
|
|
}
|
|
.org-ac-slime-selection {
|
|
/* ac-slime-selection-face */
|
|
color: #ffffff;
|
|
background-color: #4682b4;
|
|
}
|
|
.org-ac-yasnippet-candidate {
|
|
/* ac-yasnippet-candidate-face */
|
|
color: #000000;
|
|
background-color: #f4a460;
|
|
}
|
|
.org-ac-yasnippet-selection {
|
|
/* ac-yasnippet-selection-face */
|
|
color: #ffffff;
|
|
background-color: #cd5b45;
|
|
}
|
|
.org-bold {
|
|
/* bold */
|
|
font-weight: bold;
|
|
}
|
|
.org-bold-italic {
|
|
/* bold-italic */
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
.org-bookmark-menu-bookmark {
|
|
/* bookmark-menu-bookmark */
|
|
font-weight: bold;
|
|
}
|
|
.org-bookmark-menu-heading {
|
|
/* bookmark-menu-heading */
|
|
color: #7d71a8;
|
|
}
|
|
.org-border {
|
|
}
|
|
.org-buffer-menu-buffer {
|
|
/* buffer-menu-buffer */
|
|
font-weight: bold;
|
|
}
|
|
.org-builtin {
|
|
/* font-lock-builtin-face */
|
|
color: #54a8a8;
|
|
}
|
|
.org-button {
|
|
/* button */
|
|
color: #a88654;
|
|
text-decoration: underline;
|
|
}
|
|
.org-c-annotation {
|
|
/* c-annotation-face */
|
|
color: #a85454;
|
|
}
|
|
.org-calendar-month-header {
|
|
/* calendar-month-header */
|
|
color: #5476a8;
|
|
}
|
|
.org-calendar-today {
|
|
/* calendar-today */
|
|
text-decoration: underline;
|
|
}
|
|
.org-calendar-weekday-header {
|
|
/* calendar-weekday-header */
|
|
color: #a85454;
|
|
}
|
|
.org-calendar-weekend-header {
|
|
/* calendar-weekend-header */
|
|
color: #969696;
|
|
}
|
|
.org-change-log-acknowledgment {
|
|
/* change-log-acknowledgment */
|
|
color: #969696;
|
|
}
|
|
.org-change-log-conditionals {
|
|
/* change-log-conditionals */
|
|
color: #8d995c;
|
|
}
|
|
.org-change-log-date {
|
|
/* change-log-date */
|
|
color: #54a875;
|
|
}
|
|
.org-change-log-email {
|
|
/* change-log-email */
|
|
color: #8d995c;
|
|
}
|
|
.org-change-log-file {
|
|
/* change-log-file */
|
|
color: #5476a8;
|
|
}
|
|
.org-change-log-function {
|
|
/* change-log-function */
|
|
color: #8d995c;
|
|
}
|
|
.org-change-log-list {
|
|
/* change-log-list */
|
|
color: #a88654;
|
|
}
|
|
.org-change-log-name {
|
|
/* change-log-name */
|
|
color: #a85454;
|
|
}
|
|
.org-comint-highlight-input {
|
|
/* comint-highlight-input */
|
|
font-weight: bold;
|
|
}
|
|
.org-comint-highlight-prompt {
|
|
/* comint-highlight-prompt */
|
|
color: #5476a8;
|
|
}
|
|
.org-comment {
|
|
/* font-lock-comment-face */
|
|
color: #969696;
|
|
}
|
|
.org-comment-delimiter {
|
|
/* font-lock-comment-delimiter-face */
|
|
color: #969696;
|
|
}
|
|
.org-compilation-column-number {
|
|
/* compilation-column-number */
|
|
color: #65a854;
|
|
}
|
|
.org-compilation-error {
|
|
/* compilation-error */
|
|
color: #a85454;
|
|
font-weight: bold;
|
|
}
|
|
.org-compilation-info {
|
|
/* compilation-info */
|
|
color: #5476a8;
|
|
}
|
|
.org-compilation-line-number {
|
|
/* compilation-line-number */
|
|
color: #a88654;
|
|
}
|
|
.org-compilation-mode-line-exit {
|
|
/* compilation-mode-line-exit */
|
|
color: #228b22;
|
|
font-weight: bold;
|
|
}
|
|
.org-compilation-mode-line-fail {
|
|
/* compilation-mode-line-fail */
|
|
color: #ff0000;
|
|
font-weight: bold;
|
|
}
|
|
.org-compilation-mode-line-run {
|
|
/* compilation-mode-line-run */
|
|
color: #a88654;
|
|
}
|
|
.org-compilation-warning {
|
|
/* compilation-warning */
|
|
color: #a88654;
|
|
}
|
|
.org-completions-annotations {
|
|
/* completions-annotations */
|
|
font-style: italic;
|
|
}
|
|
.org-completions-common-part {
|
|
}
|
|
.org-completions-first-difference {
|
|
/* completions-first-difference */
|
|
font-weight: bold;
|
|
}
|
|
.org-constant {
|
|
/* font-lock-constant-face */
|
|
color: #a85454;
|
|
}
|
|
.org-css-property {
|
|
/* css-property */
|
|
color: #8d995c;
|
|
}
|
|
.org-css-selector {
|
|
/* css-selector */
|
|
color: #5476a8;
|
|
}
|
|
.org-ctblXface-cell-select {
|
|
/* ctbl:face-cell-select */
|
|
background-color: #0000ee;
|
|
}
|
|
.org-ctblXface-continue-bar {
|
|
/* ctbl:face-continue-bar */
|
|
background-color: #424242;
|
|
}
|
|
.org-ctblXface-row-select {
|
|
/* ctbl:face-row-select */
|
|
background-color: #00008b;
|
|
}
|
|
.org-cursor {
|
|
/* cursor */
|
|
background-color: #969696;
|
|
}
|
|
.org-custom-button {
|
|
/* custom-button */
|
|
color: #000000;
|
|
background-color: #d3d3d3;
|
|
}
|
|
.org-custom-button-mouse {
|
|
/* custom-button-mouse */
|
|
color: #000000;
|
|
background-color: #e5e5e5;
|
|
}
|
|
.org-custom-button-pressed {
|
|
/* custom-button-pressed */
|
|
color: #000000;
|
|
background-color: #d3d3d3;
|
|
}
|
|
.org-custom-button-pressed-unraised {
|
|
/* custom-button-pressed-unraised */
|
|
color: #ee82ee;
|
|
text-decoration: underline;
|
|
}
|
|
.org-custom-button-unraised {
|
|
/* custom-button-unraised */
|
|
text-decoration: underline;
|
|
}
|
|
.org-custom-changed {
|
|
/* custom-changed */
|
|
color: #ffffff;
|
|
background-color: #0000ff;
|
|
}
|
|
.org-custom-comment {
|
|
/* custom-comment */
|
|
background-color: #696969;
|
|
}
|
|
.org-custom-comment-tag {
|
|
/* custom-comment-tag */
|
|
color: #cccccc;
|
|
}
|
|
.org-custom-documentation {
|
|
}
|
|
.org-custom-face-tag {
|
|
/* custom-face-tag */
|
|
color: #add8e6;
|
|
font-weight: bold;
|
|
}
|
|
.org-custom-group-subtitle {
|
|
/* custom-group-subtitle */
|
|
font-weight: bold;
|
|
}
|
|
.org-custom-group-tag {
|
|
/* custom-group-tag */
|
|
color: #add8e6;
|
|
font-size: 120%;
|
|
font-weight: bold;
|
|
}
|
|
.org-custom-group-tag-1 {
|
|
/* custom-group-tag-1 */
|
|
color: #ffc0cb;
|
|
font-size: 120%;
|
|
font-weight: bold;
|
|
}
|
|
.org-custom-invalid {
|
|
/* custom-invalid */
|
|
color: #ffff00;
|
|
background-color: #ff0000;
|
|
}
|
|
.org-custom-link {
|
|
/* custom-link */
|
|
color: #a88654;
|
|
text-decoration: underline;
|
|
}
|
|
.org-custom-modified {
|
|
/* custom-modified */
|
|
color: #ffffff;
|
|
background-color: #0000ff;
|
|
}
|
|
.org-custom-rogue {
|
|
/* custom-rogue */
|
|
color: #ffc0cb;
|
|
background-color: #000000;
|
|
}
|
|
.org-custom-saved {
|
|
/* custom-saved */
|
|
text-decoration: underline;
|
|
}
|
|
.org-custom-set {
|
|
/* custom-set */
|
|
color: #0000ff;
|
|
background-color: #ffffff;
|
|
}
|
|
.org-custom-state {
|
|
/* custom-state */
|
|
color: #32cd32;
|
|
}
|
|
.org-custom-themed {
|
|
/* custom-themed */
|
|
color: #ffffff;
|
|
background-color: #0000ff;
|
|
}
|
|
.org-custom-variable-button {
|
|
/* custom-variable-button */
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
}
|
|
.org-custom-variable-tag {
|
|
/* custom-variable-tag */
|
|
color: #add8e6;
|
|
font-weight: bold;
|
|
}
|
|
.org-custom-visibility {
|
|
/* custom-visibility */
|
|
color: #a88654;
|
|
font-size: 80%;
|
|
text-decoration: underline;
|
|
}
|
|
.org-diary {
|
|
/* diary */
|
|
color: #ffff00;
|
|
}
|
|
.org-diary-anniversary {
|
|
/* diary-anniversary */
|
|
color: #a88654;
|
|
}
|
|
.org-diary-button {
|
|
}
|
|
.org-diary-time {
|
|
/* diary-time */
|
|
color: #8d995c;
|
|
}
|
|
.org-diff-added {
|
|
/* diff-added */
|
|
background-color: #263f1f;
|
|
}
|
|
.org-diff-changed {
|
|
/* diff-changed */
|
|
background-color: #3f321f;
|
|
}
|
|
.org-diff-context {
|
|
/* diff-context */
|
|
color: #dddddd;
|
|
}
|
|
.org-diff-file-header {
|
|
/* diff-file-header */
|
|
color: #ededed;
|
|
font-weight: bold;
|
|
}
|
|
.org-diff-function {
|
|
/* diff-function */
|
|
color: #a88654;
|
|
}
|
|
.org-diff-header {
|
|
/* diff-header */
|
|
background-color: #3d3d3d;
|
|
}
|
|
.org-diff-hl-change {
|
|
/* diff-hl-change */
|
|
color: #8d995c;
|
|
background-color: #3f321f;
|
|
}
|
|
.org-diff-hl-delete {
|
|
/* diff-hl-delete */
|
|
color: #a85454;
|
|
background-color: #3f1a1a;
|
|
}
|
|
.org-diff-hl-insert {
|
|
/* diff-hl-insert */
|
|
color: #65a854;
|
|
background-color: #263f1f;
|
|
}
|
|
.org-diff-hunk-header {
|
|
/* diff-hunk-header */
|
|
color: #8d995c;
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
}
|
|
.org-diff-index {
|
|
/* diff-index */
|
|
color: #ededed;
|
|
font-weight: bold;
|
|
}
|
|
.org-diff-indicator-added {
|
|
/* diff-indicator-added */
|
|
color: #65a854;
|
|
font-weight: bold;
|
|
}
|
|
.org-diff-indicator-changed {
|
|
/* diff-indicator-changed */
|
|
color: #8d995c;
|
|
font-weight: bold;
|
|
}
|
|
.org-diff-indicator-removed {
|
|
/* diff-indicator-removed */
|
|
color: #a85454;
|
|
font-weight: bold;
|
|
}
|
|
.org-diff-nonexistent {
|
|
/* diff-nonexistent */
|
|
color: #ededed;
|
|
font-weight: bold;
|
|
}
|
|
.org-diff-refine-added {
|
|
/* diff-refine-added */
|
|
color: #65a854;
|
|
}
|
|
.org-diff-refine-changed {
|
|
/* diff-refine-changed */
|
|
color: #8d995c;
|
|
}
|
|
.org-diff-refine-removed {
|
|
/* diff-refine-removed */
|
|
color: #a85454;
|
|
}
|
|
.org-diff-removed {
|
|
/* diff-removed */
|
|
background-color: #3f1a1a;
|
|
}
|
|
.org-dired-directory {
|
|
/* dired-directory */
|
|
color: #5476a8;
|
|
}
|
|
.org-dired-flagged {
|
|
/* dired-flagged */
|
|
background-color: #1f2c3f;
|
|
}
|
|
.org-dired-header {
|
|
/* dired-header */
|
|
color: #54a875;
|
|
font-weight: bold;
|
|
}
|
|
.org-dired-ignored {
|
|
/* dired-ignored */
|
|
color: #969696;
|
|
}
|
|
.org-dired-mark {
|
|
/* dired-mark */
|
|
color: #a85487;
|
|
}
|
|
.org-dired-marked {
|
|
/* dired-marked */
|
|
background-color: #3f1f32;
|
|
}
|
|
.org-dired-perm-write {
|
|
/* dired-perm-write */
|
|
color: #969696;
|
|
}
|
|
.org-dired-symlink {
|
|
/* dired-symlink */
|
|
color: #a88654;
|
|
}
|
|
.org-dired-warning {
|
|
/* dired-warning */
|
|
color: #a88654;
|
|
font-weight: bold;
|
|
}
|
|
.org-doc {
|
|
/* font-lock-doc-face */
|
|
color: #65a854;
|
|
}
|
|
.org-eldoc-highlight-function-argument {
|
|
/* eldoc-highlight-function-argument */
|
|
font-weight: bold;
|
|
}
|
|
.org-epa-field-body {
|
|
/* epa-field-body */
|
|
color: #40e0d0;
|
|
font-style: italic;
|
|
}
|
|
.org-epa-field-name {
|
|
/* epa-field-name */
|
|
color: #afeeee;
|
|
font-weight: bold;
|
|
}
|
|
.org-epa-mark {
|
|
/* epa-mark */
|
|
color: #ffa500;
|
|
font-weight: bold;
|
|
}
|
|
.org-epa-string {
|
|
/* epa-string */
|
|
color: #ffffe0;
|
|
}
|
|
.org-epa-validity-disabled {
|
|
/* epa-validity-disabled */
|
|
font-style: italic;
|
|
}
|
|
.org-epa-validity-high {
|
|
/* epa-validity-high */
|
|
color: #afeeee;
|
|
font-weight: bold;
|
|
}
|
|
.org-epa-validity-low {
|
|
/* epa-validity-low */
|
|
font-style: italic;
|
|
}
|
|
.org-epa-validity-medium {
|
|
/* epa-validity-medium */
|
|
color: #afeeee;
|
|
font-style: italic;
|
|
}
|
|
.org-epcXface-title {
|
|
/* epc:face-title */
|
|
color: #ee30a7;
|
|
font-weight: bold;
|
|
}
|
|
.org-error {
|
|
/* error */
|
|
color: #a85454;
|
|
font-weight: bold;
|
|
}
|
|
.org-escape-glyph {
|
|
/* escape-glyph */
|
|
color: #00ffff;
|
|
}
|
|
.org-eshell-fringe-status-failure {
|
|
/* eshell-fringe-status-failure */
|
|
color: #a85454;
|
|
}
|
|
.org-eshell-fringe-status-success {
|
|
/* eshell-fringe-status-success */
|
|
color: #65a854;
|
|
}
|
|
.org-eshell-ls-archive {
|
|
/* eshell-ls-archive */
|
|
color: #a85487;
|
|
}
|
|
.org-eshell-ls-backup {
|
|
/* eshell-ls-backup */
|
|
color: #a88654;
|
|
}
|
|
.org-eshell-ls-clutter {
|
|
/* eshell-ls-clutter */
|
|
color: #969696;
|
|
}
|
|
.org-eshell-ls-directory {
|
|
/* eshell-ls-directory */
|
|
color: #5476a8;
|
|
}
|
|
.org-eshell-ls-executable {
|
|
/* eshell-ls-executable */
|
|
color: #65a854;
|
|
}
|
|
.org-eshell-ls-missing {
|
|
/* eshell-ls-missing */
|
|
color: #a85454;
|
|
font-weight: bold;
|
|
}
|
|
.org-eshell-ls-product {
|
|
/* eshell-ls-product */
|
|
color: #7d71a8;
|
|
}
|
|
.org-eshell-ls-readonly {
|
|
/* eshell-ls-readonly */
|
|
color: #9754a8;
|
|
}
|
|
.org-eshell-ls-special {
|
|
/* eshell-ls-special */
|
|
color: #54a875;
|
|
}
|
|
.org-eshell-ls-symlink {
|
|
/* eshell-ls-symlink */
|
|
color: #54a8a8;
|
|
}
|
|
.org-eshell-ls-unreadable {
|
|
/* eshell-ls-unreadable */
|
|
color: #a85454;
|
|
}
|
|
.org-eshell-prompt {
|
|
/* eshell-prompt */
|
|
color: #ededed;
|
|
}
|
|
.org-file-name-shadow {
|
|
/* file-name-shadow */
|
|
color: #969696;
|
|
}
|
|
.org-fixed-pitch {
|
|
}
|
|
.org-flycheck-error {
|
|
/* flycheck-error */
|
|
text-decoration: underline;
|
|
}
|
|
.org-flycheck-error-list-checker-name {
|
|
/* flycheck-error-list-checker-name */
|
|
color: #5476a8;
|
|
}
|
|
.org-flycheck-error-list-column-number {
|
|
/* flycheck-error-list-column-number */
|
|
color: #a85454;
|
|
}
|
|
.org-flycheck-error-list-error {
|
|
/* flycheck-error-list-error */
|
|
color: #a85454;
|
|
font-weight: bold;
|
|
}
|
|
.org-flycheck-error-list-highlight {
|
|
/* flycheck-error-list-highlight */
|
|
background-color: #1f3f3f;
|
|
}
|
|
.org-flycheck-error-list-id {
|
|
/* flycheck-error-list-id */
|
|
color: #7d71a8;
|
|
}
|
|
.org-flycheck-error-list-info {
|
|
/* flycheck-error-list-info */
|
|
color: #65a854;
|
|
font-weight: bold;
|
|
}
|
|
.org-flycheck-error-list-line-number {
|
|
/* flycheck-error-list-line-number */
|
|
color: #a85454;
|
|
}
|
|
.org-flycheck-error-list-warning {
|
|
/* flycheck-error-list-warning */
|
|
color: #a88654;
|
|
}
|
|
.org-flycheck-fringe-error {
|
|
/* flycheck-fringe-error */
|
|
color: #a85454;
|
|
font-weight: bold;
|
|
}
|
|
.org-flycheck-fringe-info {
|
|
/* flycheck-fringe-info */
|
|
color: #65a854;
|
|
font-weight: bold;
|
|
}
|
|
.org-flycheck-fringe-warning {
|
|
/* flycheck-fringe-warning */
|
|
color: #a88654;
|
|
}
|
|
.org-flycheck-info {
|
|
/* flycheck-info */
|
|
text-decoration: underline;
|
|
}
|
|
.org-flycheck-warning {
|
|
/* flycheck-warning */
|
|
text-decoration: underline;
|
|
}
|
|
.org-flymake-errline {
|
|
/* flymake-errline */
|
|
text-decoration: underline;
|
|
}
|
|
.org-flymake-warnline {
|
|
/* flymake-warnline */
|
|
text-decoration: underline;
|
|
}
|
|
.org-flyspell-duplicate {
|
|
/* flyspell-duplicate */
|
|
text-decoration: underline;
|
|
}
|
|
.org-flyspell-incorrect {
|
|
/* flyspell-incorrect */
|
|
text-decoration: underline;
|
|
}
|
|
.org-fringe {
|
|
/* fringe */
|
|
color: #bfbfbf;
|
|
background-color: #111111;
|
|
}
|
|
.org-function-name {
|
|
/* font-lock-function-name-face */
|
|
color: #5476a8;
|
|
}
|
|
.org-geiser-font-lock-autodoc-current-arg {
|
|
/* geiser-font-lock-autodoc-current-arg */
|
|
color: #eedd82;
|
|
}
|
|
.org-geiser-font-lock-autodoc-identifier {
|
|
/* geiser-font-lock-autodoc-identifier */
|
|
color: #87cefa;
|
|
}
|
|
.org-geiser-font-lock-doc-button {
|
|
/* geiser-font-lock-doc-button */
|
|
color: #a88654;
|
|
text-decoration: underline;
|
|
}
|
|
.org-geiser-font-lock-doc-link {
|
|
/* geiser-font-lock-doc-link */
|
|
color: #00ffff;
|
|
text-decoration: underline;
|
|
}
|
|
.org-geiser-font-lock-doc-title {
|
|
/* geiser-font-lock-doc-title */
|
|
font-weight: bold;
|
|
}
|
|
.org-geiser-font-lock-error-link {
|
|
/* geiser-font-lock-error-link */
|
|
color: #00ffff;
|
|
text-decoration: underline;
|
|
}
|
|
.org-geiser-font-lock-image-button {
|
|
/* geiser-font-lock-image-button */
|
|
color: #a88654;
|
|
text-decoration: underline;
|
|
}
|
|
.org-geiser-font-lock-repl-input {
|
|
/* geiser-font-lock-repl-input */
|
|
font-weight: bold;
|
|
}
|
|
.org-geiser-font-lock-repl-prompt {
|
|
/* geiser-font-lock-repl-prompt */
|
|
color: #5476a8;
|
|
}
|
|
.org-geiser-font-lock-xref-header {
|
|
/* geiser-font-lock-xref-header */
|
|
font-weight: bold;
|
|
}
|
|
.org-geiser-font-lock-xref-link {
|
|
/* geiser-font-lock-xref-link */
|
|
color: #00ffff;
|
|
text-decoration: underline;
|
|
}
|
|
.org-git-commit-comment-action {
|
|
/* git-commit-comment-action */
|
|
color: #8d995c;
|
|
}
|
|
.org-git-commit-comment-branch {
|
|
/* git-commit-comment-branch */
|
|
color: #8d995c;
|
|
}
|
|
.org-git-commit-comment-detached {
|
|
/* git-commit-comment-detached */
|
|
color: #8d995c;
|
|
}
|
|
.org-git-commit-comment-file {
|
|
/* git-commit-comment-file */
|
|
color: #54a875;
|
|
}
|
|
.org-git-commit-comment-heading {
|
|
/* git-commit-comment-heading */
|
|
color: #a88654;
|
|
}
|
|
.org-git-commit-known-pseudo-header {
|
|
/* git-commit-known-pseudo-header */
|
|
color: #a88654;
|
|
}
|
|
.org-git-commit-nonempty-second-line {
|
|
/* git-commit-nonempty-second-line */
|
|
color: #a88654;
|
|
font-weight: bold;
|
|
}
|
|
.org-git-commit-note {
|
|
/* git-commit-note */
|
|
color: #54a875;
|
|
}
|
|
.org-git-commit-overlong-summary {
|
|
/* git-commit-overlong-summary */
|
|
color: #a88654;
|
|
font-weight: bold;
|
|
}
|
|
.org-git-commit-pseudo-header {
|
|
/* git-commit-pseudo-header */
|
|
color: #54a875;
|
|
}
|
|
.org-git-commit-summary {
|
|
/* git-commit-summary */
|
|
color: #7d71a8;
|
|
}
|
|
.org-glyphless-char {
|
|
/* glyphless-char */
|
|
font-size: 60%;
|
|
}
|
|
.org-gnus-button {
|
|
/* gnus-button */
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-cite-1 {
|
|
/* gnus-cite-1 */
|
|
color: #a85454;
|
|
}
|
|
.org-gnus-cite-10 {
|
|
/* gnus-cite-10 */
|
|
color: #a85487;
|
|
}
|
|
.org-gnus-cite-11 {
|
|
/* gnus-cite-11 */
|
|
color: #ededed;
|
|
}
|
|
.org-gnus-cite-2 {
|
|
/* gnus-cite-2 */
|
|
color: #a88654;
|
|
}
|
|
.org-gnus-cite-3 {
|
|
/* gnus-cite-3 */
|
|
color: #8d995c;
|
|
}
|
|
.org-gnus-cite-4 {
|
|
/* gnus-cite-4 */
|
|
color: #65a854;
|
|
}
|
|
.org-gnus-cite-5 {
|
|
/* gnus-cite-5 */
|
|
color: #54a875;
|
|
}
|
|
.org-gnus-cite-6 {
|
|
/* gnus-cite-6 */
|
|
color: #54a8a8;
|
|
}
|
|
.org-gnus-cite-7 {
|
|
/* gnus-cite-7 */
|
|
color: #5476a8;
|
|
}
|
|
.org-gnus-cite-8 {
|
|
/* gnus-cite-8 */
|
|
color: #7d71a8;
|
|
}
|
|
.org-gnus-cite-9 {
|
|
/* gnus-cite-9 */
|
|
color: #9754a8;
|
|
}
|
|
.org-gnus-cite-attribution {
|
|
/* gnus-cite-attribution */
|
|
font-style: italic;
|
|
}
|
|
.org-gnus-emphasis-bold {
|
|
/* gnus-emphasis-bold */
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-emphasis-bold-italic {
|
|
/* gnus-emphasis-bold-italic */
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
.org-gnus-emphasis-highlight-words {
|
|
/* gnus-emphasis-highlight-words */
|
|
color: #ffff00;
|
|
background-color: #000000;
|
|
}
|
|
.org-gnus-emphasis-italic {
|
|
/* gnus-emphasis-italic */
|
|
font-style: italic;
|
|
}
|
|
.org-gnus-emphasis-strikethru {
|
|
/* gnus-emphasis-strikethru */
|
|
text-decoration: line-through;
|
|
}
|
|
.org-gnus-emphasis-underline {
|
|
/* gnus-emphasis-underline */
|
|
text-decoration: underline;
|
|
}
|
|
.org-gnus-emphasis-underline-bold {
|
|
/* gnus-emphasis-underline-bold */
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
}
|
|
.org-gnus-emphasis-underline-bold-italic {
|
|
/* gnus-emphasis-underline-bold-italic */
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
text-decoration: underline;
|
|
}
|
|
.org-gnus-emphasis-underline-italic {
|
|
/* gnus-emphasis-underline-italic */
|
|
font-style: italic;
|
|
text-decoration: underline;
|
|
}
|
|
.org-gnus-group-mail-1 {
|
|
/* gnus-group-mail-1 */
|
|
color: #e1ffe1;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-group-mail-1-empty {
|
|
/* gnus-group-mail-1-empty */
|
|
color: #e1ffe1;
|
|
}
|
|
.org-gnus-group-mail-2 {
|
|
/* gnus-group-mail-2 */
|
|
color: #c1ffc1;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-group-mail-2-empty {
|
|
/* gnus-group-mail-2-empty */
|
|
color: #c1ffc1;
|
|
}
|
|
.org-gnus-group-mail-3 {
|
|
/* gnus-group-mail-3 */
|
|
color: #54a8a8;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-group-mail-3-empty {
|
|
/* gnus-group-mail-3-empty */
|
|
color: #54a8a8;
|
|
}
|
|
.org-gnus-group-mail-low {
|
|
/* gnus-group-mail-low */
|
|
color: #76eec6;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-group-mail-low-empty {
|
|
/* gnus-group-mail-low-empty */
|
|
color: #76eec6;
|
|
}
|
|
.org-gnus-group-news-1 {
|
|
/* gnus-group-news-1 */
|
|
color: #afeeee;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-group-news-1-empty {
|
|
/* gnus-group-news-1-empty */
|
|
color: #afeeee;
|
|
}
|
|
.org-gnus-group-news-2 {
|
|
/* gnus-group-news-2 */
|
|
color: #40e0d0;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-group-news-2-empty {
|
|
/* gnus-group-news-2-empty */
|
|
color: #40e0d0;
|
|
}
|
|
.org-gnus-group-news-3 {
|
|
/* gnus-group-news-3 */
|
|
color: #a85454;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-group-news-3-empty {
|
|
/* gnus-group-news-3-empty */
|
|
color: #a85454;
|
|
}
|
|
.org-gnus-group-news-4 {
|
|
/* gnus-group-news-4 */
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-group-news-4-empty {
|
|
}
|
|
.org-gnus-group-news-5 {
|
|
/* gnus-group-news-5 */
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-group-news-5-empty {
|
|
}
|
|
.org-gnus-group-news-6 {
|
|
/* gnus-group-news-6 */
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-group-news-6-empty {
|
|
}
|
|
.org-gnus-group-news-low {
|
|
/* gnus-group-news-low */
|
|
color: #00ced1;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-group-news-low-empty {
|
|
/* gnus-group-news-low-empty */
|
|
color: #00ced1;
|
|
}
|
|
.org-gnus-header-content {
|
|
/* gnus-header-content */
|
|
color: #969696;
|
|
font-style: italic;
|
|
}
|
|
.org-gnus-header-from {
|
|
/* gnus-header-from */
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-header-name {
|
|
/* gnus-header-name */
|
|
color: #5476a8;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-header-newsgroups {
|
|
/* gnus-header-newsgroups */
|
|
color: #ededed;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-header-subject {
|
|
/* gnus-header-subject */
|
|
color: #8d995c;
|
|
}
|
|
.org-gnus-server-agent {
|
|
/* gnus-server-agent */
|
|
color: #afeeee;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-server-closed {
|
|
/* gnus-server-closed */
|
|
color: #add8e6;
|
|
font-style: italic;
|
|
}
|
|
.org-gnus-server-cloud {
|
|
/* gnus-server-cloud */
|
|
color: #98fb98;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-server-denied {
|
|
/* gnus-server-denied */
|
|
color: #ffc0cb;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-server-offline {
|
|
/* gnus-server-offline */
|
|
color: #ffff00;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-server-opened {
|
|
/* gnus-server-opened */
|
|
color: #00ff00;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-signature {
|
|
/* gnus-signature */
|
|
color: #969696;
|
|
font-style: italic;
|
|
}
|
|
.org-gnus-splash {
|
|
/* gnus-splash */
|
|
color: #bfbfbf;
|
|
}
|
|
.org-gnus-summary-cancelled {
|
|
/* gnus-summary-cancelled */
|
|
color: #8d995c;
|
|
background-color: #3d3d3d;
|
|
}
|
|
.org-gnus-summary-high-ancient {
|
|
/* gnus-summary-high-ancient */
|
|
color: #54a8a8;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-summary-high-read {
|
|
/* gnus-summary-high-read */
|
|
color: #969696;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-summary-high-ticked {
|
|
/* gnus-summary-high-ticked */
|
|
color: #bfbfbf;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-summary-high-undownloaded {
|
|
/* gnus-summary-high-undownloaded */
|
|
color: #d3d3d3;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-summary-high-unread {
|
|
/* gnus-summary-high-unread */
|
|
color: #bfbfbf;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-summary-low-ancient {
|
|
/* gnus-summary-low-ancient */
|
|
color: #54a8a8;
|
|
font-style: italic;
|
|
}
|
|
.org-gnus-summary-low-read {
|
|
/* gnus-summary-low-read */
|
|
color: #969696;
|
|
font-style: italic;
|
|
}
|
|
.org-gnus-summary-low-ticked {
|
|
/* gnus-summary-low-ticked */
|
|
color: #bfbfbf;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
.org-gnus-summary-low-undownloaded {
|
|
/* gnus-summary-low-undownloaded */
|
|
color: #d3d3d3;
|
|
font-style: italic;
|
|
}
|
|
.org-gnus-summary-low-unread {
|
|
/* gnus-summary-low-unread */
|
|
color: #bfbfbf;
|
|
font-style: italic;
|
|
}
|
|
.org-gnus-summary-normal-ancient {
|
|
/* gnus-summary-normal-ancient */
|
|
color: #54a8a8;
|
|
}
|
|
.org-gnus-summary-normal-read {
|
|
/* gnus-summary-normal-read */
|
|
color: #969696;
|
|
}
|
|
.org-gnus-summary-normal-ticked {
|
|
/* gnus-summary-normal-ticked */
|
|
color: #bfbfbf;
|
|
font-weight: bold;
|
|
}
|
|
.org-gnus-summary-normal-undownloaded {
|
|
/* gnus-summary-normal-undownloaded */
|
|
color: #d3d3d3;
|
|
}
|
|
.org-gnus-summary-normal-unread {
|
|
/* gnus-summary-normal-unread */
|
|
color: #bfbfbf;
|
|
}
|
|
.org-gnus-summary-selected {
|
|
/* gnus-summary-selected */
|
|
background-color: #1f2c3f;
|
|
font-weight: bold;
|
|
}
|
|
.org-header-line {
|
|
/* header-line */
|
|
color: #e5e5e5;
|
|
background-color: #333333;
|
|
}
|
|
.org-help-argument-name {
|
|
/* help-argument-name */
|
|
font-style: italic;
|
|
}
|
|
.org-hes-escape-backslash {
|
|
/* hes-escape-backslash-face */
|
|
color: #a85454;
|
|
}
|
|
.org-hes-escape-sequence {
|
|
/* hes-escape-sequence-face */
|
|
color: #a85487;
|
|
}
|
|
.org-highlight {
|
|
/* highlight */
|
|
background-color: #1f3f3f;
|
|
}
|
|
.org-highlight-defined-builtin-function-name {
|
|
/* highlight-defined-builtin-function-name-face */
|
|
color: #5476a8;
|
|
}
|
|
.org-highlight-defined-face-name {
|
|
/* highlight-defined-face-name-face */
|
|
color: #bfbfbf;
|
|
background-color: #111111;
|
|
}
|
|
.org-highlight-defined-function-name {
|
|
/* highlight-defined-function-name-face */
|
|
color: #5476a8;
|
|
}
|
|
.org-highlight-defined-macro-name {
|
|
/* highlight-defined-macro-name-face */
|
|
color: #5476a8;
|
|
}
|
|
.org-highlight-defined-special-form-name {
|
|
/* highlight-defined-special-form-name-face */
|
|
color: #5476a8;
|
|
}
|
|
.org-highlight-defined-variable-name {
|
|
/* highlight-defined-variable-name-face */
|
|
color: #8d995c;
|
|
}
|
|
.org-highlight-numbers-number {
|
|
/* highlight-numbers-number */
|
|
color: #a85454;
|
|
}
|
|
.org-hl-indent {
|
|
/* hl-indent-face */
|
|
background-color: #222222;
|
|
}
|
|
.org-hl-indent-block-face-1 {
|
|
/* hl-indent-block-face-1 */
|
|
background-color: #130606;
|
|
}
|
|
.org-hl-indent-block-face-2 {
|
|
/* hl-indent-block-face-2 */
|
|
background-color: #170707;
|
|
}
|
|
.org-hl-indent-block-face-3 {
|
|
/* hl-indent-block-face-3 */
|
|
background-color: #1a0808;
|
|
}
|
|
.org-hl-indent-block-face-4 {
|
|
/* hl-indent-block-face-4 */
|
|
background-color: #1c0909;
|
|
}
|
|
.org-hl-indent-block-face-5 {
|
|
/* hl-indent-block-face-5 */
|
|
background-color: #1f0a0a;
|
|
}
|
|
.org-hl-indent-block-face-6 {
|
|
/* hl-indent-block-face-6 */
|
|
background-color: #210a0a;
|
|
}
|
|
.org-holiday {
|
|
/* holiday */
|
|
background-color: #8b4513;
|
|
}
|
|
.org-ido-first-match {
|
|
/* ido-first-match */
|
|
font-weight: bold;
|
|
}
|
|
.org-ido-incomplete-regexp {
|
|
/* ido-incomplete-regexp */
|
|
color: #a88654;
|
|
font-weight: bold;
|
|
}
|
|
.org-ido-indicator {
|
|
/* ido-indicator */
|
|
color: #ffff00;
|
|
background-color: #ff0000;
|
|
}
|
|
.org-ido-only-match {
|
|
/* ido-only-match */
|
|
color: #228b22;
|
|
}
|
|
.org-ido-subdir {
|
|
/* ido-subdir */
|
|
color: #a85454;
|
|
}
|
|
.org-ido-virtual {
|
|
/* ido-virtual */
|
|
color: #54a8a8;
|
|
}
|
|
.org-info-header-node {
|
|
/* info-header-node */
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
.org-info-header-xref {
|
|
/* info-header-xref */
|
|
color: #a88654;
|
|
text-decoration: underline;
|
|
}
|
|
.org-info-index-match {
|
|
/* info-index-match */
|
|
background-color: #3a5fcd;
|
|
}
|
|
.org-info-menu-header {
|
|
/* info-menu-header */
|
|
font-weight: bold;
|
|
}
|
|
.org-info-menu-star {
|
|
/* info-menu-star */
|
|
color: #ff0000;
|
|
}
|
|
.org-info-node {
|
|
/* info-node */
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
.org-info-quoted {
|
|
}
|
|
.org-info-title-1 {
|
|
/* info-title-1 */
|
|
font-size: 172%;
|
|
font-weight: bold;
|
|
}
|
|
.org-info-title-2 {
|
|
/* info-title-2 */
|
|
font-size: 144%;
|
|
font-weight: bold;
|
|
}
|
|
.org-info-title-3 {
|
|
/* info-title-3 */
|
|
font-size: 120%;
|
|
font-weight: bold;
|
|
}
|
|
.org-info-title-4 {
|
|
/* info-title-4 */
|
|
font-weight: bold;
|
|
}
|
|
.org-info-xref {
|
|
/* info-xref */
|
|
color: #a88654;
|
|
text-decoration: underline;
|
|
}
|
|
.org-isearch {
|
|
/* isearch */
|
|
background-color: #343922;
|
|
}
|
|
.org-isearch-fail {
|
|
/* isearch-fail */
|
|
background-color: #3f1a1a;
|
|
}
|
|
.org-italic {
|
|
/* italic */
|
|
font-style: italic;
|
|
}
|
|
.org-jabber-activity {
|
|
/* jabber-activity-face */
|
|
color: #a85454;
|
|
}
|
|
.org-jabber-activity-personal {
|
|
/* jabber-activity-personal-face */
|
|
color: #5476a8;
|
|
}
|
|
.org-jabber-chat-error {
|
|
/* jabber-chat-error */
|
|
color: #a85454;
|
|
font-weight: bold;
|
|
}
|
|
.org-jabber-chat-prompt-foreign {
|
|
/* jabber-chat-prompt-foreign */
|
|
color: #a85454;
|
|
font-style: italic;
|
|
}
|
|
.org-jabber-chat-prompt-local {
|
|
/* jabber-chat-prompt-local */
|
|
color: #5476a8;
|
|
font-style: italic;
|
|
}
|
|
.org-jabber-chat-prompt-system {
|
|
/* jabber-chat-prompt-system */
|
|
color: #65a854;
|
|
font-style: italic;
|
|
}
|
|
.org-jabber-chat-text-foreign {
|
|
}
|
|
.org-jabber-chat-text-local {
|
|
}
|
|
.org-jabber-rare-time {
|
|
/* jabber-rare-time-face */
|
|
color: #bfbfbf;
|
|
text-decoration: underline;
|
|
}
|
|
.org-jabber-roster-user-away {
|
|
/* jabber-roster-user-away */
|
|
color: #65a854;
|
|
font-style: italic;
|
|
}
|
|
.org-jabber-roster-user-chatty {
|
|
/* jabber-roster-user-chatty */
|
|
color: #a85487;
|
|
}
|
|
.org-jabber-roster-user-dnd {
|
|
/* jabber-roster-user-dnd */
|
|
color: #a85454;
|
|
}
|
|
.org-jabber-roster-user-error {
|
|
/* jabber-roster-user-error */
|
|
color: #a85454;
|
|
font-weight: bold;
|
|
}
|
|
.org-jabber-roster-user-offline {
|
|
/* jabber-roster-user-offline */
|
|
color: #969696;
|
|
font-style: italic;
|
|
}
|
|
.org-jabber-roster-user-online {
|
|
/* jabber-roster-user-online */
|
|
color: #5476a8;
|
|
}
|
|
.org-jabber-roster-user-xa {
|
|
/* jabber-roster-user-xa */
|
|
color: #9754a8;
|
|
}
|
|
.org-jabber-title-large {
|
|
/* jabber-title-large */
|
|
font-size: 300%;
|
|
font-weight: bold;
|
|
}
|
|
.org-jabber-title-medium {
|
|
/* jabber-title-medium */
|
|
font-size: 200%;
|
|
font-weight: bold;
|
|
}
|
|
.org-jabber-title-small {
|
|
/* jabber-title-small */
|
|
font-weight: bold;
|
|
}
|
|
.org-jediXhighlight-function-argument {
|
|
/* jedi:highlight-function-argument */
|
|
font-weight: bold;
|
|
}
|
|
.org-js2-error {
|
|
/* js2-error */
|
|
color: #ff0000;
|
|
}
|
|
.org-js2-external-variable {
|
|
/* js2-external-variable */
|
|
color: #9754a8;
|
|
}
|
|
.org-js2-function-call {
|
|
/* js2-function-call */
|
|
color: #bfbfbf;
|
|
background-color: #111111;
|
|
}
|
|
.org-js2-function-param {
|
|
/* js2-function-param */
|
|
color: #65a854;
|
|
}
|
|
.org-js2-instance-member {
|
|
/* js2-instance-member */
|
|
color: #9932cc;
|
|
}
|
|
.org-js2-jsdoc-html-tag-delimiter {
|
|
/* js2-jsdoc-html-tag-delimiter */
|
|
color: #00ff00;
|
|
}
|
|
.org-js2-jsdoc-html-tag-name {
|
|
/* js2-jsdoc-html-tag-name */
|
|
color: #ffff00;
|
|
}
|
|
.org-js2-jsdoc-tag {
|
|
/* js2-jsdoc-tag */
|
|
color: #708090;
|
|
}
|
|
.org-js2-jsdoc-type {
|
|
/* js2-jsdoc-type */
|
|
color: #4682b4;
|
|
}
|
|
.org-js2-jsdoc-value {
|
|
/* js2-jsdoc-value */
|
|
color: #cdaf95;
|
|
}
|
|
.org-js2-private-function-call {
|
|
/* js2-private-function-call */
|
|
color: #daa520;
|
|
}
|
|
.org-js2-private-member {
|
|
/* js2-private-member */
|
|
color: #cdaf95;
|
|
}
|
|
.org-js2-warning {
|
|
/* js2-warning */
|
|
text-decoration: underline;
|
|
}
|
|
.org-keyword {
|
|
/* font-lock-keyword-face */
|
|
color: #a88654;
|
|
}
|
|
.org-lazy-highlight {
|
|
/* lazy-highlight */
|
|
background-color: #668b8b;
|
|
}
|
|
.org-link {
|
|
/* link */
|
|
color: #a88654;
|
|
text-decoration: underline;
|
|
}
|
|
.org-link-visited {
|
|
/* link-visited */
|
|
color: #9754a8;
|
|
text-decoration: underline;
|
|
}
|
|
.org-log-edit-header {
|
|
/* log-edit-header */
|
|
color: #a88654;
|
|
}
|
|
.org-log-edit-summary {
|
|
/* log-edit-summary */
|
|
color: #5476a8;
|
|
}
|
|
.org-log-edit-unknown-header {
|
|
/* log-edit-unknown-header */
|
|
color: #969696;
|
|
}
|
|
.org-magit-bisect-bad {
|
|
/* magit-bisect-bad */
|
|
color: #a85454;
|
|
}
|
|
.org-magit-bisect-good {
|
|
/* magit-bisect-good */
|
|
color: #65a854;
|
|
}
|
|
.org-magit-bisect-skip {
|
|
/* magit-bisect-skip */
|
|
color: #969696;
|
|
}
|
|
.org-magit-blame-date {
|
|
/* magit-blame-date */
|
|
color: #a85487;
|
|
background-color: #3d3d3d;
|
|
}
|
|
.org-magit-blame-hash {
|
|
/* magit-blame-hash */
|
|
color: #9754a8;
|
|
background-color: #3d3d3d;
|
|
}
|
|
.org-magit-blame-heading {
|
|
/* magit-blame-heading */
|
|
color: #bfbfbf;
|
|
background-color: #3d3d3d;
|
|
}
|
|
.org-magit-blame-name {
|
|
/* magit-blame-name */
|
|
color: #54a875;
|
|
background-color: #3d3d3d;
|
|
}
|
|
.org-magit-blame-summary {
|
|
/* magit-blame-summary */
|
|
color: #65a854;
|
|
background-color: #3d3d3d;
|
|
}
|
|
.org-magit-branch-current {
|
|
/* magit-branch-current */
|
|
color: #bfbfbf;
|
|
background-color: #1f2c3f;
|
|
}
|
|
.org-magit-branch-local {
|
|
/* magit-branch-local */
|
|
color: #bfbfbf;
|
|
background-color: #381f3f;
|
|
}
|
|
.org-magit-branch-remote {
|
|
/* magit-branch-remote */
|
|
color: #bfbfbf;
|
|
background-color: #263f1f;
|
|
}
|
|
.org-magit-cherry-equivalent {
|
|
/* magit-cherry-equivalent */
|
|
color: #ff00ff;
|
|
}
|
|
.org-magit-cherry-unmatched {
|
|
/* magit-cherry-unmatched */
|
|
color: #00ffff;
|
|
}
|
|
.org-magit-diff-added {
|
|
/* magit-diff-added */
|
|
background-color: #263f1f;
|
|
}
|
|
.org-magit-diff-added-highlight {
|
|
/* magit-diff-added-highlight */
|
|
background-color: #263f1f;
|
|
}
|
|
.org-magit-diff-base {
|
|
/* magit-diff-base */
|
|
color: #ffffcc;
|
|
background-color: #555522;
|
|
}
|
|
.org-magit-diff-base-highlight {
|
|
/* magit-diff-base-highlight */
|
|
color: #eeeebb;
|
|
background-color: #666622;
|
|
}
|
|
.org-magit-diff-conflict-heading {
|
|
/* magit-diff-conflict-heading */
|
|
color: #b3b3b3;
|
|
background-color: #404040;
|
|
}
|
|
.org-magit-diff-context {
|
|
/* magit-diff-context */
|
|
color: #969696;
|
|
}
|
|
.org-magit-diff-context-highlight {
|
|
/* magit-diff-context-highlight */
|
|
color: #969696;
|
|
background-color: #222222;
|
|
}
|
|
.org-magit-diff-file-heading {
|
|
/* magit-diff-file-heading */
|
|
color: #ededed;
|
|
font-weight: bold;
|
|
}
|
|
.org-magit-diff-file-heading-selection {
|
|
/* magit-diff-file-heading-selection */
|
|
color: #cd8162;
|
|
background-color: #333333;
|
|
font-weight: bold;
|
|
}
|
|
.org-magit-diff-hunk-heading {
|
|
/* magit-diff-hunk-heading */
|
|
color: #b3b3b3;
|
|
background-color: #404040;
|
|
}
|
|
.org-magit-diff-hunk-heading-highlight {
|
|
/* magit-diff-hunk-heading-highlight */
|
|
color: #b3b3b3;
|
|
background-color: #595959;
|
|
}
|
|
.org-magit-diff-hunk-heading-selection {
|
|
/* magit-diff-hunk-heading-selection */
|
|
color: #cd8162;
|
|
background-color: #595959;
|
|
}
|
|
.org-magit-diff-lines-boundary {
|
|
/* magit-diff-lines-boundary */
|
|
color: #cccccc;
|
|
background-color: #8b4c39;
|
|
}
|
|
.org-magit-diff-lines-heading {
|
|
/* magit-diff-lines-heading */
|
|
color: #cccccc;
|
|
background-color: #8b4c39;
|
|
}
|
|
.org-magit-diff-our {
|
|
/* magit-diff-our */
|
|
background-color: #3f1a1a;
|
|
}
|
|
.org-magit-diff-our-highlight {
|
|
/* magit-diff-our-highlight */
|
|
background-color: #3f1a1a;
|
|
}
|
|
.org-magit-diff-removed {
|
|
/* magit-diff-removed */
|
|
background-color: #3f1a1a;
|
|
}
|
|
.org-magit-diff-removed-highlight {
|
|
/* magit-diff-removed-highlight */
|
|
background-color: #3f1a1a;
|
|
}
|
|
.org-magit-diff-their {
|
|
/* magit-diff-their */
|
|
background-color: #263f1f;
|
|
}
|
|
.org-magit-diff-their-highlight {
|
|
/* magit-diff-their-highlight */
|
|
background-color: #263f1f;
|
|
}
|
|
.org-magit-diff-whitespace-warning {
|
|
/* magit-diff-whitespace-warning */
|
|
background-color: #a85454;
|
|
}
|
|
.org-magit-diffstat-added {
|
|
/* magit-diffstat-added */
|
|
color: #448844;
|
|
}
|
|
.org-magit-diffstat-removed {
|
|
/* magit-diffstat-removed */
|
|
color: #aa4444;
|
|
}
|
|
.org-magit-dimmed {
|
|
/* magit-dimmed */
|
|
color: #7f7f7f;
|
|
}
|
|
.org-magit-filename {
|
|
}
|
|
.org-magit-hash {
|
|
/* magit-hash */
|
|
color: #666666;
|
|
}
|
|
.org-magit-head {
|
|
/* magit-head */
|
|
color: #bfbfbf;
|
|
background-color: #381f3f;
|
|
}
|
|
.org-magit-header-line {
|
|
/* magit-header-line */
|
|
color: #54a875;
|
|
font-size: 130%;
|
|
}
|
|
.org-magit-log-author {
|
|
/* magit-log-author */
|
|
color: #ff6347;
|
|
}
|
|
.org-magit-log-date {
|
|
/* magit-log-date */
|
|
color: #cccccc;
|
|
}
|
|
.org-magit-log-graph {
|
|
/* magit-log-graph */
|
|
color: #cccccc;
|
|
}
|
|
.org-magit-popup-argument {
|
|
/* magit-popup-argument */
|
|
color: #a88654;
|
|
font-weight: bold;
|
|
}
|
|
.org-magit-popup-disabled-argument {
|
|
/* magit-popup-disabled-argument */
|
|
color: #969696;
|
|
}
|
|
.org-magit-popup-heading {
|
|
/* magit-popup-heading */
|
|
color: #a88654;
|
|
}
|
|
.org-magit-popup-key {
|
|
/* magit-popup-key */
|
|
color: #54a8a8;
|
|
}
|
|
.org-magit-popup-option-value {
|
|
/* magit-popup-option-value */
|
|
color: #54a875;
|
|
}
|
|
.org-magit-process-ng {
|
|
/* magit-process-ng */
|
|
color: #a85454;
|
|
}
|
|
.org-magit-process-ok {
|
|
/* magit-process-ok */
|
|
color: #65a854;
|
|
}
|
|
.org-magit-reflog-amend {
|
|
/* magit-reflog-amend */
|
|
color: #ff00ff;
|
|
}
|
|
.org-magit-reflog-checkout {
|
|
/* magit-reflog-checkout */
|
|
color: #0000ff;
|
|
}
|
|
.org-magit-reflog-cherry-pick {
|
|
/* magit-reflog-cherry-pick */
|
|
color: #00ff00;
|
|
}
|
|
.org-magit-reflog-commit {
|
|
/* magit-reflog-commit */
|
|
color: #00ff00;
|
|
}
|
|
.org-magit-reflog-merge {
|
|
/* magit-reflog-merge */
|
|
color: #00ff00;
|
|
}
|
|
.org-magit-reflog-other {
|
|
/* magit-reflog-other */
|
|
color: #00ffff;
|
|
}
|
|
.org-magit-reflog-rebase {
|
|
/* magit-reflog-rebase */
|
|
color: #ff00ff;
|
|
}
|
|
.org-magit-reflog-remote {
|
|
/* magit-reflog-remote */
|
|
color: #00ffff;
|
|
}
|
|
.org-magit-reflog-reset {
|
|
/* magit-reflog-reset */
|
|
color: #ff0000;
|
|
}
|
|
.org-magit-refname {
|
|
/* magit-refname */
|
|
color: #cccccc;
|
|
}
|
|
.org-magit-refname-stash {
|
|
/* magit-refname-stash */
|
|
color: #cccccc;
|
|
}
|
|
.org-magit-refname-wip {
|
|
/* magit-refname-wip */
|
|
color: #cccccc;
|
|
}
|
|
.org-magit-section-heading {
|
|
/* magit-section-heading */
|
|
color: #54a875;
|
|
font-size: 130%;
|
|
}
|
|
.org-magit-section-heading-selection {
|
|
/* magit-section-heading-selection */
|
|
color: #cd8162;
|
|
}
|
|
.org-magit-section-highlight {
|
|
/* magit-section-highlight */
|
|
background-color: #333333;
|
|
}
|
|
.org-magit-section-secondary-heading {
|
|
/* magit-section-secondary-heading */
|
|
font-weight: bold;
|
|
}
|
|
.org-magit-sequence-done {
|
|
/* magit-sequence-done */
|
|
color: #666666;
|
|
}
|
|
.org-magit-sequence-drop {
|
|
/* magit-sequence-drop */
|
|
color: #cd5c5c;
|
|
}
|
|
.org-magit-sequence-head {
|
|
/* magit-sequence-head */
|
|
color: #b0e2ff;
|
|
}
|
|
.org-magit-sequence-onto {
|
|
/* magit-sequence-onto */
|
|
color: #666666;
|
|
}
|
|
.org-magit-sequence-part {
|
|
/* magit-sequence-part */
|
|
color: #eedc82;
|
|
}
|
|
.org-magit-sequence-pick {
|
|
/* magit-sequence-pick */
|
|
color: #bfbfbf;
|
|
background-color: #111111;
|
|
}
|
|
.org-magit-sequence-stop {
|
|
/* magit-sequence-stop */
|
|
color: #b4eeb4;
|
|
}
|
|
.org-magit-signature-bad {
|
|
/* magit-signature-bad */
|
|
color: #ff0000;
|
|
}
|
|
.org-magit-signature-good {
|
|
/* magit-signature-good */
|
|
color: #00ff00;
|
|
}
|
|
.org-magit-signature-untrusted {
|
|
/* magit-signature-untrusted */
|
|
color: #00ffff;
|
|
}
|
|
.org-magit-tag {
|
|
/* magit-tag */
|
|
color: #eedc82;
|
|
}
|
|
.org-makefile-makepp-perl {
|
|
/* makefile-makepp-perl */
|
|
background-color: #00008b;
|
|
}
|
|
.org-makefile-shell {
|
|
}
|
|
.org-makefile-space {
|
|
/* makefile-space */
|
|
background-color: #3f1f32;
|
|
}
|
|
.org-makefile-targets {
|
|
/* makefile-targets */
|
|
color: #5476a8;
|
|
}
|
|
.org-makey-key-mode-args {
|
|
/* makey-key-mode-args-face */
|
|
background-color: #1f2c3f;
|
|
}
|
|
.org-makey-key-mode-button {
|
|
/* makey-key-mode-button-face */
|
|
color: #54a8a8;
|
|
}
|
|
.org-makey-key-mode-header {
|
|
/* makey-key-mode-header-face */
|
|
color: #a88654;
|
|
}
|
|
.org-makey-key-mode-switch {
|
|
/* makey-key-mode-switch-face */
|
|
color: #a88654;
|
|
font-weight: bold;
|
|
}
|
|
.org-markdown-blockquote {
|
|
/* markdown-blockquote-face */
|
|
color: #65a854;
|
|
}
|
|
.org-markdown-bold {
|
|
/* markdown-bold-face */
|
|
color: #8d995c;
|
|
font-weight: bold;
|
|
}
|
|
.org-markdown-comment {
|
|
/* markdown-comment-face */
|
|
color: #969696;
|
|
}
|
|
.org-markdown-footnote {
|
|
/* markdown-footnote-face */
|
|
color: #a88654;
|
|
}
|
|
.org-markdown-header {
|
|
/* markdown-header-face */
|
|
color: #5476a8;
|
|
font-weight: bold;
|
|
}
|
|
.org-markdown-header-delimiter {
|
|
/* markdown-header-delimiter-face */
|
|
color: #5476a8;
|
|
font-weight: bold;
|
|
}
|
|
.org-markdown-header-face-1 {
|
|
/* markdown-header-face-1 */
|
|
color: #65a854;
|
|
}
|
|
.org-markdown-header-face-2 {
|
|
/* markdown-header-face-2 */
|
|
color: #54a8a8;
|
|
}
|
|
.org-markdown-header-face-3 {
|
|
/* markdown-header-face-3 */
|
|
color: #a85454;
|
|
}
|
|
.org-markdown-header-face-4 {
|
|
/* markdown-header-face-4 */
|
|
color: #5476a8;
|
|
}
|
|
.org-markdown-header-face-5 {
|
|
/* markdown-header-face-5 */
|
|
color: #8d995c;
|
|
}
|
|
.org-markdown-header-face-6 {
|
|
/* markdown-header-face-6 */
|
|
color: #7d71a8;
|
|
}
|
|
.org-markdown-header-rule {
|
|
/* markdown-header-rule-face */
|
|
color: #5476a8;
|
|
font-weight: bold;
|
|
}
|
|
.org-markdown-inline-code {
|
|
/* markdown-inline-code-face */
|
|
color: #a85454;
|
|
}
|
|
.org-markdown-italic {
|
|
/* markdown-italic-face */
|
|
color: #8d995c;
|
|
font-style: italic;
|
|
}
|
|
.org-markdown-language-keyword {
|
|
/* markdown-language-keyword-face */
|
|
color: #7d71a8;
|
|
}
|
|
.org-markdown-line-break {
|
|
/* markdown-line-break-face */
|
|
color: #a85454;
|
|
text-decoration: underline;
|
|
}
|
|
.org-markdown-link {
|
|
/* markdown-link-face */
|
|
color: #a88654;
|
|
}
|
|
.org-markdown-link-title {
|
|
/* markdown-link-title-face */
|
|
color: #969696;
|
|
}
|
|
.org-markdown-list {
|
|
/* markdown-list-face */
|
|
color: #54a8a8;
|
|
}
|
|
.org-markdown-math {
|
|
/* markdown-math-face */
|
|
color: #54a875;
|
|
}
|
|
.org-markdown-metadata-key {
|
|
/* markdown-metadata-key-face */
|
|
color: #8d995c;
|
|
}
|
|
.org-markdown-metadata-value {
|
|
/* markdown-metadata-value-face */
|
|
color: #54a875;
|
|
}
|
|
.org-markdown-missing-link {
|
|
/* markdown-missing-link-face */
|
|
color: #a88654;
|
|
font-weight: bold;
|
|
}
|
|
.org-markdown-pre {
|
|
/* markdown-pre-face */
|
|
color: #a85454;
|
|
}
|
|
.org-markdown-reference {
|
|
/* markdown-reference-face */
|
|
color: #7d71a8;
|
|
}
|
|
.org-markdown-strike-through {
|
|
/* markdown-strike-through-face */
|
|
color: #8d995c;
|
|
text-decoration: line-through;
|
|
}
|
|
.org-markdown-url {
|
|
/* markdown-url-face */
|
|
color: #54a875;
|
|
}
|
|
.org-match {
|
|
/* match */
|
|
background-color: #3a5fcd;
|
|
}
|
|
.org-mcXcursor {
|
|
}
|
|
.org-mcXregion {
|
|
/* mc/region-face */
|
|
background-color: #1f2c3f;
|
|
}
|
|
.org-menu {
|
|
}
|
|
.org-message-cited-text {
|
|
/* message-cited-text */
|
|
color: #ffaeb9;
|
|
}
|
|
.org-message-header-cc {
|
|
/* message-header-cc */
|
|
color: #969696;
|
|
}
|
|
.org-message-header-name {
|
|
/* message-header-name */
|
|
color: #5476a8;
|
|
font-weight: bold;
|
|
}
|
|
.org-message-header-newsgroups {
|
|
/* message-header-newsgroups */
|
|
color: #969696;
|
|
font-weight: bold;
|
|
}
|
|
.org-message-header-other {
|
|
/* message-header-other */
|
|
color: #969696;
|
|
font-style: italic;
|
|
}
|
|
.org-message-header-subject {
|
|
/* message-header-subject */
|
|
color: #8d995c;
|
|
}
|
|
.org-message-header-to {
|
|
/* message-header-to */
|
|
color: #969696;
|
|
font-weight: bold;
|
|
}
|
|
.org-message-header-xheader {
|
|
/* message-header-xheader */
|
|
color: #969696;
|
|
font-style: italic;
|
|
}
|
|
.org-message-mml {
|
|
/* message-mml */
|
|
color: #65a854;
|
|
}
|
|
.org-message-separator {
|
|
/* message-separator */
|
|
color: #5476a8;
|
|
}
|
|
.org-minibuffer-prompt {
|
|
/* minibuffer-prompt */
|
|
color: #5476a8;
|
|
}
|
|
.org-mm-command-output {
|
|
/* mm-command-output */
|
|
color: #228b22;
|
|
}
|
|
.org-mm-uu-extract {
|
|
/* mm-uu-extract */
|
|
color: #ffffe0;
|
|
background-color: #006400;
|
|
}
|
|
.org-mode-line {
|
|
/* mode-line */
|
|
color: #ededed;
|
|
background-color: #1f2c3f;
|
|
}
|
|
.org-mode-line-buffer-id {
|
|
/* mode-line-buffer-id */
|
|
color: #65a854;
|
|
font-weight: bold;
|
|
}
|
|
.org-mode-line-emphasis {
|
|
/* mode-line-emphasis */
|
|
font-weight: bold;
|
|
}
|
|
.org-mode-line-highlight {
|
|
}
|
|
.org-mode-line-inactive {
|
|
/* mode-line-inactive */
|
|
color: #bfbfbf;
|
|
background-color: #3d3d3d;
|
|
}
|
|
.org-mouse {
|
|
}
|
|
.org-negation-char {
|
|
/* font-lock-negation-char-face */
|
|
color: #a85454;
|
|
}
|
|
.org-next-error {
|
|
/* next-error */
|
|
background-color: #1f2c3f;
|
|
}
|
|
.org-nobreak-space {
|
|
/* nobreak-space */
|
|
color: #00ffff;
|
|
text-decoration: underline;
|
|
}
|
|
.org-org-agenda-calendar-event {
|
|
/* org-agenda-calendar-event */
|
|
color: #bfbfbf;
|
|
background-color: #111111;
|
|
}
|
|
.org-org-agenda-calendar-sexp {
|
|
/* org-agenda-calendar-sexp */
|
|
color: #8d995c;
|
|
}
|
|
.org-org-agenda-clocking {
|
|
/* org-agenda-clocking */
|
|
background-color: #4a708b;
|
|
}
|
|
.org-org-agenda-column-dateline {
|
|
/* org-agenda-column-dateline */
|
|
background-color: #4d4d4d;
|
|
}
|
|
.org-org-agenda-current-time {
|
|
/* org-agenda-current-time */
|
|
color: #a88654;
|
|
}
|
|
.org-org-agenda-date {
|
|
/* org-agenda-date */
|
|
color: #5476a8;
|
|
}
|
|
.org-org-agenda-date-today {
|
|
/* org-agenda-date-today */
|
|
color: #5476a8;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
.org-org-agenda-date-weekend {
|
|
/* org-agenda-date-weekend */
|
|
color: #5476a8;
|
|
font-weight: bold;
|
|
}
|
|
.org-org-agenda-diary {
|
|
/* org-agenda-diary */
|
|
color: #bfbfbf;
|
|
background-color: #111111;
|
|
}
|
|
.org-org-agenda-dimmed-todo {
|
|
/* org-agenda-dimmed-todo-face */
|
|
color: #7f7f7f;
|
|
}
|
|
.org-org-agenda-done {
|
|
/* org-agenda-done */
|
|
color: #a88654;
|
|
}
|
|
.org-org-agenda-filter-category {
|
|
/* org-agenda-filter-category */
|
|
color: #ededed;
|
|
background-color: #1f2c3f;
|
|
}
|
|
.org-org-agenda-filter-regexp {
|
|
/* org-agenda-filter-regexp */
|
|
color: #ededed;
|
|
background-color: #1f2c3f;
|
|
}
|
|
.org-org-agenda-filter-tags {
|
|
/* org-agenda-filter-tags */
|
|
color: #ededed;
|
|
background-color: #1f2c3f;
|
|
}
|
|
.org-org-agenda-restriction-lock {
|
|
/* org-agenda-restriction-lock */
|
|
background-color: #1C1C1C;
|
|
}
|
|
.org-org-agenda-structure {
|
|
/* org-agenda-structure */
|
|
color: #5476a8;
|
|
}
|
|
.org-org-archived {
|
|
/* org-archived */
|
|
color: #969696;
|
|
}
|
|
.org-org-block {
|
|
/* org-block */
|
|
color: #969696;
|
|
}
|
|
.org-org-block-background {
|
|
/* org-block-background */
|
|
background-color: #222222;
|
|
}
|
|
.org-org-block-begin-line {
|
|
/* org-block-begin-line */
|
|
color: #969696;
|
|
}
|
|
.org-org-block-end-line {
|
|
/* org-block-end-line */
|
|
color: #969696;
|
|
}
|
|
.org-org-checkbox {
|
|
/* org-checkbox */
|
|
font-weight: bold;
|
|
}
|
|
.org-org-checkbox-statistics-done {
|
|
/* org-checkbox-statistics-done */
|
|
color: #98fb98;
|
|
font-weight: bold;
|
|
}
|
|
.org-org-checkbox-statistics-todo {
|
|
/* org-checkbox-statistics-todo */
|
|
color: #ffc0cb;
|
|
font-weight: bold;
|
|
}
|
|
.org-org-clock-overlay {
|
|
/* org-clock-overlay */
|
|
background-color: #4a708b;
|
|
}
|
|
.org-org-code {
|
|
/* org-code */
|
|
color: #969696;
|
|
}
|
|
.org-org-column {
|
|
/* org-column */
|
|
background-color: #4d4d4d;
|
|
}
|
|
.org-org-column-title {
|
|
/* org-column-title */
|
|
background-color: #4d4d4d;
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
}
|
|
.org-org-date {
|
|
/* org-date */
|
|
color: #a85487;
|
|
}
|
|
.org-org-date-selected {
|
|
/* org-date-selected */
|
|
color: #ffc0cb;
|
|
}
|
|
.org-org-default {
|
|
/* org-default */
|
|
color: #bfbfbf;
|
|
background-color: #111111;
|
|
}
|
|
.org-org-document-info {
|
|
/* org-document-info */
|
|
color: #afeeee;
|
|
}
|
|
.org-org-document-info-keyword {
|
|
/* org-document-info-keyword */
|
|
color: #969696;
|
|
}
|
|
.org-org-document-title {
|
|
/* org-document-title */
|
|
color: #a88654;
|
|
font-size: 150%;
|
|
}
|
|
.org-org-done {
|
|
/* org-done */
|
|
color: #98fb98;
|
|
font-weight: bold;
|
|
}
|
|
.org-org-drawer {
|
|
/* org-drawer */
|
|
color: #87cefa;
|
|
}
|
|
.org-org-ellipsis {
|
|
/* org-ellipsis */
|
|
color: #eedd82;
|
|
text-decoration: underline;
|
|
}
|
|
.org-org-footnote {
|
|
/* org-footnote */
|
|
color: #00ffff;
|
|
text-decoration: underline;
|
|
}
|
|
.org-org-formula {
|
|
/* org-formula */
|
|
color: #ff7f24;
|
|
}
|
|
.org-org-habit-alert {
|
|
/* org-habit-alert-face */
|
|
background-color: #ffd700;
|
|
}
|
|
.org-org-habit-alert-future {
|
|
/* org-habit-alert-future-face */
|
|
background-color: #b8860b;
|
|
}
|
|
.org-org-habit-clear {
|
|
/* org-habit-clear-face */
|
|
background-color: #0000ff;
|
|
}
|
|
.org-org-habit-clear-future {
|
|
/* org-habit-clear-future-face */
|
|
background-color: #191970;
|
|
}
|
|
.org-org-habit-overdue {
|
|
/* org-habit-overdue-face */
|
|
background-color: #b22222;
|
|
}
|
|
.org-org-habit-overdue-future {
|
|
/* org-habit-overdue-future-face */
|
|
background-color: #8b0000;
|
|
}
|
|
.org-org-habit-ready {
|
|
/* org-habit-ready-face */
|
|
background-color: #228b22;
|
|
}
|
|
.org-org-habit-ready-future {
|
|
/* org-habit-ready-future-face */
|
|
background-color: #006400;
|
|
}
|
|
.org-org-headline-done {
|
|
/* org-headline-done */
|
|
color: #969696;
|
|
}
|
|
.org-org-hide {
|
|
/* org-hide */
|
|
color: #111111;
|
|
}
|
|
.org-org-latex-and-related {
|
|
/* org-latex-and-related */
|
|
color: #deb887;
|
|
}
|
|
.org-org-level-1 {
|
|
/* org-level-1 */
|
|
color: #65a854;
|
|
}
|
|
.org-org-level-2 {
|
|
/* org-level-2 */
|
|
color: #54a8a8;
|
|
}
|
|
.org-org-level-3 {
|
|
/* org-level-3 */
|
|
color: #a85454;
|
|
}
|
|
.org-org-level-4 {
|
|
/* org-level-4 */
|
|
color: #5476a8;
|
|
}
|
|
.org-org-level-5 {
|
|
/* org-level-5 */
|
|
color: #8d995c;
|
|
}
|
|
.org-org-level-6 {
|
|
/* org-level-6 */
|
|
color: #7d71a8;
|
|
}
|
|
.org-org-level-7 {
|
|
/* org-level-7 */
|
|
color: #54a875;
|
|
}
|
|
.org-org-level-8 {
|
|
/* org-level-8 */
|
|
color: #a88654;
|
|
}
|
|
.org-org-link {
|
|
/* org-link */
|
|
color: #a88654;
|
|
text-decoration: underline;
|
|
}
|
|
.org-org-list-dt {
|
|
/* org-list-dt */
|
|
font-weight: bold;
|
|
}
|
|
.org-org-macro {
|
|
/* org-macro */
|
|
color: #deb887;
|
|
}
|
|
.org-org-meta-line {
|
|
/* org-meta-line */
|
|
color: #969696;
|
|
}
|
|
.org-org-mode-line-clock {
|
|
/* org-mode-line-clock */
|
|
color: #ededed;
|
|
background-color: #1f2c3f;
|
|
}
|
|
.org-org-mode-line-clock-overrun {
|
|
/* org-mode-line-clock-overrun */
|
|
color: #ededed;
|
|
background-color: #ff0000;
|
|
}
|
|
.org-org-priority {
|
|
/* org-priority */
|
|
color: #a88654;
|
|
}
|
|
.org-org-property-value {
|
|
}
|
|
.org-org-quote {
|
|
/* org-quote */
|
|
color: #969696;
|
|
}
|
|
.org-org-scheduled {
|
|
/* org-scheduled */
|
|
color: #969696;
|
|
}
|
|
.org-org-scheduled-previously {
|
|
/* org-scheduled-previously */
|
|
font-weight: bold;
|
|
}
|
|
.org-org-scheduled-today {
|
|
/* org-scheduled-today */
|
|
color: #bfbfbf;
|
|
}
|
|
.org-org-sexp-date {
|
|
/* org-sexp-date */
|
|
color: #00ffff;
|
|
}
|
|
.org-org-special-keyword {
|
|
/* org-special-keyword */
|
|
color: #a88654;
|
|
}
|
|
.org-org-table {
|
|
/* org-table */
|
|
color: #87cefa;
|
|
}
|
|
.org-org-tag {
|
|
/* org-tag */
|
|
font-weight: bold;
|
|
}
|
|
.org-org-tag-group {
|
|
/* org-tag-group */
|
|
font-weight: bold;
|
|
}
|
|
.org-org-target {
|
|
/* org-target */
|
|
text-decoration: underline;
|
|
}
|
|
.org-org-time-grid {
|
|
/* org-time-grid */
|
|
color: #a88654;
|
|
}
|
|
.org-org-todo {
|
|
/* org-todo */
|
|
color: #ffc0cb;
|
|
font-weight: bold;
|
|
}
|
|
.org-org-upcoming-deadline {
|
|
/* org-upcoming-deadline */
|
|
color: #ff7f24;
|
|
}
|
|
.org-org-verbatim {
|
|
/* org-verbatim */
|
|
color: #969696;
|
|
}
|
|
.org-org-verse {
|
|
/* org-verse */
|
|
color: #969696;
|
|
}
|
|
.org-org-warning {
|
|
/* org-warning */
|
|
color: #a88654;
|
|
font-weight: bold;
|
|
}
|
|
.org-outline-1 {
|
|
/* outline-1 */
|
|
color: #65a854;
|
|
}
|
|
.org-outline-2 {
|
|
/* outline-2 */
|
|
color: #54a8a8;
|
|
}
|
|
.org-outline-3 {
|
|
/* outline-3 */
|
|
color: #a85454;
|
|
}
|
|
.org-outline-4 {
|
|
/* outline-4 */
|
|
color: #5476a8;
|
|
}
|
|
.org-outline-5 {
|
|
/* outline-5 */
|
|
color: #8d995c;
|
|
}
|
|
.org-outline-6 {
|
|
/* outline-6 */
|
|
color: #7d71a8;
|
|
}
|
|
.org-outline-7 {
|
|
/* outline-7 */
|
|
color: #54a875;
|
|
}
|
|
.org-outline-8 {
|
|
/* outline-8 */
|
|
color: #a88654;
|
|
}
|
|
.org-popup {
|
|
/* popup-face */
|
|
color: #000000;
|
|
background-color: #d3d3d3;
|
|
}
|
|
.org-popup-isearch-match {
|
|
/* popup-isearch-match */
|
|
background-color: #87ceeb;
|
|
}
|
|
.org-popup-menu {
|
|
/* popup-menu-face */
|
|
color: #000000;
|
|
background-color: #d3d3d3;
|
|
}
|
|
.org-popup-menu-mouse {
|
|
/* popup-menu-mouse-face */
|
|
color: #ffffff;
|
|
background-color: #0000ff;
|
|
}
|
|
.org-popup-menu-selection {
|
|
/* popup-menu-selection-face */
|
|
color: #ffffff;
|
|
background-color: #4682b4;
|
|
}
|
|
.org-popup-menu-summary {
|
|
/* popup-menu-summary-face */
|
|
color: #696969;
|
|
background-color: #d3d3d3;
|
|
}
|
|
.org-popup-scroll-bar-background {
|
|
/* popup-scroll-bar-background-face */
|
|
background-color: #bebebe;
|
|
}
|
|
.org-popup-scroll-bar-foreground {
|
|
/* popup-scroll-bar-foreground-face */
|
|
background-color: #000000;
|
|
}
|
|
.org-popup-summary {
|
|
/* popup-summary-face */
|
|
color: #696969;
|
|
background-color: #d3d3d3;
|
|
}
|
|
.org-popup-tip {
|
|
/* popup-tip-face */
|
|
color: #000000;
|
|
background-color: #fff68f;
|
|
}
|
|
.org-preprocessor {
|
|
/* font-lock-preprocessor-face */
|
|
color: #54a8a8;
|
|
}
|
|
.org-query-replace {
|
|
/* query-replace */
|
|
background-color: #343922;
|
|
}
|
|
.org-rainbow-delimiters-depth-1 {
|
|
/* rainbow-delimiters-depth-1-face */
|
|
color: #a85454;
|
|
}
|
|
.org-rainbow-delimiters-depth-2 {
|
|
/* rainbow-delimiters-depth-2-face */
|
|
color: #a88654;
|
|
}
|
|
.org-rainbow-delimiters-depth-3 {
|
|
/* rainbow-delimiters-depth-3-face */
|
|
color: #8d995c;
|
|
}
|
|
.org-rainbow-delimiters-depth-4 {
|
|
/* rainbow-delimiters-depth-4-face */
|
|
color: #65a854;
|
|
}
|
|
.org-rainbow-delimiters-depth-5 {
|
|
/* rainbow-delimiters-depth-5-face */
|
|
color: #aebed8;
|
|
}
|
|
.org-rainbow-delimiters-depth-6 {
|
|
/* rainbow-delimiters-depth-6-face */
|
|
color: #54a8a8;
|
|
}
|
|
.org-rainbow-delimiters-depth-7 {
|
|
/* rainbow-delimiters-depth-7-face */
|
|
color: #5476a8;
|
|
}
|
|
.org-rainbow-delimiters-depth-8 {
|
|
/* rainbow-delimiters-depth-8-face */
|
|
color: #7d71a8;
|
|
}
|
|
.org-rainbow-delimiters-depth-9 {
|
|
/* rainbow-delimiters-depth-9-face */
|
|
color: #9754a8;
|
|
}
|
|
.org-rainbow-delimiters-mismatched {
|
|
/* rainbow-delimiters-mismatched-face */
|
|
background-color: #3f1a1a;
|
|
}
|
|
.org-rainbow-delimiters-unmatched {
|
|
/* rainbow-delimiters-unmatched-face */
|
|
background-color: #3f1a1a;
|
|
}
|
|
.org-rectangle-preview {
|
|
/* rectangle-preview-face */
|
|
background-color: #1f2c3f;
|
|
}
|
|
.org-regexp-grouping-backslash {
|
|
/* font-lock-regexp-grouping-backslash */
|
|
color: #a85454;
|
|
}
|
|
.org-regexp-grouping-construct {
|
|
/* font-lock-regexp-grouping-construct */
|
|
color: #a85487;
|
|
}
|
|
.org-region {
|
|
/* region */
|
|
background-color: #1f2c3f;
|
|
}
|
|
.org-scroll-bar {
|
|
/* scroll-bar */
|
|
background-color: #000000;
|
|
}
|
|
.org-secondary-selection {
|
|
/* secondary-selection */
|
|
background-color: #4a708b;
|
|
}
|
|
.org-sgml-namespace {
|
|
/* sgml-namespace */
|
|
color: #54a8a8;
|
|
}
|
|
.org-shadow {
|
|
/* shadow */
|
|
color: #969696;
|
|
}
|
|
.org-show-paren-match {
|
|
}
|
|
.org-show-paren-mismatch {
|
|
/* show-paren-mismatch */
|
|
color: #a85454;
|
|
}
|
|
.org-shr-link {
|
|
/* shr-link */
|
|
color: #a88654;
|
|
text-decoration: underline;
|
|
}
|
|
.org-shr-strike-through {
|
|
/* shr-strike-through */
|
|
text-decoration: line-through;
|
|
}
|
|
.org-sldb-catch-tag {
|
|
/* sldb-catch-tag-face */
|
|
background-color: #1f3f3f;
|
|
}
|
|
.org-sldb-condition {
|
|
/* sldb-condition-face */
|
|
color: #a88654;
|
|
font-weight: bold;
|
|
}
|
|
.org-sldb-detailed-frame-line {
|
|
}
|
|
.org-sldb-frame-label {
|
|
/* sldb-frame-label-face */
|
|
color: #969696;
|
|
}
|
|
.org-sldb-frame-line {
|
|
}
|
|
.org-sldb-local-name {
|
|
/* sldb-local-name-face */
|
|
color: #8d995c;
|
|
}
|
|
.org-sldb-local-value {
|
|
}
|
|
.org-sldb-non-restartable-frame-line {
|
|
}
|
|
.org-sldb-reference {
|
|
/* sldb-reference-face */
|
|
text-decoration: underline;
|
|
}
|
|
.org-sldb-restart {
|
|
}
|
|
.org-sldb-restart-number {
|
|
/* sldb-restart-number-face */
|
|
font-weight: bold;
|
|
}
|
|
.org-sldb-restart-type {
|
|
/* sldb-restart-type-face */
|
|
color: #a88654;
|
|
}
|
|
.org-sldb-restartable-frame-line {
|
|
/* sldb-restartable-frame-line-face */
|
|
color: #32cd32;
|
|
}
|
|
.org-sldb-section {
|
|
/* sldb-section-face */
|
|
color: #e5e5e5;
|
|
background-color: #333333;
|
|
}
|
|
.org-sldb-topline {
|
|
}
|
|
.org-slime-apropos-label {
|
|
/* slime-apropos-label */
|
|
font-style: italic;
|
|
}
|
|
.org-slime-apropos-symbol {
|
|
/* slime-apropos-symbol */
|
|
font-weight: bold;
|
|
}
|
|
.org-slime-error {
|
|
/* slime-error-face */
|
|
text-decoration: underline;
|
|
}
|
|
.org-slime-highlight {
|
|
/* slime-highlight-face */
|
|
background-color: #1f3f3f;
|
|
}
|
|
.org-slime-inspector-action {
|
|
/* slime-inspector-action-face */
|
|
color: #a88654;
|
|
font-weight: bold;
|
|
}
|
|
.org-slime-inspector-label {
|
|
/* slime-inspector-label-face */
|
|
color: #a85454;
|
|
}
|
|
.org-slime-inspector-topline {
|
|
}
|
|
.org-slime-inspector-type {
|
|
/* slime-inspector-type-face */
|
|
color: #7d71a8;
|
|
}
|
|
.org-slime-inspector-value {
|
|
/* slime-inspector-value-face */
|
|
color: #54a8a8;
|
|
}
|
|
.org-slime-note {
|
|
/* slime-note-face */
|
|
text-decoration: underline;
|
|
}
|
|
.org-slime-reader-conditional {
|
|
/* slime-reader-conditional-face */
|
|
color: #969696;
|
|
}
|
|
.org-slime-repl-input {
|
|
/* slime-repl-input-face */
|
|
color: #ededed;
|
|
}
|
|
.org-slime-repl-inputed-output {
|
|
/* slime-repl-inputed-output-face */
|
|
color: #ededed;
|
|
}
|
|
.org-slime-repl-output {
|
|
/* slime-repl-output-face */
|
|
color: #bfbfbf;
|
|
}
|
|
.org-slime-repl-output-mouseover {
|
|
/* slime-repl-output-mouseover-face */
|
|
color: #ededed;
|
|
}
|
|
.org-slime-repl-prompt {
|
|
/* slime-repl-prompt-face */
|
|
color: #5476a8;
|
|
}
|
|
.org-slime-repl-result {
|
|
}
|
|
.org-slime-style-warning {
|
|
/* slime-style-warning-face */
|
|
text-decoration: underline;
|
|
}
|
|
.org-slime-warning {
|
|
/* slime-warning-face */
|
|
text-decoration: underline;
|
|
}
|
|
.org-smerge-base {
|
|
/* smerge-base */
|
|
background-color: #263f1f;
|
|
}
|
|
.org-smerge-markers {
|
|
/* smerge-markers */
|
|
background-color: #3d3d3d;
|
|
}
|
|
.org-smerge-mine {
|
|
/* smerge-mine */
|
|
background-color: #1f2c3f;
|
|
}
|
|
.org-smerge-other {
|
|
/* smerge-other */
|
|
background-color: #3f1a1a;
|
|
}
|
|
.org-smerge-refined-added {
|
|
/* smerge-refined-added */
|
|
color: #65a854;
|
|
}
|
|
.org-smerge-refined-changed {
|
|
}
|
|
.org-smerge-refined-removed {
|
|
/* smerge-refined-removed */
|
|
color: #a85454;
|
|
}
|
|
.org-speedbar-button {
|
|
/* speedbar-button-face */
|
|
color: #00cd00;
|
|
}
|
|
.org-speedbar-directory {
|
|
/* speedbar-directory-face */
|
|
color: #add8e6;
|
|
}
|
|
.org-speedbar-file {
|
|
/* speedbar-file-face */
|
|
color: #00ffff;
|
|
}
|
|
.org-speedbar-highlight {
|
|
/* speedbar-highlight-face */
|
|
background-color: #2e8b57;
|
|
}
|
|
.org-speedbar-selected {
|
|
/* speedbar-selected-face */
|
|
color: #ff0000;
|
|
text-decoration: underline;
|
|
}
|
|
.org-speedbar-separator {
|
|
/* speedbar-separator-face */
|
|
color: #ffffff;
|
|
background-color: #0000ff;
|
|
text-decoration: overline;
|
|
}
|
|
.org-speedbar-tag {
|
|
/* speedbar-tag-face */
|
|
color: #ffff00;
|
|
}
|
|
.org-string {
|
|
/* font-lock-string-face */
|
|
color: #54a875;
|
|
}
|
|
.org-success {
|
|
/* success */
|
|
color: #65a854;
|
|
font-weight: bold;
|
|
}
|
|
.org-teXmaster {
|
|
/* te/master-face */
|
|
text-decoration: underline;
|
|
}
|
|
.org-teXmirror {
|
|
/* te/mirror-face */
|
|
text-decoration: underline;
|
|
}
|
|
.org-term {
|
|
/* term */
|
|
color: #bfbfbf;
|
|
background-color: #111111;
|
|
}
|
|
.org-term-bold {
|
|
/* term-bold */
|
|
font-weight: bold;
|
|
}
|
|
.org-term-color-black {
|
|
/* term-color-black */
|
|
color: #ededed;
|
|
background-color: #111111;
|
|
}
|
|
.org-term-color-blue {
|
|
/* term-color-blue */
|
|
color: #5476a8;
|
|
background-color: #1f2c3f;
|
|
}
|
|
.org-term-color-cyan {
|
|
/* term-color-cyan */
|
|
color: #54a8a8;
|
|
background-color: #1f3f3f;
|
|
}
|
|
.org-term-color-green {
|
|
/* term-color-green */
|
|
color: #65a854;
|
|
background-color: #263f1f;
|
|
}
|
|
.org-term-color-magenta {
|
|
/* term-color-magenta */
|
|
color: #9754a8;
|
|
background-color: #381f3f;
|
|
}
|
|
.org-term-color-red {
|
|
/* term-color-red */
|
|
color: #a85454;
|
|
background-color: #3f1a1a;
|
|
}
|
|
.org-term-color-white {
|
|
/* term-color-white */
|
|
color: #bfbfbf;
|
|
background-color: #3d3d3d;
|
|
}
|
|
.org-term-color-yellow {
|
|
/* term-color-yellow */
|
|
color: #8d995c;
|
|
background-color: #343922;
|
|
}
|
|
.org-term-underline {
|
|
/* term-underline */
|
|
text-decoration: underline;
|
|
}
|
|
.org-tool-bar {
|
|
/* tool-bar */
|
|
color: #000000;
|
|
background-color: #bfbfbf;
|
|
}
|
|
.org-tooltip {
|
|
/* tooltip */
|
|
color: #000000;
|
|
background-color: #ffffe0;
|
|
}
|
|
.org-trailing-whitespace {
|
|
/* trailing-whitespace */
|
|
background-color: #a85454;
|
|
}
|
|
.org-tty-menu-disabled {
|
|
/* tty-menu-disabled-face */
|
|
color: #d3d3d3;
|
|
background-color: #0000ff;
|
|
}
|
|
.org-tty-menu-enabled {
|
|
/* tty-menu-enabled-face */
|
|
color: #ffff00;
|
|
background-color: #0000ff;
|
|
font-weight: bold;
|
|
}
|
|
.org-tty-menu-selected {
|
|
/* tty-menu-selected-face */
|
|
background-color: #ff0000;
|
|
}
|
|
.org-type {
|
|
/* font-lock-type-face */
|
|
color: #7d71a8;
|
|
}
|
|
.org-underline {
|
|
/* underline */
|
|
text-decoration: underline;
|
|
}
|
|
.org-variable-name {
|
|
/* font-lock-variable-name-face */
|
|
color: #8d995c;
|
|
}
|
|
.org-variable-pitch {
|
|
}
|
|
.org-vc-conflict-state {
|
|
}
|
|
.org-vc-edited-state {
|
|
}
|
|
.org-vc-locally-added-state {
|
|
}
|
|
.org-vc-locked-state {
|
|
}
|
|
.org-vc-missing-state {
|
|
}
|
|
.org-vc-needs-update-state {
|
|
}
|
|
.org-vc-removed-state {
|
|
}
|
|
.org-vc-state-base {
|
|
}
|
|
.org-vc-up-to-date-state {
|
|
}
|
|
.org-vertical-border {
|
|
}
|
|
.org-warning {
|
|
/* warning */
|
|
color: #a88654;
|
|
}
|
|
.org-warning-1 {
|
|
/* font-lock-warning-face */
|
|
color: #a88654;
|
|
font-weight: bold;
|
|
}
|
|
.org-which-func {
|
|
/* which-func */
|
|
color: #5476a8;
|
|
}
|
|
.org-whitespace-big-indent {
|
|
/* whitespace-big-indent */
|
|
color: #b22222;
|
|
background-color: #ff0000;
|
|
}
|
|
.org-whitespace-empty {
|
|
/* whitespace-empty */
|
|
color: #bfbfbf;
|
|
background-color: #1f3f3f;
|
|
}
|
|
.org-whitespace-hspace {
|
|
/* whitespace-hspace */
|
|
color: #ededed;
|
|
background-color: #3d3d3d;
|
|
}
|
|
.org-whitespace-indentation {
|
|
/* whitespace-indentation */
|
|
background-color: #343922;
|
|
}
|
|
.org-whitespace-line {
|
|
/* whitespace-line */
|
|
background-color: #3f1a1a;
|
|
}
|
|
.org-whitespace-newline {
|
|
/* whitespace-newline */
|
|
color: #a85487;
|
|
}
|
|
.org-whitespace-space {
|
|
/* whitespace-space */
|
|
color: #a85487;
|
|
}
|
|
.org-whitespace-space-after-tab {
|
|
/* whitespace-space-after-tab */
|
|
background-color: #3f321f;
|
|
}
|
|
.org-whitespace-space-before-tab {
|
|
/* whitespace-space-before-tab */
|
|
background-color: #3f321f;
|
|
}
|
|
.org-whitespace-tab {
|
|
/* whitespace-tab */
|
|
text-decoration: underline;
|
|
}
|
|
.org-whitespace-trailing {
|
|
/* whitespace-trailing */
|
|
background-color: #3f321f;
|
|
}
|
|
.org-widget-button {
|
|
/* widget-button */
|
|
color: #a88654;
|
|
text-decoration: underline;
|
|
}
|
|
.org-widget-button-pressed {
|
|
/* widget-button-pressed */
|
|
color: #a88654;
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
}
|
|
.org-widget-documentation {
|
|
/* widget-documentation */
|
|
color: #65a854;
|
|
}
|
|
.org-widget-field {
|
|
/* widget-field */
|
|
background-color: #1f2c3f;
|
|
}
|
|
.org-widget-inactive {
|
|
/* widget-inactive */
|
|
color: #969696;
|
|
}
|
|
.org-widget-single-line-field {
|
|
/* widget-single-line-field */
|
|
background-color: #696969;
|
|
}
|
|
.org-window-divider {
|
|
/* window-divider */
|
|
color: #999999;
|
|
}
|
|
.org-window-divider-first-pixel {
|
|
/* window-divider-first-pixel */
|
|
color: #cccccc;
|
|
}
|
|
.org-window-divider-last-pixel {
|
|
/* window-divider-last-pixel */
|
|
color: #666666;
|
|
}
|
|
.org-yaml-tab {
|
|
/* yaml-tab-face */
|
|
color: #ff0000;
|
|
background-color: #ff0000;
|
|
font-weight: bold;
|
|
}
|
|
.org-yard-directive {
|
|
/* yard-directive-face */
|
|
color: #65a854;
|
|
}
|
|
.org-yard-name {
|
|
/* yard-name-face */
|
|
color: #8d995c;
|
|
}
|
|
.org-yard-option {
|
|
/* yard-option-face */
|
|
color: #a85454;
|
|
}
|
|
.org-yard-tag {
|
|
/* yard-tag-face */
|
|
color: #65a854;
|
|
}
|
|
.org-yard-types {
|
|
/* yard-types-face */
|
|
color: #7d71a8;
|
|
}
|
|
.org-yas--field-debug {
|
|
}
|