Skip to content

Commit

Permalink
Add diff style
Browse files Browse the repository at this point in the history
  • Loading branch information
MBunel committed Nov 6, 2024
1 parent 10097a4 commit b897c23
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions theme/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,18 @@ kbd, code {
font-weight:bold;
}

.org-operator {
color: var(--sky);
}

.org-function-name {
font-weight:bold;
color: var(--sky);}

.org-constant, .org-variable-name {
color: var(--teal);
}

.org-comment, .org-comment-delimiter {
color: var(--subtext0);
font-style: italic;
Expand All @@ -350,6 +362,21 @@ kbd, code {
color: var(--flamingo);
}


.org-diff-header, .org-diff-file-header, .org-diff-hunk-header {
color: var(--subtext0);
}

.org-diff-indicator-removed, .org-diff-removed {
color: var(--red);
}

.org-diff-indicator-added, .org-diff-added {
color: var(--blue);
}



/* Listes */
ul {
// list-style-type: none;
Expand Down

0 comments on commit b897c23

Please sign in to comment.