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

Inbox background color #62

Open
vyasmohan opened this issue Jul 8, 2017 · 1 comment
Open

Inbox background color #62

vyasmohan opened this issue Jul 8, 2017 · 1 comment

Comments

@vyasmohan
Copy link

I use plain notes and tasks a lot.. Thanks for these wonderful plugins.

I couldn't find a way to change the inbox back ground color from yellow to something else.. I could change the same for notes and jotter, but not inbox.

My settings:

{
"root": "~/Dropbox/Notes/",
"archive_dir": ".archive",
"note_color_scheme": "Packages/Color Scheme - Default/Mac Classic.tmTheme",
"jotter_color_scheme": "Packages/Color Scheme - Default/Mac Classic.tmTheme",
"jotter_date_format" :"%d %b %Y",
"jotter_time_format": "%I:%M %p",
"note_save_extension": "note",
"note_file_extensions": ["md","note"],
"enable_yaml": false,
"note_yaml" : ["tags"],
"list_options" : {
"display_modified_date": false,
"display_folder": false,
"display_full_path": false
}
}

image

@M4he
Copy link

M4he commented Feb 13, 2019

It's not documented anywhere but you can override internal settings by creating a secondary settings file called Packages/User/Note.sublime-settings (Note the missing s at the end of "Note" in the file name in contrast to the primary settings file for PlainNotes!)

Here you can access some more settings. See Packages/PlainNotes/Note.sublime-settings for reference. For example:

{
  "color_scheme": "Packages/PlainNotes/Color Schemes/Sticky-Blue.tmTheme",
  "gutter": true,
  "fold_buttons": true,
  "margin": 4,
}

Changing color_scheme will change it for the Inbox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants