A simple theme with bright colors for your coding needs
Edge
is a simple theme with bright colors. Edge comes in three versions — Night Sky, Serene and Ocean for all day long comfortable work. The theme has a few customisable options to help you personalise your experience with it.
yarn install
will install the required dev dependenciesyarn watch
will watch the files for changes and generate the themes/schemesyarn build
will build the theme filesyarn test
will run the testsyarn a11y
will check the colors in all the themes for accessibility
├── assets
│ └── icons
│ ├── common
│ ├── night-sky
│ ├── ocean
│ └── serene
├── gulp
├── icons
├── dist
│ └── alfred
│ └── iterm2
│ └── sublimetext
│ └── vim
│ └── vscode
├── src
│ ├── config
│ │ └── alfred
│ │ └── iterm2
│ │ └── sublimetext
│ │ └── vim
│ │ └── vscode
│ ├── utils
├── CHANGELOG.md
├── CONTRIBUTING.md
├── Edge Theme.sketch
├── README.md
├── gulpfile.babel.js
├── package.json
└── yarn.lock
assets/icons
contains the UI icons for the various themesgulp
contains the tasks for development, e.g. building the themesicons
contains the file_type icons. Please note that Edge for Sublime Text 3 supports A File Icon package.src
contains the source files, as follows:src/config
-> general config and editor-specific files, such as templates that are generatedsrc/utils
-> various util files, such as accessibility utils, logger and color utilsThere’s a small workflow you can apply to make modifications on the themes and have them reflect on the Sublime editor UI.
git clone git@github.com:tricinel/edge-theme.git
yarn install
yarn build
cd <path-to-sublime-text-3-packages> && rm -rf Edge\ Theme #if you have the theme installed
ln -s <path-to-edge-theme-repo>/dist/sublime-text Edge\ Theme
cd <path-to-edge-theme-repo>
yarn build
There’s no workflow you can apply to make modifications on the color schemes and have them immediately reflect on the iTerm2 UI. However, you can still use the release
task to generate the color schemes that you can then re-import into iTerm2.
git clone git@github.com:tricinel/edge-theme.git
yarn install
yarn build
yarn build
.itermcolors
files of the schemes from <path-to-edge-theme-repo>/dist/iterm2
With Slack, you can customize the sidebar theme by pasting the following color codes in your Sidebar Theme section under Slack’s Preferences:
Edge Night Sky
#07161B,#172A3A,#172A3A,#F3D3BD,#061419,#A9BCD0,#5DD39E,#FB3640
Edge Serene
#F6EED8,#EAE1CB,#DDC990,#633F24,#097C8E,#633F24,#2E7820,#C41922
Edge Ocean
#001230,#0C2A59,#0C2A59,#F5D2AC,#F5D2AC,#52A6F0,#40C7BC,#E7616F