Skip to content

Commit e4004a5

Browse files
authored
Merge pull request #236 from shugo/fix/github-theme-orange
Fix the orange color value in the github theme
2 parents 87747a3 + 9a8631a commit e4004a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/textbringer/themes/github.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
p.color :darkred, hex: "#b31d28", ansi: "red" # s:colors.darkred (same both modes)
4444
p.color :purple, hex: "#a887e6", ansi: "magenta" # dcolors.purple
4545
p.color :green, hex: "#59b36f", ansi: "green" # dcolors.green
46-
p.color :orange, hex: "#e36209", ansi: "yellow" # s:colors.orange (same both modes)
46+
p.color :orange, hex: "#ffa657", ansi: "yellow" # s:colors.orange (same both modes)
4747
p.color :blue, hex: "#4dacfd", ansi: "blue" # dcolors.blue
4848
p.color :darkblue, hex: "#c1daec", ansi: "blue" # dcolors.darkblue = blue1
4949
end

0 commit comments

Comments
 (0)