Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Like the format, don't like the color

Is there a way to change the macro below so that the number comes out not Yellow? Wow it hurts the eyes.  &{template:5eDefault} {{ability=1}} {{title=?{Skill|Acrobatics (DEX), [[(((@{Rolen|acrobatics})))]] Acrobatics (DEX) |Animal Handling (WIS), [[(((@{Rolen|animalhandling})))]] Animal Handling (WIS) |Arcana (INT), [[(((@{Rolen|arcana})))]] Arcana (INT) |Athletics (STR), [[(((@{Rolen|athletics})))]] Athletics (STR) |Deception (CHA), [[(((@{Rolen|deception})))]] Deception (CHA) |History (INT), [[(((@{Rolen|history})))]] History (INT) |Insight (WIS), [[(((@{Rolen|insight})))]] Insight (WIS) |Intimidation (CHA), [[(((@{Rolen|intimidation})))]] Intimidation (CHA) |Investigation (INT), [[(((@{Rolen|investigation})))]] Investigation (INT) |Medicine (WIS), [[(((@{Rolen|medicine})))]] Medicine (WIS) |Nature (INT), [[(((@{Rolen|nature})))]] Nature (INT) |Perception (WIS), [[(((@{Rolen|perception})))]] Perception (WIS) |Performance (CHA), [[(((@{Rolen|performance})))]] Performance (CHA) |Persuasion (CHA), [[(((@{Rolen|persuasion})))]] Persuasion (CHA) |Religion (INT), [[(((@{Rolen|religion})))]] Religion(INT) |Sleight of Hand (DEX), [[(((@{Rolen|sleightofhand})))]] Sleight of Hand (DEX) |Stealth (DEX), [[(((@{Rolen|stealth})))]] Stealth (DEX)|Survival (WIS), [[(((@{Rolen|survival})))]] Survival (WIS)| @{Rolen|custom_skill_1_name}, [[@{Rolen|custom_skill_1}]] @{Rolen|custom_skill_1_name}| @{Rolen|custom_skill_2_name}, [[@{Rolen|custom_skill_2}]] @{Rolen|custom_skill_2_name}| @{Rolen|custom_skill_3_name}, [[@{Rolen|custom_skill_3}]] @{Rolen|custom_skill_3_name}| @{Rolen|custom_skill_4_name}, [[@{Rolen|custom_skill_4}]] @{Rolen|custom_skill_4_name} } }} {{subheader=Rolen}} {{subheaderright=Ability check}} {{rollname=Result}} {{roll=[[ 1d20 + (@{Rolen|global_check_bonus}) + ?{Skill} ]] }} {{rolladv=[[ 1d20 + (@{Rolen|global_check_bonus}) + ?{Skill|} ]] }} @{Rolen|classactionperception}
It's the way inline calculations are displayed. They highlight in yellow.
Ok, I tried out a little formatting trick enclose [[(((@{Rolen|acrobatics})))]] with `` the tick under the ~. So ``[[(((@{Rolen|acrobatics})))]]``
1450212801

Edited 1450213854
You might try wrapping the inline rolls within the title in backticks . Edit: Ed S. beat me to it. :) Edit 2: This won't work. :( See post below. It would be a pain to do this without regex, so I took the liberty. &{template:5eDefault} {{ability=1}} {{title=?{Skill| Acrobatics (DEX), ``[[(((@{Rolen|acrobatics})))]]`` Acrobatics (DEX) | Animal Handling (WIS), ``[[(((@{Rolen|animalhandling})))]]`` Animal Handling (WIS) | Arcana (INT), ``[[(((@{Rolen|arcana})))]]`` Arcana (INT) | Athletics (STR), ``[[(((@{Rolen|athletics})))]]`` Athletics (STR) | Deception (CHA), ``[[(((@{Rolen|deception})))]]`` Deception (CHA) | History (INT), ``[[(((@{Rolen|history})))]]`` History (INT) | Insight (WIS), ``[[(((@{Rolen|insight})))]]`` Insight (WIS) | Intimidation (CHA), ``[[(((@{Rolen|intimidation})))]]`` Intimidation (CHA) | Investigation (INT), ``[[(((@{Rolen|investigation})))]]`` Investigation (INT) | Medicine (WIS), ``[[(((@{Rolen|medicine})))]]`` Medicine (WIS) | Nature (INT), ``[[(((@{Rolen|nature})))]]`` Nature (INT) | Perception (WIS), ``[[(((@{Rolen|perception})))]]`` Perception (WIS) | Performance (CHA), ``[[(((@{Rolen|performance})))]]`` Performance (CHA) | Persuasion (CHA), ``[[(((@{Rolen|persuasion})))]]`` Persuasion (CHA) | Religion (INT), ``[[(((@{Rolen|religion})))]]`` Religion (INT) | Sleight of Hand (DEX), ``[[(((@{Rolen|sleightofhand})))]]`` Sleight of Hand (DEX) | Stealth (DEX), ``[[(((@{Rolen|stealth})))]]`` Stealth (DEX) | Survival (WIS), ``[[(((@{Rolen|survival})))]]`` Survival (WIS) | @{Rolen|custom_skill_1_name}, ``[[(((@{Rolen|custom_skill_1})))]]`` @{Rolen|custom_skill_1_name} | @{Rolen|custom_skill_2_name}, ``[[(((@{Rolen|custom_skill_2})))]]`` @{Rolen|custom_skill_2_name} | @{Rolen|custom_skill_3_name}, ``[[(((@{Rolen|custom_skill_3})))]]`` @{Rolen|custom_skill_3_name} | @{Rolen|custom_skill_4_name}, ``[[(((@{Rolen|custom_skill_4})))]]`` @{Rolen|custom_skill_4_name} } }} {{subheader=Rolen}} {{subheaderright=Ability check}} {{rollname=Result}} {{roll=[[ 1d20 + (@{Rolen|global_check_bonus}) + ?{Skill} ]] }} {{rolladv=[[ 1d20 + (@{Rolen|global_check_bonus}) + ?{Skill} ]]}} @{Rolen|classactionperception}
1450213505

