Skip to content
Subway SeatSubway SeatSubway Seat
← All ports

CLI & TUI

Git

Git's own colors in palette hex: avocado added and redbird removed lines, denim hunk headers, bold file headers, moved code (with diff.colorMoved), diff-highlight words, status, branches, log decorations, grep and add -p. lazygit shows these in its diff pane when it runs without delta. With delta, delta draws the diffs and reads the same moved-code colors; context lines and grep matches stay on git's defaults so delta can recognize them.

Showing WalnutTunnelEnamelMoquetteDeep LevelPortlandGuimardCatacombesCarrelage. Switch flavors with the bullets up top.

Git Report a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this port

The quick way

The installer sets it up and switches the theme on for you. More ways to install

curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor walnut --only git
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor tunnel --only git
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor enamel --only git
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor moquette --only git
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor deep --only git
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor portland --only git
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor guimard --only git
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor catacombes --only git
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor carrelage --only git

Turn it on

In ~/.config/git/config or ~/.gitconfig (an [include] at the end is fine)
[include]
	path = ~/.config/git/subway-seat.gitconfig
In ~/.config/git/config or ~/.gitconfig (an [include] at the end is fine)
[include]
	path = ~/.config/git/subway-seat-tunnel.gitconfig
In ~/.config/git/config or ~/.gitconfig (an [include] at the end is fine)
[include]
	path = ~/.config/git/subway-seat-enamel.gitconfig
In ~/.config/git/config or ~/.gitconfig (an [include] at the end is fine)
[include]
	path = ~/.config/git/london-moquette.gitconfig
In ~/.config/git/config or ~/.gitconfig (an [include] at the end is fine)
[include]
	path = ~/.config/git/london-deep-level.gitconfig
In ~/.config/git/config or ~/.gitconfig (an [include] at the end is fine)
[include]
	path = ~/.config/git/london-portland.gitconfig
In ~/.config/git/config or ~/.gitconfig (an [include] at the end is fine)
[include]
	path = ~/.config/git/paris-guimard.gitconfig
In ~/.config/git/config or ~/.gitconfig (an [include] at the end is fine)
[include]
	path = ~/.config/git/paris-catacombes.gitconfig
In ~/.config/git/config or ~/.gitconfig (an [include] at the end is fine)
[include]
	path = ~/.config/git/paris-carrelage.gitconfig

The files

subway-seat.gitconfigsave as ~/.config/git/subway-seat.gitconfig
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Subway Seat for Git. Include it from your gitconfig:
#   [include] path = ~/.config/git/subway-seat.gitconfig

[color "diff"]
	meta = "#f8ecd4 bold"
	frag = "#7f9bae"
	func = "#d9c6a3"
	old = "#ff8373"
	new = "#adb956"
	commit = "#f3bf45"
	whitespace = "normal #e05c45"
	oldMoved = "#ec7f31 bold"
	oldMovedAlternative = "#7f9bae bold"
	newMoved = "#86ad95 bold"
	newMovedAlternative = "#f3bf45 bold"
	oldMovedDimmed = "#967b5c"
	oldMovedAlternativeDimmed = "#967b5c italic"
	newMovedDimmed = "#967b5c"
	newMovedAlternativeDimmed = "#967b5c italic"
	contextDimmed = "#967b5c"
	oldDimmed = "#ff8373 dim"
	newDimmed = "#adb956 dim"
	contextBold = "#f8ecd4 bold"
	oldBold = "#ff8373 bold"
	newBold = "#adb956 bold"

[color "diff-highlight"]
	oldNormal = "#ff8373"
	oldHighlight = "#ff8373 #6d3224"
	newNormal = "#adb956"
	newHighlight = "#adb956 #504d26"

[color "status"]
	header = "#d9c6a3"
	added = "#adb956"
	changed = "#ff8373"
	untracked = "#f4a87e"
	branch = "#adb956 bold"
	nobranch = "#ff8373 bold"
	localBranch = "#adb956"
	remoteBranch = "#ff8373"
	unmerged = "#ff8373 bold"

[color "branch"]
	current = "#adb956 bold"
	local = "#eddcbc"
	remote = "#ff8373"
	upstream = "#7f9bae"
	plain = "#d9c6a3"
	worktree = "#86ad95"

