mirror of
https://github.com/altercation/solarized
synced 2024-11-23 12:13:08 +00:00
merge upstream xfce4-terminal changes
This commit is contained in:
parent
04583c9325
commit
8a909d311a
2 changed files with 11 additions and 11 deletions
|
@ -31,10 +31,10 @@ Move `terminalrc` to your `~/.config/Terminal/` directory. The dark or the light
|
|||
install the dark version please do the following:
|
||||
|
||||
$ cd xfce4-terminal-colors-solarized
|
||||
$ mv dark/terminalrc ~/.config/Terminal/
|
||||
$ cp dark/terminalrc ~/.config/Terminal/terminalrc
|
||||
|
||||
To install the light version go with:
|
||||
|
||||
$ cd xfce4-terminal-colors-solarized
|
||||
$ mv light/terminalrc ~/.config/Terminal/
|
||||
$ cp light/terminalrc ~/.config/Terminal/terminalrc
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
[Configuration]
|
||||
ColorCursor=#9393a1a1a1a1
|
||||
ColorForeground=#FDFDF6F6E3E3
|
||||
ColorBackground=#00002B2B3636
|
||||
ColorCursor=#0f0f49499999
|
||||
ColorForeground=#838394949696
|
||||
ColorBackground=#00002b2b3636
|
||||
ColorPalette1=#070736364242
|
||||
ColorPalette2=#dcdc32322f2f
|
||||
ColorPalette3=#858599990000
|
||||
ColorPalette4=#b5b589890000
|
||||
ColorPalette5=#26268ae0d2d2
|
||||
ColorPalette5=#26268b8bd2d2
|
||||
ColorPalette6=#d3d336368282
|
||||
ColorPalette7=#eeeee8e8d5d5
|
||||
ColorPalette8=#58586e6e7575
|
||||
ColorPalette7=#2a2aa1a19898
|
||||
ColorPalette8=#eeeee8e8d5d5
|
||||
ColorPalette9=#00002b2b3636
|
||||
ColorPalette10=#cbcb4b4b1616
|
||||
ColorPalette11=#2a2aa1a19898
|
||||
ColorPalette12=#65657bfb8383
|
||||
ColorPalette11=#58586e6e7575
|
||||
ColorPalette12=#65657b7b8383
|
||||
ColorPalette13=#838394949696
|
||||
ColorPalette14=#6c6c7171c4c4
|
||||
ColorPalette15=#9393a1a1a1a1
|
||||
|
|
Loading…
Reference in a new issue