update itermcolors

linux
Andrew Cassidy 6 years ago
parent 6ef02a9396
commit 4cc1d4a2aa
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

@ -1,4 +1,4 @@
#! /bin/zsh #!/bin/zsh
BASE=/tmp/tesseracttemp_$$ BASE=/tmp/tesseracttemp_$$
TMP=$BASE.txt TMP=$BASE.txt

@ -1,3 +1,5 @@
#!/bin/bash
MOUNT="/Volumes/Paxilon" MOUNT="/Volumes/Paxilon"
ESC="\033" ESC="\033"

@ -1 +1,2 @@
#!/bin/bash
diskutil eject "/Volumes/$1" diskutil eject "/Volumes/$1"

@ -1,4 +1,6 @@
"*": "*":
"autoclose-html":
makeNeverCloseSelfClosing: false
core: core:
disabledPackages: [ disabledPackages: [
"language-clojure" "language-clojure"
@ -19,7 +21,7 @@
telemetryConsent: "limited" telemetryConsent: "limited"
themes: [ themes: [
"one-dark-ui" "one-dark-ui"
"peacock-syntax" "base16-syntax"
] ]
titleBar: "custom" titleBar: "custom"
editor: editor:
@ -30,6 +32,8 @@
"exception-reporting": "exception-reporting":
userId: "c6ecdfe6-c496-4331-937d-5bb16acf637e" userId: "c6ecdfe6-c496-4331-937d-5bb16acf637e"
"markdown-preview": {} "markdown-preview": {}
minimap:
displayCodeHighlights: false
"tree-view": "tree-view":
hideIgnoredNames: true hideIgnoredNames: true
squashDirectoryNames: true squashDirectoryNames: true
@ -39,6 +43,11 @@
"substitute*" "substitute*"
] ]
keymapYToYankToLastCharacterOfLine: true keymapYToYankToLastCharacterOfLine: true
welcome:
showOnStartup: false
".basic.html.text":
editor:
softWrap: true
".css.scss.source": ".css.scss.source":
editor: editor:
softWrapHangingIndent: 2 softWrapHangingIndent: 2

@ -1,8 +1,14 @@
# setup location variables
set FISH_PATH "$HOME/.config/fish"
set FLINE_PATH "$FISH_PATH/fishline"
# setup FishLine # setup FishLine
set FLINE_PATH "$HOME/.config/fish/fishline"
source $FLINE_PATH/init.fish source $FLINE_PATH/init.fish
source $FLINE_PATH/../fishline_colors.fish source $FISH_PATH/fishline_colors.fish
set FLCLR_USER_BG blue set FLCLR_USER_BG blue
set FLCLR_USER_FG white set FLCLR_USER_FG white
# setup colors
set -gx GCC_COLORS 'error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
set -gx CLICOLOR 1
set -gx LSCOLORS 'ExcxdxfxgxxexcxdxfBxBx'

@ -1 +1 @@
Subproject commit bddf62a3237d5f011b4a844b2fa78473d653caff Subproject commit fe142bdb105bb5165db144a7623953d6e59a0896

@ -7,13 +7,13 @@
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.21193607151508331</real> <real>0.21924620866775513</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.22823883593082428</real> <real>0.23534151911735535</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.233673095703125</real> <real>0.2376844584941864</real>
</dict> </dict>
<key>Ansi 1 Color</key> <key>Ansi 1 Color</key>
<dict> <dict>
@ -189,13 +189,13 @@
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.32211124897003174</real> <real>0.30335885286331177</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.34688904881477356</real> <real>0.33078092336654663</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.3551483154296875</real> <real>0.32643425464630127</real>
</dict> </dict>
<key>Ansi 9 Color</key> <key>Ansi 9 Color</key>
<dict> <dict>
@ -340,5 +340,18 @@
<key>Red Component</key> <key>Red Component</key>
<real>1</real> <real>1</real>
</dict> </dict>
<key>Tab Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.99987989664077759</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>1</real>
<key>Red Component</key>
<real>0.99990183115005493</real>
</dict>
</dict> </dict>
</plist> </plist>

Loading…
Cancel
Save