[color "decorate"]
	HEAD = "#86ad95 bold"
	branch = "#adb956 bold"
	remoteBranch = "#ff8373 bold"
	tag = "#f3bf45 bold"
	stash = "#ec7f31 bold"
	grafted = "#7f9bae bold"

[color "grep"]
	context = "#c4ae8c"
	filename = "#ec7f31"
	function = "#f3bf45"
	lineNumber = "#adb956"
	column = "#adb956"
	selected = "#eddcbc"
	separator = "#967b5c"

[color "interactive"]
	prompt = "#ec7f31 bold"
	header = "#f8ecd4 bold"
	help = "#f3bf45"
	error = "#ff8373 bold"

[color "blame"]
	highlightRecent = "#967b5c,12 month ago,#d9c6a3,1 month ago,#ec7f31"
	repeatedLines = "#967b5c"

[color "advice"]
	hint = "#f3bf45"

[color "push"]
	error = "#ff8373"

[color "transport"]
	rejected = "#ff8373"

[color "remote"]
	hint = "#f3bf45"
	warning = "#f3bf45 bold"
	success = "#adb956 bold"
	error = "#ff8373 bold"
subway-seat-tunnel.gitconfigsave as ~/.config/git/subway-seat-tunnel.gitconfig
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Subway Seat Tunnel for Git. Include it from your gitconfig:
#   [include] path = ~/.config/git/subway-seat-tunnel.gitconfig

[color "diff"]
	meta = "#f6ead1 bold"
	frag = "#7f9bae"
	func = "#d6c3a0"
	old = "#ff8373"
	new = "#adb956"
	commit = "#f3bf45"
	whitespace = "normal #e05c45"
	oldMoved = "#ec7f31 bold"
	oldMovedAlternative = "#7f9bae bold"
	newMoved = "#86ad95 bold"
	newMovedAlternative = "#f3bf45 bold"
	oldMovedDimmed = "#917759"
	oldMovedAlternativeDimmed = "#917759 italic"
	newMovedDimmed = "#917759"
	newMovedAlternativeDimmed = "#917759 italic"
	contextDimmed = "#917759"
	oldDimmed = "#ff8373 dim"
	newDimmed = "#adb956 dim"
	contextBold = "#f6ead1 bold"
	oldBold = "#ff8373 bold"
	newBold = "#adb956 bold"

[color "diff-highlight"]
	oldNormal = "#ff8373"
	oldHighlight = "#ff8373 #662d20"
	newNormal = "#adb956"
	newHighlight = "#adb956 #484722"

[color "status"]
	header = "#d6c3a0"
	added = "#adb956"
	changed = "#ff8373"
	untracked = "#f4a87e"
	branch = "#adb956 bold"
	nobranch = "#ff8373 bold"
	localBranch = "#adb956"
	remoteBranch = "#ff8373"
	unmerged = "#ff8373 bold"

[color "branch"]
	current = "#adb956 bold"
	local = "#e9d8b6"
	remote = "#ff8373"
	upstream = "#7f9bae"
	plain = "#d6c3a0"
	worktree = "#86ad95"

[color "decorate"]
	HEAD = "#86ad95 bold"
	branch = "#adb956 bold"
	remoteBranch = "#ff8373 bold"
	tag = "#f3bf45 bold"
	stash = "#ec7f31 bold"
	grafted = "#7f9bae bold"

[color "grep"]
	context = "#c0aa88"
	filename = "#ec7f31"
	function = "#f3bf45"
	lineNumber = "#adb956"
	column = "#adb956"
	selected = "#e9d8b6"
	separator = "#917759"

[color "interactive"]
	prompt = "#ec7f31 bold"
	header = "#f6ead1 bold"
	help = "#f3bf45"
	error = "#ff8373 bold"

[color "blame"]
	highlightRecent = "#917759,12 month ago,#d6c3a0,1 month ago,#ec7f31"
	repeatedLines = "#917759"

[color "advice"]
	hint = "#f3bf45"

[color "push"]
	error = "#ff8373"

[color "transport"]
	rejected = "#ff8373"

[color "remote"]
	hint = "#f3bf45"
	warning = "#f3bf45 bold"
	success = "#adb956 bold"
	error = "#ff8373 bold"
