Skip to content

Instantly share code, notes, and snippets.

View scote's full-sized avatar

Sébastien Côté scote

  • CAE
  • Quebec, Canada
View GitHub Profile
@scote
scote / VisualStudio.flutecolors
Last active July 12, 2021 14:50
Visual Studio Fluent Terminal Theme
{
"EncodedImage": "",
"Name": "Visual Studio",
"Author": "",
"Colors": {
"Foreground": "#D4D4D4",
"Background": "#1E1E1E",
"Cursor": "#D4D4D4",
"CursorAccent": "#000000",
"Selection": "rgba(255, 255, 255, 0.3)",
@scote
scote / hyper.js
Last active January 22, 2022 19:05
HyperJS 3.x.x Config with Visual Studio Terminal color
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',