Skip to content

Commit

Permalink
fix: value to be set macro now green (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierBBB authored Dec 15, 2024
1 parent 9983b94 commit 58ffe1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hub/instruction_handling/account/constraints.tex
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
\multicolumn{3}{l}{\accSameCode {i}{\locRoffAccFamForeignAccountDoingRow}} \\
\multicolumn{3}{l}{\accSameDeployment {i}{\locRoffAccFamForeignAccountDoingRow}} \\
% \multicolumn{3}{l}{\accTurnOnWarmth {i}{\locRoffAccFamForeignAccountDoingRow}} \\
\multicolumn{3}{l}{\texttt{Warmth:} ~ \valueToBeSet} \\
\texttt{Warmth:} & \valueToBeSet \\
\multicolumn{3}{l}{\accSameMarkedForSelfdestructFlag {i}{\locRoffAccFamForeignAccountDoingRow}} \\
\multicolumn{3}{l}{
\standardDomSubStamps {
Expand Down
2 changes: 1 addition & 1 deletion pkg/common.sty
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
\newcommand{\alreadySet} {\gray{\texttt{<already set>}}}
\newcommand{\leftUndefined} {\gray{\texttt{<undefined>}}}
\newcommand{\relevantValue} {\texttt{<rel. val.>}}
\newcommand{\valueToBeSet} {\texttt{<to be set>}}
\newcommand{\valueToBeSet} {\textcolor{solarized-green}{\texttt{<to be set>}}}
\newcommand{\valueUnknown} {\gray{\texttt{<unknown>}}}
\newcommand{\toBeSet} {\orange{TO BE SET}}
\newcommand{\justifiedByExternalCircuit}{\texttt{<justified by external circuit>}}
Expand Down

0 comments on commit 58ffe1e

Please sign in to comment.