Git Product home page Git Product logo

grayt-fsyh-theme's Introduction

grayt-fsyh-theme's People

Contributors

evanthegrayt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

grayt-fsyh-theme's Issues

Finish adding colors for all chromas

There are still four chromas that I don't have mapped. These have been given an ugly bg:10 (bright green background) in the meantime so they stand out.

  • globbing-ext
  • hashed-command
  • subtle-bg
  • exec-descriptor

for-loop-operator error

cannot parse style for-loop-operator: unknown color or style element 176;bold
For style subtle-separator, went for fallback style commandseparator

Remove test folder

Remove the test folder. I'll just host the test code here.

# This is some benign code I paste into a terminal to view the colorscheme.
# A lot of this was taken from the example on:
# https://github.com/zdharma/fast-syntax-highlighting

print "An example quite long string $with variable in it"
local param1="text $variable" param2='other $variable'
math=$(( 10 + HISTSIZ + HISTSIZE + $SAVEHIST )) size=$(( 0 ))

for (( ii = 1; ii <= size; ++ii )); do
    if [[ "${cmds[ii]} string" = "| string" ]]; then
        sidx=${buffer[(in:ii:)\$\(?#[^\\\\]\)]}    # Brackets of different depth
        (( sidx <= len )) && {                     # look different for easier
            eidx=${buffer[(b:sidx:ii)[^\\\\]\)]}   # visual matching.
        }
    fi
done

if [[ -d /usr/local/bin/ ]]; then
    cd /usr/local/bin/
    ls -l # Aliases are underlined so they stand out
    cd $OLDPWD
fi

cat <<<$PATH"xyz" # Herestrings are underlined

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.