https://github.com/ronilaukkarinen/tweeten-tweetbot-theme
Tweetbot-inspired theme for Tweeten Twitter client.
https://github.com/ronilaukkarinen/tweeten-tweetbot-theme
apps css enhancement scss theme tweaks tweetdeck tweeten twitter ui user-interface
Last synced: 5 days ago
JSON representation
Tweetbot-inspired theme for Tweeten Twitter client.
- Host: GitHub
- URL: https://github.com/ronilaukkarinen/tweeten-tweetbot-theme
- Owner: ronilaukkarinen
- Created: 2017-07-17T20:32:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T15:31:21.000Z (almost 4 years ago)
- Last Synced: 2025-04-23T11:14:38.744Z (5 days ago)
- Topics: apps, css, enhancement, scss, theme, tweaks, tweetdeck, tweeten, twitter, ui, user-interface
- Language: SCSS
- Homepage:
- Size: 74.2 KB
- Stars: 16
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Tweetbot-inspired theme for Tweeten
Love [Tweeten](http://tweetenapp.com/), but not how it looks? Say hello to Tweetbot -inspired theme for [@MehediH](https://github.com/MehediH)'s [Tweeten](http://tweetenapp.com/), Tweetdeck-based Twitter client.


## Features
- More compact columns without spaces between them
- Alignment fixes
- Clutter-free compose sidebar
- Column headers in native Mac OS X Tweetbot style
- Dark left background
- Hidden horizontal scrollbars for more minimal look
- Perhaps even more later on!## Installation - light version
1. [Download Tweeten](https://github.com/MehediH/Tweeten/releases/)
2. Go to Settings (bottom left cog icon), add Theme: **Light**, font size: **Small**, and activate following:- [x] Display round profile pictures
- [x] Display a separator for tweets
- [x] Show thinner scrollbars in columnsAdvanced-tab:
- [x] Enable developer features3. Open [theme.css](https://raw.githubusercontent.com/ronilaukkarinen/tweeten-tweetbot-theme/master/theme.css), select all and copy it to clipboard
4. Add to Advanced > Custom CSS and paste CSS.
5. Save settingsRest are up to your likings.
## Installation - dark version
1. [Download Tweeten](https://github.com/MehediH/Tweeten/releases/)
2. Go to Settings (bottom left cog icon), add Theme: **Dark**, font size: **Small**, and activate following:- [x] Display round profile pictures
- [x] Display a separator for tweets
- [x] Show thinner scrollbars in columnsAdvanced-tab:
- [x] Enable developer featuresRest are up to your likings.
3. Open [theme-dark.css](https://raw.githubusercontent.com/ronilaukkarinen/tweeten-tweetbot-theme/master/theme-dark.css), select all and copy it to clipboard
4. Add to Advanced > Custom CSS and paste CSS.
5. Save settings## Development
If you want to contribute to development, here's how:
1. Fork this repository
2. Clone your fork
3. Install dependencies `npm install`
4. Run `gulp` and start editing theme.scss