Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added theme for https://blink.sh. #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions smyck.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
black = '#000000';
red = '#C75646'; // red
green = '#8EB33B'; // green
yellow = '#D0B03C'; // yellow
blue = '#4E90A7'; // blue
magenta = '#C8A0D1'; // pink
cyan = '#218693'; // cyan
white = '#B0B0B0'; // light gray
lightBlack = '#5D5D5D'; // medium gray
lightRed = '#E09690'; // red
lightGreen = '#CDEE69'; // green
lightYellow = '#FFE377'; // yellow
lightBlue = '#9CD9F0'; // blue
lightMagenta= '#FBB1F9'; // pink
lightCyan = '#77DFD8'; // cyan
lightWhite = '#F7F7F7'; // white

t.prefs_.set('color-palette-overrides',
[ black , red , green , yellow,
blue , magenta , cyan , white,
lightBlack , lightRed , lightGreen , lightYellow,
lightBlue , lightMagenta , lightCyan , lightWhite ]);

//t.prefs_.set('cursor-color', 'rgba(0, 0, 0, 0.5)');
t.prefs_.set('cursor-color', '#c7c7c7');
t.prefs_.set('cursor-blink', true);
t.prefs_.set('foreground-color', '#f8f8f8');
t.prefs_.set('background-color', '#232423');