Edited 1450213776
Okay, you're (of course) referencing the ?{Skill} Query later. Hence, the backticks will (of course) cause the latter nested inline rolls to break. So, we're pretty much restricted to placing backticks around the ?{Skill} Query, instead of within it. &{template:5eDefault} {{ability=1}} {{title=``?{Skill| Acrobatics (DEX), [[(((@{Rolen|acrobatics})))]] Acrobatics (DEX) | Animal Handling (WIS), [[(((@{Rolen|animalhandling})))]] Animal Handling (WIS) | Arcana (INT), [[(((@{Rolen|arcana})))]] Arcana (INT) | Athletics (STR), [[(((@{Rolen|athletics})))]] Athletics (STR) | Deception (CHA), [[(((@{Rolen|deception})))]] Deception (CHA) | History (INT), [[(((@{Rolen|history})))]] History (INT) | Insight (WIS), [[(((@{Rolen|insight})))]] Insight (WIS) | Intimidation (CHA), [[(((@{Rolen|intimidation})))]] Intimidation (CHA) | Investigation (INT), [[(((@{Rolen|investigation})))]] Investigation (INT) | Medicine (WIS), [[(((@{Rolen|medicine})))]] Medicine (WIS) | Nature (INT), [[(((@{Rolen|nature})))]] Nature (INT) | Perception (WIS), [[(((@{Rolen|perception})))]] Perception (WIS) | Performance (CHA), [[(((@{Rolen|performance})))]] Performance (CHA) | Persuasion (CHA), [[(((@{Rolen|persuasion})))]] Persuasion (CHA) | Religion (INT), [[(((@{Rolen|religion})))]] Religion (INT) | Sleight of Hand (DEX), [[(((@{Rolen|sleightofhand})))]] Sleight of Hand (DEX) | Stealth (DEX), [[(((@{Rolen|stealth})))]] Stealth (DEX) | Survival (WIS), [[(((@{Rolen|survival})))]] Survival (WIS) | @{Rolen|custom_skill_1_name}, [[(((@{Rolen|custom_skill_1})))]] @{Rolen|custom_skill_1_name} | @{Rolen|custom_skill_2_name}, [[(((@{Rolen|custom_skill_2})))]] @{Rolen|custom_skill_2_name} | @{Rolen|custom_skill_3_name}, [[(((@{Rolen|custom_skill_3})))]] @{Rolen|custom_skill_3_name} | @{Rolen|custom_skill_4_name}, [[(((@{Rolen|custom_skill_4})))]] @{Rolen|custom_skill_4_name} }``}} {{subheader=Rolen}} {{subheaderright=Ability check}} {{rollname=Result}} {{roll=[[ 1d20 + (@{Rolen|global_check_bonus}) + ?{Skill} ]] }} {{rolladv=[[ 1d20 + (@{Rolen|global_check_bonus}) + ?{Skill} ]]}} @{Rolen|classactionperception}
Ok, I was about to go and test it on the whole macro, I got the first one working and said eureka! 
Thanks guys. That works. 
1450258301
Ziechael
Forum Champion
Sheet Author
API Scripter
As this isn't specific to one character sheet but rather all inline rolls i'll move this to specific use just in case someone else can offer any other alternatives.
You could also use Stylish (chrome/firefox extension) to change the color just on your end.