Skip to content

Commit

Permalink
refactor: nerd omp theme
Browse files Browse the repository at this point in the history
add status icon
  • Loading branch information
szymonos committed Oct 21, 2024
1 parent 6df3066 commit 0a4829d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .assets/config/omp_cfg/nerd.omp.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@
"template": "<#CCCCCC>[</>{{ .FormattedMs }}<#CCCCCC>]</> ",
"type": "executiontime"
},
{
"foreground": "#23D18B",
"foreground_templates": [
"{{ if gt .Code 0 }}#F14C4C{{ end }}"
],
"properties": {
"always_enabled": true
},
"style": "plain",
"template": "<b>→</b> ",
"type": "status"
},
{
"foreground": "#2CC7EE",
"style": "plain",
Expand Down

0 comments on commit 0a4829d

Please sign in to comment.