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

add themes #43

Closed
bukinoshita opened this issue Jan 9, 2018 · 1 comment
Closed

add themes #43

bukinoshita opened this issue Jan 9, 2018 · 1 comment

Comments

@bukinoshita
Copy link
Owner

bukinoshita commented Jan 9, 2018

user can change app colors and font-sizes

@bukinoshita
Copy link
Owner Author

when app starts create a taskr.json config

module.exports = {
  config: {
    updateChannel: 'stable',
    fontSize: 13,
    fontFamily: 'Monaco',
    foregroundColor: '#f2f2f2',
    backgroundColor: '#000',
  },
  plugins: []
}

bukinoshita added a commit that referenced this issue Jan 16, 2018
bukinoshita added a commit that referenced this issue Jan 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant