• Stars
    star
    3,673
  • Rank 11,596 (Top 0.3 %)
  • Language
    CSS
  • License
    MIT License
  • Created almost 9 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a Flat theme for Ubuntu and other Gnome based Linux Systems.

Flatabulous

Update - I am looking for additional collaborators and maintainers to help me out with this. I have been keeping busy lately, and have been using Ubuntu sporadically, so it would be nice to have some help!

Flatabulous

This is a Flat theme for Ubuntu and other debian based Linux Systems. This is based on the Ultra-Flat theme. Special thanks to @steftrikia and Satyajit Sahoo for the original work.

Installation

Update

Install it manually, if you are on Ubuntu 16.04 or higher. If you prefer the .deb installers, please download the correct one, based on the version from here.

This theme was designed specially for the Unity environment on Ubuntu as I have only tested it on Ubuntu. It might not work properly for the other versions.

Imgur The terminal

To install the theme, you must first install the Unity Tweak Tool. It can be installed by simply running the command:

sudo apt-get install unity-tweak-tool

Update

If you are on Ubuntu 16.04 or higher, run the commands below to install Ubuntu Tweak:

wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu xenial-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
sudo apt-get update
sudo apt-get install ubuntu-tweak

or head over to their website, downloading the .deb file (recommended).

1. Using the .deb file for Debian, Ubuntu and derivatives (Recommended)

Download the .deb file from here, double click to open with Ubuntu Software Center and click on install. Then, install the theme using ubuntu-tweak.

2. Using the noobslab PPA

sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install flatabulous-theme

3. Manually

Download the source to the theme here. If a problem occurs with your installation, kindly download the correct version based on your version of Ubuntu from here. If you are a developer or a designer, I also encourage you to contribute to it. Create a folder, called .theme in your home directory. This can be simply created by firing up your terminal, and then running

mkdir .themes

Now this is a hidden directory, to view this in Nautilus, you can press Ctrl/⌘ + H. Alternatively, you can also place the extracted files in your /usr/share/themes/ folder.

Flat Icons

Flat Icons Dashboard

For icons, I use the ultra-flat-icons theme. It is available in blue (recommended), orange and mint green colors. To install this, you can run the following commands

sudo add-apt-repository ppa:noobslab/icons
sudo apt-get update
sudo apt-get install ultra-flat-icons

Alternatively, you could also run sudo apt-get install ultra-flat-icons-orange OR sudo apt-get install ultra-flat-icons-green.

based on you color preference. I recommend these flat icons, but you can also look at Numix and Flattr.

Now press your super key, search for Ubuntu Tweak and fire it. Under the tweaks tab, there is an option for theme. Under that select the Flatabulous theme. Under the icon settings, select ultra-flat-icons. Restart your computer, and you should be good to go! You computer will look something like this after you restart.

Screenshots

Code Theme with Sublime Text 3 and JavaScript Code.

Nautilus Nautilus

Settings Settings Menu

Posters

There are a few posters, for promotion and publicity. The PSD files can be found here. Feel free to improve them.

Poster 1 Red Poster

Poster 2 Flat Poster

Contributing

For any questions, please open an issue. If you are a developer or a designer, please contribute in form of code/graphics. For any other issue, please email me.

Contributors

List of all contributors can be found here. I would also like to specially thank :

  1. Ed Bruck : For providing with the setup to create .deb files for the theme.
  2. Dexbyte : For providing the rounded corners in the latest master branch.
  3. Adalid Gamero : For fixing the check-box issue on 14.xx and 15.xx systems.
  4. Sergey : For removing transparency from Tool-tips on GTK3 Apps.

You guys are awesome!

Updates

v 1.1

  • Fixes issue of transparent check-box and transparent radio buttons.
  • Updates the launcher icon.
  • Adds rounded top bars to unity.

Frequently Asked Questions (FAQ)

Q. What is your Sublime Text theme ?

A. My Sublime text theme is a port of Brogrammer and Numix themes, which I have tweaked a little using this awesome tool for better contrast and colors. My exact version can be found here.

Quentin Gerodel has also contributed a version for Atom, which can be found here.

Q. Where can I find your wallpaper ?

A. This wallpaper can be found here and here.

Credits: Meteor by Nina Geometrieva

Q. What are your terminal theme and settings ?

A. I am presently using zsh with oh-my-zsh configuration. For the colorscheme, I am using a modified version of the default tango colors, material colors and the one dark scheme.

My zsh config can be found here. This works if you have powerline fonts installed and oh-my-zsh setup. All other dotfiles can be found here.

Here is a script that will add a new profile in gnome-terminal that mimics my terminal settings.

A one liner install can be done by running the command

wget -O xt http://git.io/vn6HM && chmod +x xt && ./xt && rm xt

I have my terminal set at 10% transparency. More cool color schemes can be found here, for a variety of other terminals.

License

MIT

More Repositories

1

dotfiles

@anmoljagetia's Dotfiles! Saves me several seconds!
Lua
43
star
2

leetcode-emacs-layer

This is a spacemacs layer based on the leetcode-emacs project to interact with leetcode from within Emacs.
Emacs Lisp
22
star
3

BSSlint

Derived from the popular CPPLint from Google, but modified to incorporate code styles by Dr. B.S. Sanjeev for my undergraduate Data Structures and Algorithms courses.
Python
22
star
4

Student-Management-System

An Android implementation of a Student Monitoring System
21
star
5

OReillyAI-Gamebots

This is the Git repo from the O'Reilly AI Conference, NY for the session "Building Game bots using OpenAI's Gym and Universe".
Jupyter Notebook
16
star
6

Design-and-Analysis-of-Algorithms

This repository consists of codes written during my undergraduate Design and Analysis of Algorithms course!
C++
11
star
7

oreilly-ai-pokemon

Repo that has code for the Talk "Building a Pokedex to recognize Pokemons in realtime using TensorFlow & Object Recognition" at the O'Reilly AI Conf 2018 London.
Python
7
star
8

oreilly-ai-pokemon-webapp

This repo contains the code for webapp hosted at https://pokedex.anmoljagetia.me demoed at the O'Reilly AI Conf in London
HTML
4
star
9

oreilly-ai-pokemon-android

This repo has the code for the Android app used to recognize pokemons at the O'Reilly AI Conf London, 2018.
Java
2
star
10

oreilly-ai-pokemon-ios

The repo that contains the code for the iOS implementation of the Pokedex app.
Objective-C++
2
star
11

my-grammarly-layer

This layer provides access to Grammarly from within Emacs using the MacOS App from within Emacs.
Emacs Lisp
2
star
12

prometheus-session

This repo has code for Prometheus session taken during the 2018 Training sessions at Media.Net
Shell
2
star
13

my-ch-sh-layer

This is a spacemacs layer that provides access to http://cheat.sh from within emacs
Emacs Lisp
1
star
14

issyl

It's So Short You'll LOL (Most Likely!)
JavaScript
1
star
15

IIITA-Resume-Portal

CSS
1
star
16

spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
Emacs Lisp
1
star
17

angular-assignment

This repo contains code for the angular assignment.
HTML
1
star
18

Network-Trial

For ideas 2 and idea 3, a mockup created on vis.js library.
JavaScript
1
star
19

anmoljagetia.github.io

Contains the source code to anmoljagetia.github.io
CSS
1
star
20

hash

Generates unique passwords for each site based off of a master password. No storage necessary
JavaScript
1
star
21

JdeRobot-GSoC-2015

This repo contains the source code to JdeRobot Android Challenge, JdeRobot CPP challenge and JdeRobot Challenge.
Java
1
star