subway-seat-enamel.gitconfigsave as ~/.config/git/subway-seat-enamel.gitconfig
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Subway Seat Enamel for Git. Include it from your gitconfig:
#   [include] path = ~/.config/git/subway-seat-enamel.gitconfig

[color "diff"]
	meta = "#2a1d13 bold"
	frag = "#3f6480"
	func = "#54402f"
	old = "#bf4233"
	new = "#66740f"
	commit = "#976608"
	whitespace = "normal #992418"
	oldMoved = "#a04800 bold"
	oldMovedAlternative = "#3f6480 bold"
	newMoved = "#3e7157 bold"
	newMovedAlternative = "#976608 bold"
	oldMovedDimmed = "#8c7254"
	oldMovedAlternativeDimmed = "#8c7254 italic"
	newMovedDimmed = "#8c7254"
	newMovedAlternativeDimmed = "#8c7254 italic"
	contextDimmed = "#8c7254"
	oldDimmed = "#bf4233 dim"
	newDimmed = "#66740f dim"
	contextBold = "#2a1d13 bold"
	oldBold = "#bf4233 bold"
	newBold = "#66740f bold"

[color "diff-highlight"]
	oldNormal = "#bf4233"
	oldHighlight = "#bf4233 #deb9b5"
	newNormal = "#66740f"
	newHighlight = "#66740f #c2c79f"

[color "status"]
	header = "#54402f"
	added = "#66740f"
	changed = "#bf4233"
	untracked = "#843811"
	branch = "#66740f bold"
	nobranch = "#bf4233 bold"
	localBranch = "#66740f"
	remoteBranch = "#bf4233"
	unmerged = "#bf4233 bold"

[color "branch"]
	current = "#66740f bold"
	local = "#3e2c1e"
	remote = "#bf4233"
	upstream = "#3f6480"
	plain = "#54402f"
	worktree = "#3e7157"

[color "decorate"]
	HEAD = "#3e7157 bold"
	branch = "#66740f bold"
	remoteBranch = "#bf4233 bold"
	tag = "#976608 bold"
	stash = "#a04800 bold"
	grafted = "#3f6480 bold"

[color "grep"]
	context = "#654f3b"
	filename = "#a04800"
	function = "#976608"
	lineNumber = "#66740f"
	column = "#66740f"
	selected = "#3e2c1e"
	separator = "#8c7254"

[color "interactive"]
	prompt = "#a04800 bold"
	header = "#2a1d13 bold"
	help = "#976608"
	error = "#bf4233 bold"

[color "blame"]
	highlightRecent = "#8c7254,12 month ago,#54402f,1 month ago,#a04800"
	repeatedLines = "#8c7254"

[color "advice"]
	hint = "#976608"

[color "push"]
	error = "#bf4233"

[color "transport"]
	rejected = "#bf4233"

[color "remote"]
	hint = "#976608"
	warning = "#976608 bold"
	success = "#66740f bold"
	error = "#bf4233 bold"
london-moquette.gitconfigsave as ~/.config/git/london-moquette.gitconfig
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# London Moquette for Git. Include it from your gitconfig:
#   [include] path = ~/.config/git/london-moquette.gitconfig

[color "diff"]
	meta = "#e9edf5 bold"
	frag = "#7595da"
	func = "#c1c9d8"
	old = "#fe8474"
	new = "#77c581"
	commit = "#f2c03f"
	whitespace = "normal #db6052"
	oldMoved = "#de8946 bold"
	oldMovedAlternative = "#7595da bold"
	newMoved = "#54b4b5 bold"
	newMovedAlternative = "#f2c03f bold"
	oldMovedDimmed = "#73819c"
	oldMovedAlternativeDimmed = "#73819c italic"
	newMovedDimmed = "#73819c"
	newMovedAlternativeDimmed = "#73819c italic"
	contextDimmed = "#73819c"
	oldDimmed = "#fe8474 dim"
	newDimmed = "#77c581 dim"
	contextBold = "#e9edf5 bold"
	oldBold = "#fe8474 bold"
	newBold = "#77c581 bold"

[color "diff-highlight"]
	oldNormal = "#fe8474"
	oldHighlight = "#fe8474 #623538"
	newNormal = "#77c581"
	newHighlight = "#77c581 #345345"

[color "status"]
	header = "#c1c9d8"
	added = "#77c581"
	changed = "#fe8474"
	untracked = "#ae9edc"
	branch = "#77c581 bold"
	nobranch = "#fe8474 bold"
	localBranch = "#77c581"
	remoteBranch = "#fe8474"
	unmerged = "#fe8474 bold"

[color "branch"]
	current = "#77c581 bold"
	local = "#d8deea"
	remote = "#fe8474"
	upstream = "#7595da"
	plain = "#c1c9d8"
	worktree = "#54b4b5"

[color "decorate"]
	HEAD = "#54b4b5 bold"
	branch = "#77c581 bold"
	remoteBranch = "#fe8474 bold"
	tag = "#f2c03f bold"
	stash = "#de8946 bold"
	grafted = "#7595da bold"

[color "grep"]
	context = "#a9b2c4"
	filename = "#de8946"
	function = "#f2c03f"
	lineNumber = "#77c581"
	column = "#77c581"
	selected = "#d8deea"
	separator = "#73819c"

[color "interactive"]
	prompt = "#de8946 bold"
	header = "#e9edf5 bold"
	help = "#f2c03f"
	error = "#fe8474 bold"

[color "blame"]
	highlightRecent = "#73819c,12 month ago,#c1c9d8,1 month ago,#de8946"
	repeatedLines = "#73819c"

[color "advice"]
	hint = "#f2c03f"

[color "push"]
	error = "#fe8474"

[color "transport"]
	rejected = "#fe8474"

[color "remote"]
	hint = "#f2c03f"
	warning = "#f2c03f bold"
	success = "#77c581 bold"
	error = "#fe8474 bold"
london-deep-level.gitconfigsave as ~/.config/git/london-deep-level.gitconfig
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# London Deep Level for Git. Include it from your gitconfig:
#   [include] path = ~/.config/git/london-deep-level.gitconfig

[color "diff"]
	meta = "#e7ebf3 bold"
	frag = "#7595da"
	func = "#bec6d5"
	old = "#fe8474"
	new = "#77c581"
	commit = "#f2c03f"
	whitespace = "normal #db6052"
	oldMoved = "#de8946 bold"
	oldMovedAlternative = "#7595da bold"
	newMoved = "#54b4b5 bold"
	newMovedAlternative = "#f2c03f bold"
	oldMovedDimmed = "#6f7c97"
	oldMovedAlternativeDimmed = "#6f7c97 italic"
	newMovedDimmed = "#6f7c97"
	newMovedAlternativeDimmed = "#6f7c97 italic"
	contextDimmed = "#6f7c97"
	oldDimmed = "#fe8474 dim"
	newDimmed = "#77c581 dim"
	contextBold = "#e7ebf3 bold"
	oldBold = "#fe8474 bold"
	newBold = "#77c581 bold"

[color "diff-highlight"]
	oldNormal = "#fe8474"
	oldHighlight = "#fe8474 #5e2f2f"
	newNormal = "#77c581"
	newHighlight = "#77c581 #2f4c3c"

[color "status"]
	header = "#bec6d5"
	added = "#77c581"
	changed = "#fe8474"
	untracked = "#ae9edc"
	branch = "#77c581 bold"
	nobranch = "#fe8474 bold"
	localBranch = "#77c581"
	remoteBranch = "#fe8474"
	unmerged = "#fe8474 bold"

[color "branch"]
	current = "#77c581 bold"
	local = "#d4dae7"
	remote = "#fe8474"
	upstream = "#7595da"
	plain = "#bec6d5"
	worktree = "#54b4b5"

[color "decorate"]
	HEAD = "#54b4b5 bold"
	branch = "#77c581 bold"
	remoteBranch = "#fe8474 bold"
	tag = "#f2c03f bold"
	stash = "#de8946 bold"
	grafted = "#7595da bold"

[color "grep"]
	context = "#a5aec0"
	filename = "#de8946"
	function = "#f2c03f"
	lineNumber = "#77c581"
	column = "#77c581"
	selected = "#d4dae7"
	separator = "#6f7c97"

[color "interactive"]
	prompt = "#de8946 bold"
	header = "#e7ebf3 bold"
	help = "#f2c03f"
	error = "#fe8474 bold"

[color "blame"]
	highlightRecent = "#6f7c97,12 month ago,#bec6d5,1 month ago,#de8946"
	repeatedLines = "#6f7c97"

[color "advice"]
	hint = "#f2c03f"

[color "push"]
	error = "#fe8474"

[color "transport"]
	rejected = "#fe8474"

[color "remote"]
	hint = "#f2c03f"
	warning = "#f2c03f bold"
	success = "#77c581 bold"
	error = "#fe8474 bold"
london-portland.gitconfigsave as ~/.config/git/london-portland.gitconfig
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# London Portland for Git. Include it from your gitconfig:
#   [include] path = ~/.config/git/london-portland.gitconfig

[color "diff"]
	meta = "#1b202b bold"
	frag = "#0019a8"
	func = "#3c4557"
	old = "#cc2e25"
	new = "#0d8131"
	commit = "#8d6c08"
	whitespace = "normal #9b211a"
	oldMoved = "#a54300 bold"
	oldMovedAlternative = "#0019a8 bold"
	newMoved = "#007376 bold"
	newMovedAlternative = "#8d6c08 bold"
	oldMovedDimmed = "#697794"
	oldMovedAlternativeDimmed = "#697794 italic"
	newMovedDimmed = "#697794"
	newMovedAlternativeDimmed = "#697794 italic"
	contextDimmed = "#697794"
	oldDimmed = "#cc2e25 dim"
	newDimmed = "#0d8131 dim"
	contextBold = "#1b202b bold"
	oldBold = "#cc2e25 bold"
	newBold = "#0d8131 bold"

[color "diff-highlight"]
	oldNormal = "#cc2e25"
	oldHighlight = "#cc2e25 #dfb8b6"
	newNormal = "#0d8131"
	newHighlight = "#0d8131 #9ecdad"

[color "status"]
	header = "#3c4557"
	added = "#0d8131"
	changed = "#cc2e25"
	untracked = "#755fa9"
	branch = "#0d8131 bold"
	nobranch = "#cc2e25 bold"
	localBranch = "#0d8131"
	remoteBranch = "#cc2e25"
	unmerged = "#cc2e25 bold"

[color "branch"]
	current = "#0d8131 bold"
	local = "#293040"
	remote = "#cc2e25"
	upstream = "#0019a8"
	plain = "#3c4557"
	worktree = "#007376"

[color "decorate"]
	HEAD = "#007376 bold"
	branch = "#0d8131 bold"
	remoteBranch = "#cc2e25 bold"
	tag = "#8d6c08 bold"
	stash = "#a54300 bold"
	grafted = "#0019a8 bold"

[color "grep"]
	context = "#4a5469"
	filename = "#a54300"
	function = "#8d6c08"
	lineNumber = "#0d8131"
	column = "#0d8131"
	selected = "#293040"
	separator = "#697794"

[color "interactive"]
	prompt = "#a54300 bold"
	header = "#1b202b bold"
	help = "#8d6c08"
	error = "#cc2e25 bold"

[color "blame"]
	highlightRecent = "#697794,12 month ago,#3c4557,1 month ago,#a54300"
	repeatedLines = "#697794"

[color "advice"]
	hint = "#8d6c08"

[color "push"]
	error = "#cc2e25"

[color "transport"]
	rejected = "#cc2e25"

[color "remote"]
	hint = "#8d6c08"
	warning = "#8d6c08 bold"
	success = "#0d8131 bold"
	error = "#cc2e25 bold"
paris-guimard.gitconfigsave as ~/.config/git/paris-guimard.gitconfig
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Paris Guimard for Git. Include it from your gitconfig:
#   [include] path = ~/.config/git/paris-guimard.gitconfig

[color "diff"]
	meta = "#e9eeec bold"
	frag = "#709bc8"
	func = "#c2cbc5"
	old = "#e7877b"
	new = "#70caa9"
	commit = "#f1bf4b"
	whitespace = "normal #c7665b"
	oldMoved = "#ca9245 bold"
	oldMovedAlternative = "#709bc8 bold"
	newMoved = "#549b9f bold"
	newMovedAlternative = "#f1bf4b bold"
	oldMovedDimmed = "#74857c"
	oldMovedAlternativeDimmed = "#74857c italic"
	newMovedDimmed = "#74857c"
	newMovedAlternativeDimmed = "#74857c italic"
	contextDimmed = "#74857c"
	oldDimmed = "#e7877b dim"
	newDimmed = "#70caa9 dim"
	contextBold = "#e9eeec bold"
	oldBold = "#e7877b bold"
	newBold = "#70caa9 bold"

[color "diff-highlight"]
	oldNormal = "#e7877b"
	oldHighlight = "#e7877b #5b3832"
	newNormal = "#70caa9"
	newHighlight = "#70caa9 #335649"

[color "status"]
	header = "#c2cbc5"
	added = "#70caa9"
	changed = "#e7877b"
	untracked = "#fab49c"
	branch = "#70caa9 bold"
	nobranch = "#e7877b bold"
	localBranch = "#70caa9"
	remoteBranch = "#e7877b"
	unmerged = "#e7877b bold"

[color "branch"]
	current = "#70caa9 bold"
	local = "#d9e1db"
	remote = "#e7877b"
	upstream = "#709bc8"
	plain = "#c2cbc5"
	worktree = "#549b9f"

[color "decorate"]
	HEAD = "#549b9f bold"
	branch = "#70caa9 bold"
	remoteBranch = "#e7877b bold"
	tag = "#f1bf4b bold"
	stash = "#ca9245 bold"
	grafted = "#709bc8 bold"

[color "grep"]
	context = "#a9b5ae"
	filename = "#ca9245"
	function = "#f1bf4b"
	lineNumber = "#70caa9"
	column = "#70caa9"
	selected = "#d9e1db"
	separator = "#74857c"

[color "interactive"]
	prompt = "#ca9245 bold"
	header = "#e9eeec bold"
	help = "#f1bf4b"
	error = "#e7877b bold"

[color "blame"]
	highlightRecent = "#74857c,12 month ago,#c2cbc5,1 month ago,#ca9245"
	repeatedLines = "#74857c"

[color "advice"]
	hint = "#f1bf4b"

[color "push"]
	error = "#e7877b"

[color "transport"]
	rejected = "#e7877b"

[color "remote"]
	hint = "#f1bf4b"
	warning = "#f1bf4b bold"
	success = "#70caa9 bold"
	error = "#e7877b bold"
paris-catacombes.gitconfigsave as ~/.config/git/paris-catacombes.gitconfig
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Paris Catacombes for Git. Include it from your gitconfig:
#   [include] path = ~/.config/git/paris-catacombes.gitconfig

[color "diff"]
	meta = "#e7ecea bold"
	frag = "#709bc8"
	func = "#bfc8c2"
	old = "#e7877b"
	new = "#70caa9"
	commit = "#f1bf4b"
	whitespace = "normal #c7665b"
	oldMoved = "#ca9245 bold"
	oldMovedAlternative = "#709bc8 bold"
	newMoved = "#549b9f bold"
	newMovedAlternative = "#f1bf4b bold"
	oldMovedDimmed = "#708178"
	oldMovedAlternativeDimmed = "#708178 italic"
	newMovedDimmed = "#708178"
	newMovedAlternativeDimmed = "#708178 italic"
	contextDimmed = "#708178"
	oldDimmed = "#e7877b dim"
	newDimmed = "#70caa9 dim"
	contextBold = "#e7ecea bold"
	oldBold = "#e7877b bold"
	newBold = "#70caa9 bold"

[color "diff-highlight"]
	oldNormal = "#e7877b"
	oldHighlight = "#e7877b #56322c"
	newNormal = "#70caa9"
	newHighlight = "#70caa9 #2d4f42"

[color "status"]
	header = "#bfc8c2"
	added = "#70caa9"
	changed = "#e7877b"
	untracked = "#fab49c"
	branch = "#70caa9 bold"
	nobranch = "#e7877b bold"
	localBranch = "#70caa9"
	remoteBranch = "#e7877b"
	unmerged = "#e7877b bold"

[color "branch"]
	current = "#70caa9 bold"
	local = "#d4ddd7"
	remote = "#e7877b"
	upstream = "#709bc8"
	plain = "#bfc8c2"
	worktree = "#549b9f"

[color "decorate"]
	HEAD = "#549b9f bold"
	branch = "#70caa9 bold"
	remoteBranch = "#e7877b bold"
	tag = "#f1bf4b bold"
	stash = "#ca9245 bold"
	grafted = "#709bc8 bold"

[color "grep"]
	context = "#a5b1aa"
	filename = "#ca9245"
	function = "#f1bf4b"
	lineNumber = "#70caa9"
	column = "#70caa9"
	selected = "#d4ddd7"
	separator = "#708178"

[color "interactive"]
	prompt = "#ca9245 bold"
	header = "#e7ecea bold"
	help = "#f1bf4b"
	error = "#e7877b bold"

[color "blame"]
	highlightRecent = "#708178,12 month ago,#bfc8c2,1 month ago,#ca9245"
	repeatedLines = "#708178"

[color "advice"]
	hint = "#f1bf4b"

[color "push"]
	error = "#e7877b"

[color "transport"]
	rejected = "#e7877b"

[color "remote"]
	hint = "#f1bf4b"
	warning = "#f1bf4b bold"
	success = "#70caa9 bold"
	error = "#e7877b bold"
paris-carrelage.gitconfigsave as ~/.config/git/paris-carrelage.gitconfig
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Paris Carrelage for Git. Include it from your gitconfig:
#   [include] path = ~/.config/git/paris-carrelage.gitconfig

[color "diff"]
	meta = "#19221e bold"
	frag = "#25629b"
	func = "#3b4742"
	old = "#ac3b32"
	new = "#218366"
	commit = "#916d07"
	whitespace = "normal #88251e"
	oldMoved = "#764c00 bold"
	oldMovedAlternative = "#25629b bold"
	newMoved = "#006267 bold"
	newMovedAlternative = "#916d07 bold"
	oldMovedDimmed = "#6c7c76"
	oldMovedAlternativeDimmed = "#6c7c76 italic"
	newMovedDimmed = "#6c7c76"
	newMovedAlternativeDimmed = "#6c7c76 italic"
	contextDimmed = "#6c7c76"
	oldDimmed = "#ac3b32 dim"
	newDimmed = "#218366 dim"
	contextBold = "#19221e bold"
	oldBold = "#ac3b32 bold"
	newBold = "#218366 bold"

[color "diff-highlight"]
	oldNormal = "#ac3b32"
	oldHighlight = "#ac3b32 #d9b9b7"
	newNormal = "#218366"
	newHighlight = "#218366 #a6cdc2"

[color "status"]
	header = "#3b4742"
	added = "#218366"
	changed = "#ac3b32"
	untracked = "#b36b51"
	branch = "#218366 bold"
	nobranch = "#ac3b32 bold"
	localBranch = "#218366"
	remoteBranch = "#ac3b32"
	unmerged = "#ac3b32 bold"

[color "branch"]
	current = "#218366 bold"
	local = "#27342f"
	remote = "#ac3b32"
	upstream = "#25629b"
	plain = "#3b4742"
	worktree = "#006267"

[color "decorate"]
	HEAD = "#006267 bold"
	branch = "#218366 bold"
	remoteBranch = "#ac3b32 bold"
	tag = "#916d07 bold"
	stash = "#764c00 bold"
	grafted = "#25629b bold"

[color "grep"]
	context = "#4a5752"
	filename = "#764c00"
	function = "#916d07"
	lineNumber = "#218366"
	column = "#218366"
	selected = "#27342f"
	separator = "#6c7c76"

[color "interactive"]
	prompt = "#764c00 bold"
	header = "#19221e bold"
	help = "#916d07"
	error = "#ac3b32 bold"

[color "blame"]
	highlightRecent = "#6c7c76,12 month ago,#3b4742,1 month ago,#764c00"
	repeatedLines = "#6c7c76"

[color "advice"]
	hint = "#916d07"

[color "push"]
	error = "#ac3b32"

[color "transport"]
	rejected = "#ac3b32"

[color "remote"]
	hint = "#916d07"
	warning = "#916d07 bold"
	success = "#218366 bold"
	error = "#ac3b32 bold"