Skip to content

Instantly share code, notes, and snippets.

@chustedde
Last active April 14, 2017 18:33
Show Gist options
  • Save chustedde/5f137b667fa59f00e1ee6ae65dcf4e1e to your computer and use it in GitHub Desktop.
Save chustedde/5f137b667fa59f00e1ee6ae65dcf4e1e to your computer and use it in GitHub Desktop.
Fairyfloss-based theme for PowerShell
{
"black": "#000000",
"dark_blue": "#2A4475",
"dark_green": "#E6C000",
"dark_cyan": "#50c0c0",
"dark_red": "#800000",
"dark_magenta": "#800080",
"dark_yellow": "#808000",
"gray": "#F8F8F2",
"dark_gray": "#aaaaaa",
"blue": "#0000ff",
"green": "#4aff93",
"cyan": "#00ffff",
"red": "#ff4e90",
"magenta": "#ff00ff",
"yellow": "#FFEA00",
"white": "#ffffff",
"screen_colors": "gray,dark_blue",
"popup_colors": "dark_magenta,white",
"font_face": "Lucida Console",
"font_true_type": true,
"font_size": "0x13",
"font_weight": 400,
"cursor_size": "small",
"window_size": "95x55",
"screen_buffer_size": "95x300",
"command_history_length": 50,
"num_history_buffers": 4,
"quick_edit": false,
"insert_mode": true,
"fullscreen": false,
"load_console_IME": true
}
@chustedde
Copy link
Author

Based on Fairyfloss, which I use in my text editor, but modified to be more PowerShell-y. For use with concfg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment