Giter Site home page Giter Site logo

fifty-shades-of-macos's Introduction

Fifty Shades of MacOS

Sublime Text 4 Dark and Light Theme1.

alt text

More Screenshots

Requirements

Tested

OS Version Test Status
MacOS 12.4 Tested
Windows Not Tested
Linux Not Tested

Install on MacOS from Terminal

me="$(whoami)"
cd "/Users/$me/Library/Application Support/Sublime Text/Packages"
git clone https://github.com/pelemarse/fifty-shades-of-macos.git
mv fifty-shades-of-macos "Theme - Fifty Shades of MacOS"

Recommended Sublime Text settings

Preferences.sublime-settings

{
	"theme": "auto",
	"file_tab_style": "rounded",
	"show_tab_close_buttons_on_left": true,
	"show_tab_close_buttons": true,
	"hide_tab_scrolling_buttons": true,
	"close_windows_when_empty": false,
	"hide_tabs_dropdown_button": true,
	"hide_new_tab_button": true,
	"caret_style": "blink",
	"font_face": "SF Mono",
	"rulers": [80],
	"highlight_line": false,
	"scroll_past_end": true,
	"mini_diff": false,
	"color_scheme": "auto",
	"dark_theme": "Fifty Shades of MacOS Dark.sublime-theme",
	"light_theme": "Fifty Shades of MacOS.sublime-theme",
	"dark_color_scheme": "Fifty Shades of MacOS Dark.sublime-color-scheme",
	"light_color_scheme": "Fifty Shades of MacOS.sublime-color-scheme",
}

Terminus plugin settings

Terminus.sublime-settings

Dark Mode

{
	"theme": "user",
	"unix_term": "xterm-256color",
	"256color": true,
	"user_theme_colors":
		{
			"comment": "#282a37",
			"background": "#1e1e1e",
			"black": "#000000",
			"blue": "#bd93f9",
			"brown": "#f1fa8c",
			"cyan": "#8be9fd",
			"foreground": "#f8f8f2",
			"green": "#50fa7b",
			"light_black": "#555555",
			"light_blue": "#bd93f9",
			"light_brown": "#f1fa8c",
			"light_cyan": "#8be9fd",
			"light_green": "#50fa7b",
			"light_magenta": "#ff79c6",
			"light_red": "#ff5555",
			"light_white": "#ffffff",
			"magenta": "#ff79c6",
			"red": "#ff5555",
			"white": "#bbbbbb",
		},
	"view_settings": {
		"font_face": "SF Mono Regular",
		"font_size": 11,
		"rulers": []
	}
}

Light Mode

{
	"theme": "user",
	"unix_term": "xterm-256color",
	"256color": true,
	"user_theme_colors":
  {
    "comment": "#282a37",
    "background": "#ffffff",
    "foreground": "#1f2023",
    "black": "#000000",
    "red": "#990001",
    "green": "#00a600",
    "blue": "#0000b2",
    "magenta": "#b102b3",
    "cyan": "#00a6b2",
    "white": "#bfbfbf",
    "brown": "#979648",
    "light_black": "#bfbfbf",
    "light_red": "#e50101",
    "light_green": "#008540",
    "light_blue": "#0000ff",
    "light_magenta": "#e501e6",
    "light_cyan": "#00e5e6",
    "light_white": "#e5e6e6",
    "light_brown": "#b0b300"
  },
	"view_settings": {
		"font_face": "SF Mono Regular",
		"font_size": 11,
		"rulers": []
	}
}

Footnotes

  1. Currently, syntax color schemes are optimized only for the Go programming language and a few others. โ†ฉ

fifty-shades-of-macos's People

Contributors

pelemarse avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

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.