Skip to content

Commit

Permalink
Update colorFormats.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar authored Feb 20, 2024
1 parent e07c172 commit 5ed53b0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions oaf/colorFormats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,26 @@ init:
tree:
lines: FG(12)

- name : jeans
format:
key: INTENSITY_BOLD,FG(255)
number: ITALIC,FG(69)
string: FG(39)
boolean: FG(27)
date: FG(39)
default: ITALIC,FG(20)
askPre: YELLOW,BOLD
askQuestion: BOLD
askChoose: BOLD,CYAN
askPos: BLUE
table:
lines: RESET,RED
value: RESET
title: BOLD
bandRow: FG(250),BG(17)
tree:
lines: RED

- name : yellow
format:
key: INTENSITY_BOLD,FG(229)
Expand Down

0 comments on commit 5ed53b0

Please sign in to comment.