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_$$
TMP=$BASE.txt

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

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

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

@ -1,8 +1,14 @@
# setup location variables
set FISH_PATH "$HOME/.config/fish"
set FLINE_PATH "$FISH_PATH/fishline"
# setup FishLine
set FLINE_PATH "$HOME/.config/fish/fishline"
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_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>
<real>1</real>
<key>Blue Component</key>
<real>0.21193607151508331</real>
<real>0.21924620866775513</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.22823883593082428</real>
<real>0.23534151911735535</real>
<key>Red Component</key>
<real>0.233673095703125</real>
<real>0.2376844584941864</real>
</dict>
<key>Ansi 1 Color</key>
<dict>
@ -189,13 +189,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.32211124897003174</real>
<real>0.30335885286331177</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.34688904881477356</real>
<real>0.33078092336654663</real>
<key>Red Component</key>
<real>0.3551483154296875</real>
<real>0.32643425464630127</real>
</dict>
<key>Ansi 9 Color</key>
<dict>
@ -340,5 +340,18 @@
<key>Red Component</key>
<real>1</real>
</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>
</plist>

Loading…
Cancel
Save