aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordi Pakey-Rodriguez <jordi.orlando@gmail.com>2017-01-13 15:22:37 -0600
committerJordi Pakey-Rodriguez <jordi.orlando@gmail.com>2017-01-13 15:22:37 -0600
commit8e1fb72e255643b366d5e0b7b78e0230f65ce45f (patch)
treef57a08edcf98220d1017f1009e4aa90fc6f08815
Initial commit
-rw-r--r--README.md11
-rw-r--r--templates/config.yaml3
-rw-r--r--templates/default.mustache33
-rw-r--r--themes/base16-3024.config33
-rw-r--r--themes/base16-apathy.config33
-rw-r--r--themes/base16-ashes.config33
-rw-r--r--themes/base16-atelier-cave.config33
-rw-r--r--themes/base16-atelier-dune.config33
-rw-r--r--themes/base16-atelier-estuary.config33
-rw-r--r--themes/base16-atelier-forest.config33
-rw-r--r--themes/base16-atelier-heath.config33
-rw-r--r--themes/base16-atelier-lakeside.config33
-rw-r--r--themes/base16-atelier-plateau.config33
-rw-r--r--themes/base16-atelier-savanna.config33
-rw-r--r--themes/base16-atelier-seaside.config33
-rw-r--r--themes/base16-atelier-sulphurpool.config33
-rw-r--r--themes/base16-bespin.config33
-rw-r--r--themes/base16-brewer.config33
-rw-r--r--themes/base16-bright.config33
-rw-r--r--themes/base16-chalk.config33
-rw-r--r--themes/base16-codeschool.config33
-rw-r--r--themes/base16-cupcake.config33
-rw-r--r--themes/base16-darktooth.config33
-rw-r--r--themes/base16-default-dark.config33
-rw-r--r--themes/base16-default-light.config33
-rw-r--r--themes/base16-dracula.config33
-rw-r--r--themes/base16-eighties.config33
-rw-r--r--themes/base16-embers.config33
-rw-r--r--themes/base16-flat.config33
-rw-r--r--themes/base16-github.config33
-rw-r--r--themes/base16-google-dark.config33
-rw-r--r--themes/base16-google-light.config33
-rw-r--r--themes/base16-grayscale-dark.config33
-rw-r--r--themes/base16-grayscale-light.config33
-rw-r--r--themes/base16-green-screen.config33
-rw-r--r--themes/base16-harmonic16-dark.config33
-rw-r--r--themes/base16-harmonic16-light.config33
-rw-r--r--themes/base16-hopscotch.config33
-rw-r--r--themes/base16-ir-black.config33
-rw-r--r--themes/base16-isotope.config33
-rw-r--r--themes/base16-london-tube.config33
-rw-r--r--themes/base16-macintosh.config33
-rw-r--r--themes/base16-marrakesh.config33
-rw-r--r--themes/base16-materia.config33
-rw-r--r--themes/base16-mexico-light.config33
-rw-r--r--themes/base16-mocha.config33
-rw-r--r--themes/base16-monokai.config33
-rw-r--r--themes/base16-ocean.config33
-rw-r--r--themes/base16-oceanicnext.config33
-rw-r--r--themes/base16-onedark.config33
-rw-r--r--themes/base16-paraiso.config33
-rw-r--r--themes/base16-phd.config33
-rw-r--r--themes/base16-pico.config33
-rw-r--r--themes/base16-pop.config33
-rw-r--r--themes/base16-railscasts.config33
-rw-r--r--themes/base16-seti-ui.config33
-rw-r--r--themes/base16-shapeshifter.config33
-rw-r--r--themes/base16-solar-flare.config33
-rw-r--r--themes/base16-solarized-dark.config33
-rw-r--r--themes/base16-solarized-light.config33
-rw-r--r--themes/base16-spacemacs.config33
-rw-r--r--themes/base16-summerfruit-dark.config33
-rw-r--r--themes/base16-summerfruit-light.config33
-rw-r--r--themes/base16-tomorrow-night.config33
-rw-r--r--themes/base16-tomorrow.config33
-rw-r--r--themes/base16-twilight.config33
-rw-r--r--themes/base16-unikitty-dark.config33
-rw-r--r--themes/base16-unikitty-light.config33
-rw-r--r--themes/base16-woodland.config33
69 files changed, 2225 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4153195
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+base16-rofi
+===========
+
+[Base16](https://github.com/chriskempson/base16) for [rofi](https://github.com/DaveDavenport/rofi)
+
+### Installation
+Add the theme to your `~/.config/rofi/config`
+```sh
+mkdir ~/.config/rofi
+curl https://raw.githubusercontent.com/0xdec/base16-rofi/master/themes/base16-default-dark.config >> ~/.config/rofi/config
+```
diff --git a/templates/config.yaml b/templates/config.yaml
new file mode 100644
index 0000000..367c485
--- /dev/null
+++ b/templates/config.yaml
@@ -0,0 +1,3 @@
+default:
+ extension: .config
+ output: themes
diff --git a/templates/default.mustache b/templates/default.mustache
new file mode 100644
index 0000000..3c46874
--- /dev/null
+++ b/templates/default.mustache
@@ -0,0 +1,33 @@
+! Base16 {{scheme-name}}
+! Author: {{scheme-author}}
+
+! base00: #{{base00-hex}}
+! base01: #{{base01-hex}}
+! base02: #{{base02-hex}}
+! base03: #{{base03-hex}}
+! base04: #{{base04-hex}}
+! base05: #{{base05-hex}}
+! base06: #{{base06-hex}}
+! base07: #{{base07-hex}}
+! base08: #{{base08-hex}}
+! base09: #{{base09-hex}}
+! base0A: #{{base0A-hex}}
+! base0B: #{{base0B-hex}}
+! base0C: #{{base0C-hex}}
+! base0D: #{{base0D-hex}}
+! base0E: #{{base0E-hex}}
+! base0F: #{{base0F-hex}}
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #{{base01-hex}}, #{{base01-hex}}, #{{base00-hex}}
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #{{base01-hex}}, #{{base05-hex}}, #{{base01-hex}}, #{{base01-hex}}, #{{base07-hex}}
+rofi.color-active: #{{base01-hex}}, #{{base0D-hex}}, #{{base01-hex}}, #{{base01-hex}}, #{{base0D-hex}}
+rofi.color-urgent: #{{base01-hex}}, #{{base08-hex}}, #{{base01-hex}}, #{{base01-hex}}, #{{base08-hex}}
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-3024.config b/themes/base16-3024.config
new file mode 100644
index 0000000..1cc4d04
--- /dev/null
+++ b/themes/base16-3024.config
@@ -0,0 +1,33 @@
+! Base16 3024
+! Author: Jan T. Sott (http://github.com/idleberg)
+
+! base00: #090300
+! base01: #3a3432
+! base02: #4a4543
+! base03: #5c5855
+! base04: #807d7c
+! base05: #a5a2a2
+! base06: #d6d5d4
+! base07: #f7f7f7
+! base08: #db2d20
+! base09: #e8bbd0
+! base0A: #fded02
+! base0B: #01a252
+! base0C: #b5e4f4
+! base0D: #01a0e4
+! base0E: #a16a94
+! base0F: #cdab53
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #3a3432, #3a3432, #090300
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #3a3432, #a5a2a2, #3a3432, #3a3432, #f7f7f7
+rofi.color-active: #3a3432, #01a0e4, #3a3432, #3a3432, #01a0e4
+rofi.color-urgent: #3a3432, #db2d20, #3a3432, #3a3432, #db2d20
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-apathy.config b/themes/base16-apathy.config
new file mode 100644
index 0000000..e1a4fc1
--- /dev/null
+++ b/themes/base16-apathy.config
@@ -0,0 +1,33 @@
+! Base16 Apathy
+! Author: Jannik Siebert (https://github.com/janniks)
+
+! base00: #031A16
+! base01: #0B342D
+! base02: #184E45
+! base03: #2B685E
+! base04: #5F9C92
+! base05: #81B5AC
+! base06: #A7CEC8
+! base07: #D2E7E4
+! base08: #3E9688
+! base09: #3E7996
+! base0A: #3E4C96
+! base0B: #883E96
+! base0C: #963E4C
+! base0D: #96883E
+! base0E: #4C963E
+! base0F: #3E965B
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #0B342D, #0B342D, #031A16
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #0B342D, #81B5AC, #0B342D, #0B342D, #D2E7E4
+rofi.color-active: #0B342D, #96883E, #0B342D, #0B342D, #96883E
+rofi.color-urgent: #0B342D, #3E9688, #0B342D, #0B342D, #3E9688
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-ashes.config b/themes/base16-ashes.config
new file mode 100644
index 0000000..4c64f59
--- /dev/null
+++ b/themes/base16-ashes.config
@@ -0,0 +1,33 @@
+! Base16 Ashes
+! Author: Jannik Siebert (https://github.com/janniks)
+
+! base00: #1C2023
+! base01: #393F45
+! base02: #565E65
+! base03: #747C84
+! base04: #ADB3BA
+! base05: #C7CCD1
+! base06: #DFE2E5
+! base07: #F3F4F5
+! base08: #C7AE95
+! base09: #C7C795
+! base0A: #AEC795
+! base0B: #95C7AE
+! base0C: #95AEC7
+! base0D: #AE95C7
+! base0E: #C795AE
+! base0F: #C79595
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #393F45, #393F45, #1C2023
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #393F45, #C7CCD1, #393F45, #393F45, #F3F4F5
+rofi.color-active: #393F45, #AE95C7, #393F45, #393F45, #AE95C7
+rofi.color-urgent: #393F45, #C7AE95, #393F45, #393F45, #C7AE95
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-atelier-cave.config b/themes/base16-atelier-cave.config
new file mode 100644
index 0000000..4b28435
--- /dev/null
+++ b/themes/base16-atelier-cave.config
@@ -0,0 +1,33 @@
+! Base16 Atelier Cave
+! Author: Bram de Haan (http://atelierbramdehaan.nl)
+
+! base00: #19171c
+! base01: #26232a
+! base02: #585260
+! base03: #655f6d
+! base04: #7e7887
+! base05: #8b8792
+! base06: #e2dfe7
+! base07: #efecf4
+! base08: #be4678
+! base09: #aa573c
+! base0A: #a06e3b
+! base0B: #2a9292
+! base0C: #398bc6
+! base0D: #576ddb
+! base0E: #955ae7
+! base0F: #bf40bf
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #26232a, #26232a, #19171c
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #26232a, #8b8792, #26232a, #26232a, #efecf4
+rofi.color-active: #26232a, #576ddb, #26232a, #26232a, #576ddb
+rofi.color-urgent: #26232a, #be4678, #26232a, #26232a, #be4678
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-atelier-dune.config b/themes/base16-atelier-dune.config
new file mode 100644
index 0000000..fd2cb5e
--- /dev/null
+++ b/themes/base16-atelier-dune.config
@@ -0,0 +1,33 @@
+! Base16 Atelier Dune
+! Author: Bram de Haan (http://atelierbramdehaan.nl)
+
+! base00: #20201d
+! base01: #292824
+! base02: #6e6b5e
+! base03: #7d7a68
+! base04: #999580
+! base05: #a6a28c
+! base06: #e8e4cf
+! base07: #fefbec
+! base08: #d73737
+! base09: #b65611
+! base0A: #ae9513
+! base0B: #60ac39
+! base0C: #1fad83
+! base0D: #6684e1
+! base0E: #b854d4
+! base0F: #d43552
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #292824, #292824, #20201d
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #292824, #a6a28c, #292824, #292824, #fefbec
+rofi.color-active: #292824, #6684e1, #292824, #292824, #6684e1
+rofi.color-urgent: #292824, #d73737, #292824, #292824, #d73737
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-atelier-estuary.config b/themes/base16-atelier-estuary.config
new file mode 100644
index 0000000..e872e78
--- /dev/null
+++ b/themes/base16-atelier-estuary.config
@@ -0,0 +1,33 @@
+! Base16 Atelier Estuary
+! Author: Bram de Haan (http://atelierbramdehaan.nl)
+
+! base00: #22221b
+! base01: #302f27
+! base02: #5f5e4e
+! base03: #6c6b5a
+! base04: #878573
+! base05: #929181
+! base06: #e7e6df
+! base07: #f4f3ec
+! base08: #ba6236
+! base09: #ae7313
+! base0A: #a5980d
+! base0B: #7d9726
+! base0C: #5b9d48
+! base0D: #36a166
+! base0E: #5f9182
+! base0F: #9d6c7c
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #302f27, #302f27, #22221b
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #302f27, #929181, #302f27, #302f27, #f4f3ec
+rofi.color-active: #302f27, #36a166, #302f27, #302f27, #36a166
+rofi.color-urgent: #302f27, #ba6236, #302f27, #302f27, #ba6236
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-atelier-forest.config b/themes/base16-atelier-forest.config
new file mode 100644
index 0000000..ed84424
--- /dev/null
+++ b/themes/base16-atelier-forest.config
@@ -0,0 +1,33 @@
+! Base16 Atelier Forest
+! Author: Bram de Haan (http://atelierbramdehaan.nl)
+
+! base00: #1b1918
+! base01: #2c2421
+! base02: #68615e
+! base03: #766e6b
+! base04: #9c9491
+! base05: #a8a19f
+! base06: #e6e2e0
+! base07: #f1efee
+! base08: #f22c40
+! base09: #df5320
+! base0A: #c38418
+! base0B: #7b9726
+! base0C: #3d97b8
+! base0D: #407ee7
+! base0E: #6666ea
+! base0F: #c33ff3
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #2c2421, #2c2421, #1b1918
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #2c2421, #a8a19f, #2c2421, #2c2421, #f1efee
+rofi.color-active: #2c2421, #407ee7, #2c2421, #2c2421, #407ee7
+rofi.color-urgent: #2c2421, #f22c40, #2c2421, #2c2421, #f22c40
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-atelier-heath.config b/themes/base16-atelier-heath.config
new file mode 100644
index 0000000..9e09e5b
--- /dev/null
+++ b/themes/base16-atelier-heath.config
@@ -0,0 +1,33 @@
+! Base16 Atelier Heath
+! Author: Bram de Haan (http://atelierbramdehaan.nl)
+
+! base00: #1b181b
+! base01: #292329
+! base02: #695d69
+! base03: #776977
+! base04: #9e8f9e
+! base05: #ab9bab
+! base06: #d8cad8
+! base07: #f7f3f7
+! base08: #ca402b
+! base09: #a65926
+! base0A: #bb8a35
+! base0B: #918b3b
+! base0C: #159393
+! base0D: #516aec
+! base0E: #7b59c0
+! base0F: #cc33cc
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #292329, #292329, #1b181b
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #292329, #ab9bab, #292329, #292329, #f7f3f7
+rofi.color-active: #292329, #516aec, #292329, #292329, #516aec
+rofi.color-urgent: #292329, #ca402b, #292329, #292329, #ca402b
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-atelier-lakeside.config b/themes/base16-atelier-lakeside.config
new file mode 100644
index 0000000..f88265c
--- /dev/null
+++ b/themes/base16-atelier-lakeside.config
@@ -0,0 +1,33 @@
+! Base16 Atelier Lakeside
+! Author: Bram de Haan (http://atelierbramdehaan.nl)
+
+! base00: #161b1d
+! base01: #1f292e
+! base02: #516d7b
+! base03: #5a7b8c
+! base04: #7195a8
+! base05: #7ea2b4
+! base06: #c1e4f6
+! base07: #ebf8ff
+! base08: #d22d72
+! base09: #935c25
+! base0A: #8a8a0f
+! base0B: #568c3b
+! base0C: #2d8f6f
+! base0D: #257fad
+! base0E: #6b6bb8
+! base0F: #b72dd2
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #1f292e, #1f292e, #161b1d
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #1f292e, #7ea2b4, #1f292e, #1f292e, #ebf8ff
+rofi.color-active: #1f292e, #257fad, #1f292e, #1f292e, #257fad
+rofi.color-urgent: #1f292e, #d22d72, #1f292e, #1f292e, #d22d72
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-atelier-plateau.config b/themes/base16-atelier-plateau.config
new file mode 100644
index 0000000..8d2c9a9
--- /dev/null
+++ b/themes/base16-atelier-plateau.config
@@ -0,0 +1,33 @@
+! Base16 Atelier Plateau
+! Author: Bram de Haan (http://atelierbramdehaan.nl)
+
+! base00: #1b1818
+! base01: #292424
+! base02: #585050
+! base03: #655d5d
+! base04: #7e7777
+! base05: #8a8585
+! base06: #e7dfdf
+! base07: #f4ecec
+! base08: #ca4949
+! base09: #b45a3c
+! base0A: #a06e3b
+! base0B: #4b8b8b
+! base0C: #5485b6
+! base0D: #7272ca
+! base0E: #8464c4
+! base0F: #bd5187
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #292424, #292424, #1b1818
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #292424, #8a8585, #292424, #292424, #f4ecec
+rofi.color-active: #292424, #7272ca, #292424, #292424, #7272ca
+rofi.color-urgent: #292424, #ca4949, #292424, #292424, #ca4949
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-atelier-savanna.config b/themes/base16-atelier-savanna.config
new file mode 100644
index 0000000..894214a
--- /dev/null
+++ b/themes/base16-atelier-savanna.config
@@ -0,0 +1,33 @@
+! Base16 Atelier Savanna
+! Author: Bram de Haan (http://atelierbramdehaan.nl)
+
+! base00: #171c19
+! base01: #232a25
+! base02: #526057
+! base03: #5f6d64
+! base04: #78877d
+! base05: #87928a
+! base06: #dfe7e2
+! base07: #ecf4ee
+! base08: #b16139
+! base09: #9f713c
+! base0A: #a07e3b
+! base0B: #489963
+! base0C: #1c9aa0
+! base0D: #478c90
+! base0E: #55859b
+! base0F: #867469
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #232a25, #232a25, #171c19
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #232a25, #87928a, #232a25, #232a25, #ecf4ee
+rofi.color-active: #232a25, #478c90, #232a25, #232a25, #478c90
+rofi.color-urgent: #232a25, #b16139, #232a25, #232a25, #b16139
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-atelier-seaside.config b/themes/base16-atelier-seaside.config
new file mode 100644
index 0000000..aa9dfe7
--- /dev/null
+++ b/themes/base16-atelier-seaside.config
@@ -0,0 +1,33 @@
+! Base16 Atelier Seaside
+! Author: Bram de Haan (http://atelierbramdehaan.nl)
+
+! base00: #131513
+! base01: #242924
+! base02: #5e6e5e
+! base03: #687d68
+! base04: #809980
+! base05: #8ca68c
+! base06: #cfe8cf
+! base07: #f4fbf4
+! base08: #e6193c
+! base09: #87711d
+! base0A: #98981b
+! base0B: #29a329
+! base0C: #1999b3
+! base0D: #3d62f5
+! base0E: #ad2bee
+! base0F: #e619c3
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #242924, #242924, #131513
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #242924, #8ca68c, #242924, #242924, #f4fbf4
+rofi.color-active: #242924, #3d62f5, #242924, #242924, #3d62f5
+rofi.color-urgent: #242924, #e6193c, #242924, #242924, #e6193c
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-atelier-sulphurpool.config b/themes/base16-atelier-sulphurpool.config
new file mode 100644
index 0000000..5effe85
--- /dev/null
+++ b/themes/base16-atelier-sulphurpool.config
@@ -0,0 +1,33 @@
+! Base16 Atelier Sulphurpool
+! Author: Bram de Haan (http://atelierbramdehaan.nl)
+
+! base00: #202746
+! base01: #293256
+! base02: #5e6687
+! base03: #6b7394
+! base04: #898ea4
+! base05: #979db4
+! base06: #dfe2f1
+! base07: #f5f7ff
+! base08: #c94922
+! base09: #c76b29
+! base0A: #c08b30
+! base0B: #ac9739
+! base0C: #22a2c9
+! base0D: #3d8fd1
+! base0E: #6679cc
+! base0F: #9c637a
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #293256, #293256, #202746
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #293256, #979db4, #293256, #293256, #f5f7ff
+rofi.color-active: #293256, #3d8fd1, #293256, #293256, #3d8fd1
+rofi.color-urgent: #293256, #c94922, #293256, #293256, #c94922
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-bespin.config b/themes/base16-bespin.config
new file mode 100644
index 0000000..bb0c589
--- /dev/null
+++ b/themes/base16-bespin.config
@@ -0,0 +1,33 @@
+! Base16 Bespin
+! Author: Jan T. Sott
+
+! base00: #28211c
+! base01: #36312e
+! base02: #5e5d5c
+! base03: #666666
+! base04: #797977
+! base05: #8a8986
+! base06: #9d9b97
+! base07: #baae9e
+! base08: #cf6a4c
+! base09: #cf7d34
+! base0A: #f9ee98
+! base0B: #54be0d
+! base0C: #afc4db
+! base0D: #5ea6ea
+! base0E: #9b859d
+! base0F: #937121
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #36312e, #36312e, #28211c
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #36312e, #8a8986, #36312e, #36312e, #baae9e
+rofi.color-active: #36312e, #5ea6ea, #36312e, #36312e, #5ea6ea
+rofi.color-urgent: #36312e, #cf6a4c, #36312e, #36312e, #cf6a4c
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-brewer.config b/themes/base16-brewer.config
new file mode 100644
index 0000000..6b89752
--- /dev/null
+++ b/themes/base16-brewer.config
@@ -0,0 +1,33 @@
+! Base16 Brewer
+! Author: Timothée Poisot (http://github.com/tpoisot)
+
+! base00: #0c0d0e
+! base01: #2e2f30
+! base02: #515253
+! base03: #737475
+! base04: #959697
+! base05: #b7b8b9
+! base06: #dadbdc
+! base07: #fcfdfe
+! base08: #e31a1c
+! base09: #e6550d
+! base0A: #dca060
+! base0B: #31a354
+! base0C: #80b1d3
+! base0D: #3182bd
+! base0E: #756bb1
+! base0F: #b15928
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #2e2f30, #2e2f30, #0c0d0e
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #2e2f30, #b7b8b9, #2e2f30, #2e2f30, #fcfdfe
+rofi.color-active: #2e2f30, #3182bd, #2e2f30, #2e2f30, #3182bd
+rofi.color-urgent: #2e2f30, #e31a1c, #2e2f30, #2e2f30, #e31a1c
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-bright.config b/themes/base16-bright.config
new file mode 100644
index 0000000..05c2788
--- /dev/null
+++ b/themes/base16-bright.config
@@ -0,0 +1,33 @@
+! Base16 Bright
+! Author: Chris Kempson (http://chriskempson.com)
+
+! base00: #000000
+! base01: #303030
+! base02: #505050
+! base03: #b0b0b0
+! base04: #d0d0d0
+! base05: #e0e0e0
+! base06: #f5f5f5
+! base07: #ffffff
+! base08: #fb0120
+! base09: #fc6d24
+! base0A: #fda331
+! base0B: #a1c659
+! base0C: #76c7b7
+! base0D: #6fb3d2
+! base0E: #d381c3
+! base0F: #be643c
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #303030, #303030, #000000
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #303030, #e0e0e0, #303030, #303030, #ffffff
+rofi.color-active: #303030, #6fb3d2, #303030, #303030, #6fb3d2
+rofi.color-urgent: #303030, #fb0120, #303030, #303030, #fb0120
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-chalk.config b/themes/base16-chalk.config
new file mode 100644
index 0000000..20b9544
--- /dev/null
+++ b/themes/base16-chalk.config
@@ -0,0 +1,33 @@
+! Base16 Chalk
+! Author: Chris Kempson (http://chriskempson.com)
+
+! base00: #151515
+! base01: #202020
+! base02: #303030
+! base03: #505050
+! base04: #b0b0b0
+! base05: #d0d0d0
+! base06: #e0e0e0
+! base07: #f5f5f5
+! base08: #fb9fb1
+! base09: #eda987
+! base0A: #ddb26f
+! base0B: #acc267
+! base0C: #12cfc0
+! base0D: #6fc2ef
+! base0E: #e1a3ee
+! base0F: #deaf8f
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #202020, #202020, #151515
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #202020, #d0d0d0, #202020, #202020, #f5f5f5
+rofi.color-active: #202020, #6fc2ef, #202020, #202020, #6fc2ef
+rofi.color-urgent: #202020, #fb9fb1, #202020, #202020, #fb9fb1
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-codeschool.config b/themes/base16-codeschool.config
new file mode 100644
index 0000000..72bd558
--- /dev/null
+++ b/themes/base16-codeschool.config
@@ -0,0 +1,33 @@
+! Base16 Codeschool
+! Author: brettof86
+
+! base00: #232c31
+! base01: #1c3657
+! base02: #2a343a
+! base03: #3f4944
+! base04: #84898c
+! base05: #9ea7a6
+! base06: #a7cfa3
+! base07: #b5d8f6
+! base08: #2a5491
+! base09: #43820d
+! base0A: #a03b1e
+! base0B: #237986
+! base0C: #b02f30
+! base0D: #484d79
+! base0E: #c59820
+! base0F: #c98344
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #1c3657, #1c3657, #232c31
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #1c3657, #9ea7a6, #1c3657, #1c3657, #b5d8f6
+rofi.color-active: #1c3657, #484d79, #1c3657, #1c3657, #484d79
+rofi.color-urgent: #1c3657, #2a5491, #1c3657, #1c3657, #2a5491
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-cupcake.config b/themes/base16-cupcake.config
new file mode 100644
index 0000000..69c2d8a
--- /dev/null
+++ b/themes/base16-cupcake.config
@@ -0,0 +1,33 @@
+! Base16 Cupcake
+! Author: Chris Kempson (http://chriskempson.com)
+
+! base00: #fbf1f2
+! base01: #f2f1f4
+! base02: #d8d5dd
+! base03: #bfb9c6
+! base04: #a59daf
+! base05: #8b8198
+! base06: #72677E
+! base07: #585062
+! base08: #D57E85
+! base09: #EBB790
+! base0A: #DCB16C
+! base0B: #A3B367
+! base0C: #69A9A7
+! base0D: #7297B9
+! base0E: #BB99B4
+! base0F: #BAA58C
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #f2f1f4, #f2f1f4, #fbf1f2
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #f2f1f4, #8b8198, #f2f1f4, #f2f1f4, #585062
+rofi.color-active: #f2f1f4, #7297B9, #f2f1f4, #f2f1f4, #7297B9
+rofi.color-urgent: #f2f1f4, #D57E85, #f2f1f4, #f2f1f4, #D57E85
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-darktooth.config b/themes/base16-darktooth.config
new file mode 100644
index 0000000..78b9c0b
--- /dev/null
+++ b/themes/base16-darktooth.config
@@ -0,0 +1,33 @@
+! Base16 Darktooth
+! Author: Jason Milkins (https://github.com/jasonm23)
+
+! base00: #1D2021
+! base01: #32302F
+! base02: #504945
+! base03: #665C54
+! base04: #928374
+! base05: #A89984
+! base06: #D5C4A1
+! base07: #FDF4C1
+! base08: #FB543F
+! base09: #FE8625
+! base0A: #FAC03B
+! base0B: #95C085
+! base0C: #8BA59B
+! base0D: #0D6678
+! base0E: #8F4673
+! base0F: #A87322
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #32302F, #32302F, #1D2021
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #32302F, #A89984, #32302F, #32302F, #FDF4C1
+rofi.color-active: #32302F, #0D6678, #32302F, #32302F, #0D6678
+rofi.color-urgent: #32302F, #FB543F, #32302F, #32302F, #FB543F
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-default-dark.config b/themes/base16-default-dark.config
new file mode 100644
index 0000000..fe48540
--- /dev/null
+++ b/themes/base16-default-dark.config
@@ -0,0 +1,33 @@
+! Base16 Default Dark
+! Author: Chris Kempson (http://chriskempson.com)
+
+! base00: #181818
+! base01: #282828
+! base02: #383838
+! base03: #585858
+! base04: #b8b8b8
+! base05: #d8d8d8
+! base06: #e8e8e8
+! base07: #f8f8f8
+! base08: #ab4642
+! base09: #dc9656
+! base0A: #f7ca88
+! base0B: #a1b56c
+! base0C: #86c1b9
+! base0D: #7cafc2
+! base0E: #ba8baf
+! base0F: #a16946
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #282828, #282828, #181818
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #282828, #d8d8d8, #282828, #282828, #f8f8f8
+rofi.color-active: #282828, #7cafc2, #282828, #282828, #7cafc2
+rofi.color-urgent: #282828, #ab4642, #282828, #282828, #ab4642
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-default-light.config b/themes/base16-default-light.config
new file mode 100644
index 0000000..273ec23
--- /dev/null
+++ b/themes/base16-default-light.config
@@ -0,0 +1,33 @@
+! Base16 Default Light
+! Author: Chris Kempson (http://chriskempson.com)
+
+! base00: #f8f8f8
+! base01: #e8e8e8
+! base02: #d8d8d8
+! base03: #b8b8b8
+! base04: #585858
+! base05: #383838
+! base06: #282828
+! base07: #181818
+! base08: #ab4642
+! base09: #dc9656
+! base0A: #f7ca88
+! base0B: #a1b56c
+! base0C: #86c1b9
+! base0D: #7cafc2
+! base0E: #ba8baf
+! base0F: #a16946
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #e8e8e8, #e8e8e8, #f8f8f8
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #e8e8e8, #383838, #e8e8e8, #e8e8e8, #181818
+rofi.color-active: #e8e8e8, #7cafc2, #e8e8e8, #e8e8e8, #7cafc2
+rofi.color-urgent: #e8e8e8, #ab4642, #e8e8e8, #e8e8e8, #ab4642
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-dracula.config b/themes/base16-dracula.config
new file mode 100644
index 0000000..be6fb32
--- /dev/null
+++ b/themes/base16-dracula.config
@@ -0,0 +1,33 @@
+! Base16 Dracula
+! Author: Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)
+
+! base00: #282936
+! base01: #3a3c4e
+! base02: #4d4f68
+! base03: #626483
+! base04: #62d6e8
+! base05: #e9e9f4
+! base06: #f1f2f8
+! base07: #f7f7fb
+! base08: #ea51b2
+! base09: #b45bcf
+! base0A: #00f769
+! base0B: #ebff87
+! base0C: #a1efe4
+! base0D: #62d6e8
+! base0E: #b45bcf
+! base0F: #00f769
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #3a3c4e, #3a3c4e, #282936
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #3a3c4e, #e9e9f4, #3a3c4e, #3a3c4e, #f7f7fb
+rofi.color-active: #3a3c4e, #62d6e8, #3a3c4e, #3a3c4e, #62d6e8
+rofi.color-urgent: #3a3c4e, #ea51b2, #3a3c4e, #3a3c4e, #ea51b2
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-eighties.config b/themes/base16-eighties.config
new file mode 100644
index 0000000..9766673
--- /dev/null
+++ b/themes/base16-eighties.config
@@ -0,0 +1,33 @@
+! Base16 Eighties
+! Author: Chris Kempson (http://chriskempson.com)
+
+! base00: #2d2d2d
+! base01: #393939
+! base02: #515151
+! base03: #747369
+! base04: #a09f93
+! base05: #d3d0c8
+! base06: #e8e6df
+! base07: #f2f0ec
+! base08: #f2777a
+! base09: #f99157
+! base0A: #ffcc66
+! base0B: #99cc99
+! base0C: #66cccc
+! base0D: #6699cc
+! base0E: #cc99cc
+! base0F: #d27b53
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #393939, #393939, #2d2d2d
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #393939, #d3d0c8, #393939, #393939, #f2f0ec
+rofi.color-active: #393939, #6699cc, #393939, #393939, #6699cc
+rofi.color-urgent: #393939, #f2777a, #393939, #393939, #f2777a
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-embers.config b/themes/base16-embers.config
new file mode 100644
index 0000000..c9076c5
--- /dev/null
+++ b/themes/base16-embers.config
@@ -0,0 +1,33 @@
+! Base16 Embers
+! Author: Jannik Siebert (https://github.com/janniks)
+
+! base00: #16130F
+! base01: #2C2620
+! base02: #433B32
+! base03: #5A5047
+! base04: #8A8075
+! base05: #A39A90
+! base06: #BEB6AE
+! base07: #DBD6D1
+! base08: #826D57
+! base09: #828257
+! base0A: #6D8257
+! base0B: #57826D
+! base0C: #576D82
+! base0D: #6D5782
+! base0E: #82576D
+! base0F: #825757
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #2C2620, #2C2620, #16130F
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #2C2620, #A39A90, #2C2620, #2C2620, #DBD6D1
+rofi.color-active: #2C2620, #6D5782, #2C2620, #2C2620, #6D5782
+rofi.color-urgent: #2C2620, #826D57, #2C2620, #2C2620, #826D57
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-flat.config b/themes/base16-flat.config
new file mode 100644
index 0000000..0fb9a5d
--- /dev/null
+++ b/themes/base16-flat.config
@@ -0,0 +1,33 @@
+! Base16 Flat
+! Author: Chris Kempson (http://chriskempson.com)
+
+! base00: #2C3E50
+! base01: #34495E
+! base02: #7F8C8D
+! base03: #95A5A6
+! base04: #BDC3C7
+! base05: #e0e0e0
+! base06: #f5f5f5
+! base07: #ECF0F1
+! base08: #E74C3C
+! base09: #E67E22
+! base0A: #F1C40F
+! base0B: #2ECC71
+! base0C: #1ABC9C
+! base0D: #3498DB
+! base0E: #9B59B6
+! base0F: #be643c
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #34495E, #34495E, #2C3E50
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #34495E, #e0e0e0, #34495E, #34495E, #ECF0F1
+rofi.color-active: #34495E, #3498DB, #34495E, #34495E, #3498DB
+rofi.color-urgent: #34495E, #E74C3C, #34495E, #34495E, #E74C3C
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-github.config b/themes/base16-github.config
new file mode 100644
index 0000000..1a05e50
--- /dev/null
+++ b/themes/base16-github.config
@@ -0,0 +1,33 @@
+! Base16 Github
+! Author: Defman21
+
+! base00: #ffffff
+! base01: #f5f5f5
+! base02: #c8c8fa
+! base03: #969896
+! base04: #e8e8e8
+! base05: #333333
+! base06: #ffffff
+! base07: #ffffff
+! base08: #ed6a43
+! base09: #0086b3
+! base0A: #795da3
+! base0B: #183691
+! base0C: #183691
+! base0D: #795da3
+! base0E: #a71d5d
+! base0F: #333333
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #f5f5f5, #f5f5f5, #ffffff
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #f5f5f5, #333333, #f5f5f5, #f5f5f5, #ffffff
+rofi.color-active: #f5f5f5, #795da3, #f5f5f5, #f5f5f5, #795da3
+rofi.color-urgent: #f5f5f5, #ed6a43, #f5f5f5, #f5f5f5, #ed6a43
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-google-dark.config b/themes/base16-google-dark.config
new file mode 100644
index 0000000..6a8a0ed
--- /dev/null
+++ b/themes/base16-google-dark.config
@@ -0,0 +1,33 @@
+! Base16 Google Dark
+! Author: Seth Wright (http://sethawright.com)
+
+! base00: #1d1f21
+! base01: #282a2e
+! base02: #373b41
+! base03: #969896
+! base04: #b4b7b4
+! base05: #c5c8c6
+! base06: #e0e0e0
+! base07: #ffffff
+! base08: #CC342B
+! base09: #F96A38
+! base0A: #FBA922
+! base0B: #198844
+! base0C: #3971ED
+! base0D: #3971ED
+! base0E: #A36AC7
+! base0F: #3971ED
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #282a2e, #282a2e, #1d1f21
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #282a2e, #c5c8c6, #282a2e, #282a2e, #ffffff
+rofi.color-active: #282a2e, #3971ED, #282a2e, #282a2e, #3971ED
+rofi.color-urgent: #282a2e, #CC342B, #282a2e, #282a2e, #CC342B
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-google-light.config b/themes/base16-google-light.config
new file mode 100644
index 0000000..0e0a5bd
--- /dev/null
+++ b/themes/base16-google-light.config
@@ -0,0 +1,33 @@
+! Base16 Google Light
+! Author: Seth Wright (http://sethawright.com)
+
+! base00: #ffffff
+! base01: #e0e0e0
+! base02: #c5c8c6
+! base03: #b4b7b4
+! base04: #969896
+! base05: #373b41
+! base06: #282a2e
+! base07: #1d1f21
+! base08: #CC342B
+! base09: #F96A38
+! base0A: #FBA922
+! base0B: #198844
+! base0C: #3971ED
+! base0D: #3971ED
+! base0E: #A36AC7
+! base0F: #3971ED
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #e0e0e0, #e0e0e0, #ffffff
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #e0e0e0, #373b41, #e0e0e0, #e0e0e0, #1d1f21
+rofi.color-active: #e0e0e0, #3971ED, #e0e0e0, #e0e0e0, #3971ED
+rofi.color-urgent: #e0e0e0, #CC342B, #e0e0e0, #e0e0e0, #CC342B
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-grayscale-dark.config b/themes/base16-grayscale-dark.config
new file mode 100644
index 0000000..4b41e33
--- /dev/null
+++ b/themes/base16-grayscale-dark.config
@@ -0,0 +1,33 @@
+! Base16 Grayscale Dark
+! Author: Alexandre Gavioli (https://github.com/Alexx2/)
+
+! base00: #101010
+! base01: #252525
+! base02: #464646
+! base03: #525252
+! base04: #ababab
+! base05: #b9b9b9
+! base06: #e3e3e3
+! base07: #f7f7f7
+! base08: #7c7c7c
+! base09: #999999
+! base0A: #a0a0a0
+! base0B: #8e8e8e
+! base0C: #868686
+! base0D: #686868
+! base0E: #747474
+! base0F: #5e5e5e
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #252525, #252525, #101010
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #252525, #b9b9b9, #252525, #252525, #f7f7f7
+rofi.color-active: #252525, #686868, #252525, #252525, #686868
+rofi.color-urgent: #252525, #7c7c7c, #252525, #252525, #7c7c7c
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-grayscale-light.config b/themes/base16-grayscale-light.config
new file mode 100644
index 0000000..0cf2a13
--- /dev/null
+++ b/themes/base16-grayscale-light.config
@@ -0,0 +1,33 @@
+! Base16 Grayscale Light
+! Author: Alexandre Gavioli (https://github.com/Alexx2/)
+
+! base00: #f7f7f7
+! base01: #e3e3e3
+! base02: #b9b9b9
+! base03: #ababab
+! base04: #525252
+! base05: #464646
+! base06: #252525
+! base07: #101010
+! base08: #7c7c7c
+! base09: #999999
+! base0A: #a0a0a0
+! base0B: #8e8e8e
+! base0C: #868686
+! base0D: #686868
+! base0E: #747474
+! base0F: #5e5e5e
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #e3e3e3, #e3e3e3, #f7f7f7
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #e3e3e3, #464646, #e3e3e3, #e3e3e3, #101010
+rofi.color-active: #e3e3e3, #686868, #e3e3e3, #e3e3e3, #686868
+rofi.color-urgent: #e3e3e3, #7c7c7c, #e3e3e3, #e3e3e3, #7c7c7c
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-green-screen.config b/themes/base16-green-screen.config
new file mode 100644
index 0000000..ae6dc24
--- /dev/null
+++ b/themes/base16-green-screen.config
@@ -0,0 +1,33 @@
+! Base16 Green Screen
+! Author: Chris Kempson (http://chriskempson.com)
+
+! base00: #001100
+! base01: #003300
+! base02: #005500
+! base03: #007700
+! base04: #009900
+! base05: #00bb00
+! base06: #00dd00
+! base07: #00ff00
+! base08: #007700
+! base09: #009900
+! base0A: #007700
+! base0B: #00bb00
+! base0C: #005500
+! base0D: #009900
+! base0E: #00bb00
+! base0F: #005500
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #003300, #003300, #001100
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #003300, #00bb00, #003300, #003300, #00ff00
+rofi.color-active: #003300, #009900, #003300, #003300, #009900
+rofi.color-urgent: #003300, #007700, #003300, #003300, #007700
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-harmonic16-dark.config b/themes/base16-harmonic16-dark.config
new file mode 100644
index 0000000..95bbb34
--- /dev/null
+++ b/themes/base16-harmonic16-dark.config
@@ -0,0 +1,33 @@
+! Base16 Harmonic16 Dark
+! Author: Jannik Siebert (https://github.com/janniks)
+
+! base00: #0b1c2c
+! base01: #223b54
+! base02: #405c79
+! base03: #627e99
+! base04: #aabcce
+! base05: #cbd6e2
+! base06: #e5ebf1
+! base07: #f7f9fb
+! base08: #bf8b56
+! base09: #bfbf56
+! base0A: #8bbf56
+! base0B: #56bf8b
+! base0C: #568bbf
+! base0D: #8b56bf
+! base0E: #bf568b
+! base0F: #bf5656
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #223b54, #223b54, #0b1c2c
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #223b54, #cbd6e2, #223b54, #223b54, #f7f9fb
+rofi.color-active: #223b54, #8b56bf, #223b54, #223b54, #8b56bf
+rofi.color-urgent: #223b54, #bf8b56, #223b54, #223b54, #bf8b56
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-harmonic16-light.config b/themes/base16-harmonic16-light.config
new file mode 100644
index 0000000..74b8634
--- /dev/null
+++ b/themes/base16-harmonic16-light.config
@@ -0,0 +1,33 @@
+! Base16 Harmonic16 Light
+! Author: Jannik Siebert (https://github.com/janniks)
+
+! base00: #f7f9fb
+! base01: #e5ebf1
+! base02: #cbd6e2
+! base03: #aabcce
+! base04: #627e99
+! base05: #405c79
+! base06: #223b54
+! base07: #0b1c2c
+! base08: #bf8b56
+! base09: #bfbf56
+! base0A: #8bbf56
+! base0B: #56bf8b
+! base0C: #568bbf
+! base0D: #8b56bf
+! base0E: #bf568b
+! base0F: #bf5656
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #e5ebf1, #e5ebf1, #f7f9fb
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #e5ebf1, #405c79, #e5ebf1, #e5ebf1, #0b1c2c
+rofi.color-active: #e5ebf1, #8b56bf, #e5ebf1, #e5ebf1, #8b56bf
+rofi.color-urgent: #e5ebf1, #bf8b56, #e5ebf1, #e5ebf1, #bf8b56
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-hopscotch.config b/themes/base16-hopscotch.config
new file mode 100644
index 0000000..466ac1e
--- /dev/null
+++ b/themes/base16-hopscotch.config
@@ -0,0 +1,33 @@
+! Base16 Hopscotch
+! Author: Jan T. Sott
+
+! base00: #322931
+! base01: #433b42
+! base02: #5c545b
+! base03: #797379
+! base04: #989498
+! base05: #b9b5b8
+! base06: #d5d3d5
+! base07: #ffffff
+! base08: #dd464c
+! base09: #fd8b19
+! base0A: #fdcc59
+! base0B: #8fc13e
+! base0C: #149b93
+! base0D: #1290bf
+! base0E: #c85e7c
+! base0F: #b33508
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #433b42, #433b42, #322931
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #433b42, #b9b5b8, #433b42, #433b42, #ffffff
+rofi.color-active: #433b42, #1290bf, #433b42, #433b42, #1290bf
+rofi.color-urgent: #433b42, #dd464c, #433b42, #433b42, #dd464c
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-ir-black.config b/themes/base16-ir-black.config
new file mode 100644
index 0000000..b5fddca
--- /dev/null
+++ b/themes/base16-ir-black.config
@@ -0,0 +1,33 @@
+! Base16 IR Black
+! Author: Timothée Poisot (http://timotheepoisot.fr)
+
+! base00: #000000
+! base01: #242422
+! base02: #484844
+! base03: #6c6c66
+! base04: #918f88
+! base05: #b5b3aa
+! base06: #d9d7cc
+! base07: #fdfbee
+! base08: #ff6c60
+! base09: #e9c062
+! base0A: #ffffb6
+! base0B: #a8ff60
+! base0C: #c6c5fe
+! base0D: #96cbfe
+! base0E: #ff73fd
+! base0F: #b18a3d
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #242422, #242422, #000000
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #242422, #b5b3aa, #242422, #242422, #fdfbee
+rofi.color-active: #242422, #96cbfe, #242422, #242422, #96cbfe
+rofi.color-urgent: #242422, #ff6c60, #242422, #242422, #ff6c60
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-isotope.config b/themes/base16-isotope.config
new file mode 100644
index 0000000..0d9d55c
--- /dev/null
+++ b/themes/base16-isotope.config
@@ -0,0 +1,33 @@
+! Base16 Isotope
+! Author: Jan T. Sott
+
+! base00: #000000
+! base01: #404040
+! base02: #606060
+! base03: #808080
+! base04: #c0c0c0
+! base05: #d0d0d0
+! base06: #e0e0e0
+! base07: #ffffff
+! base08: #ff0000
+! base09: #ff9900
+! base0A: #ff0099
+! base0B: #33ff00
+! base0C: #00ffff
+! base0D: #0066ff
+! base0E: #cc00ff
+! base0F: #3300ff
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #404040, #404040, #000000
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #404040, #d0d0d0, #404040, #404040, #ffffff
+rofi.color-active: #404040, #0066ff, #404040, #404040, #0066ff
+rofi.color-urgent: #404040, #ff0000, #404040, #404040, #ff0000
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-london-tube.config b/themes/base16-london-tube.config
new file mode 100644
index 0000000..8e3fbb4
--- /dev/null
+++ b/themes/base16-london-tube.config
@@ -0,0 +1,33 @@
+! Base16 London Tube
+! Author: Jan T. Sott
+
+! base00: #231f20
+! base01: #1c3f95
+! base02: #5a5758
+! base03: #737171
+! base04: #959ca1
+! base05: #d9d8d8
+! base06: #e7e7e8
+! base07: #ffffff
+! base08: #ee2e24
+! base09: #f386a1
+! base0A: #ffd204
+! base0B: #00853e
+! base0C: #85cebc
+! base0D: #009ddc
+! base0E: #98005d
+! base0F: #b06110
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #1c3f95, #1c3f95, #231f20
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #1c3f95, #d9d8d8, #1c3f95, #1c3f95, #ffffff
+rofi.color-active: #1c3f95, #009ddc, #1c3f95, #1c3f95, #009ddc
+rofi.color-urgent: #1c3f95, #ee2e24, #1c3f95, #1c3f95, #ee2e24
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-macintosh.config b/themes/base16-macintosh.config
new file mode 100644
index 0000000..c62c7fa
--- /dev/null
+++ b/themes/base16-macintosh.config
@@ -0,0 +1,33 @@
+! Base16 Macintosh
+! Author: Rebecca Bettencourt (http://www.kreativekorp.com)
+
+! base00: #000000
+! base01: #404040
+! base02: #404040
+! base03: #808080
+! base04: #808080
+! base05: #c0c0c0
+! base06: #c0c0c0
+! base07: #ffffff
+! base08: #dd0907
+! base09: #ff6403
+! base0A: #fbf305
+! base0B: #1fb714
+! base0C: #02abea
+! base0D: #0000d3
+! base0E: #4700a5
+! base0F: #90713a
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #404040, #404040, #000000
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #404040, #c0c0c0, #404040, #404040, #ffffff
+rofi.color-active: #404040, #0000d3, #404040, #404040, #0000d3
+rofi.color-urgent: #404040, #dd0907, #404040, #404040, #dd0907
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-marrakesh.config b/themes/base16-marrakesh.config
new file mode 100644
index 0000000..4eeb5d5
--- /dev/null
+++ b/themes/base16-marrakesh.config
@@ -0,0 +1,33 @@
+! Base16 Marrakesh
+! Author: Alexandre Gavioli (http://github.com/Alexx2/)
+
+! base00: #201602
+! base01: #302e00
+! base02: #5f5b17
+! base03: #6c6823
+! base04: #86813b
+! base05: #948e48
+! base06: #ccc37a
+! base07: #faf0a5
+! base08: #c35359
+! base09: #b36144
+! base0A: #a88339
+! base0B: #18974e
+! base0C: #75a738
+! base0D: #477ca1
+! base0E: #8868b3
+! base0F: #b3588e
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #302e00, #302e00, #201602
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #302e00, #948e48, #302e00, #302e00, #faf0a5
+rofi.color-active: #302e00, #477ca1, #302e00, #302e00, #477ca1
+rofi.color-urgent: #302e00, #c35359, #302e00, #302e00, #c35359
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-materia.config b/themes/base16-materia.config
new file mode 100644
index 0000000..c77bdf1
--- /dev/null
+++ b/themes/base16-materia.config
@@ -0,0 +1,33 @@
+! Base16 Materia
+! Author: Defman21
+
+! base00: #263238
+! base01: #2C393F
+! base02: #37474F
+! base03: #707880
+! base04: #C9CCD3
+! base05: #CDD3DE
+! base06: #D5DBE5
+! base07: #FFFFFF
+! base08: #EC5F67
+! base09: #EA9560
+! base0A: #FFCC00
+! base0B: #8BD649
+! base0C: #80CBC4
+! base0D: #89DDFF
+! base0E: #82AAFF
+! base0F: #EC5F67
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #2C393F, #2C393F, #263238
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #2C393F, #CDD3DE, #2C393F, #2C393F, #FFFFFF
+rofi.color-active: #2C393F, #89DDFF, #2C393F, #2C393F, #89DDFF
+rofi.color-urgent: #2C393F, #EC5F67, #2C393F, #2C393F, #EC5F67
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-mexico-light.config b/themes/base16-mexico-light.config
new file mode 100644
index 0000000..8d2ee23
--- /dev/null
+++ b/themes/base16-mexico-light.config
@@ -0,0 +1,33 @@
+! Base16 Mexico Light
+! Author: Sheldon Johnson
+
+! base00: #f8f8f8
+! base01: #e8e8e8
+! base02: #d8d8d8
+! base03: #b8b8b8
+! base04: #585858
+! base05: #383838
+! base06: #282828
+! base07: #181818
+! base08: #ab4642
+! base09: #dc9656
+! base0A: #f79a0e
+! base0B: #538947
+! base0C: #4b8093
+! base0D: #7cafc2
+! base0E: #96609e
+! base0F: #a16946
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #e8e8e8, #e8e8e8, #f8f8f8
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #e8e8e8, #383838, #e8e8e8, #e8e8e8, #181818
+rofi.color-active: #e8e8e8, #7cafc2, #e8e8e8, #e8e8e8, #7cafc2
+rofi.color-urgent: #e8e8e8, #ab4642, #e8e8e8, #e8e8e8, #ab4642
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-mocha.config b/themes/base16-mocha.config
new file mode 100644
index 0000000..438e387
--- /dev/null
+++ b/themes/base16-mocha.config
@@ -0,0 +1,33 @@
+! Base16 Mocha
+! Author: Chris Kempson (http://chriskempson.com)
+
+! base00: #3B3228
+! base01: #534636
+! base02: #645240
+! base03: #7e705a
+! base04: #b8afad
+! base05: #d0c8c6
+! base06: #e9e1dd
+! base07: #f5eeeb
+! base08: #cb6077
+! base09: #d28b71
+! base0A: #f4bc87
+! base0B: #beb55b
+! base0C: #7bbda4
+! base0D: #8ab3b5
+! base0E: #a89bb9
+! base0F: #bb9584
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #534636, #534636, #3B3228
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #534636, #d0c8c6, #534636, #534636, #f5eeeb
+rofi.color-active: #534636, #8ab3b5, #534636, #534636, #8ab3b5
+rofi.color-urgent: #534636, #cb6077, #534636, #534636, #cb6077
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-monokai.config b/themes/base16-monokai.config
new file mode 100644
index 0000000..75fe19b
--- /dev/null
+++ b/themes/base16-monokai.config
@@ -0,0 +1,33 @@
+! Base16 Monokai
+! Author: Wimer Hazenberg (http://www.monokai.nl)
+
+! base00: #272822
+! base01: #383830
+! base02: #49483e
+! base03: #75715e
+! base04: #a59f85
+! base05: #f8f8f2
+! base06: #f5f4f1
+! base07: #f9f8f5
+! base08: #f92672
+! base09: #fd971f
+! base0A: #f4bf75
+! base0B: #a6e22e
+! base0C: #a1efe4
+! base0D: #66d9ef
+! base0E: #ae81ff
+! base0F: #cc6633
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #383830, #383830, #272822
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #383830, #f8f8f2, #383830, #383830, #f9f8f5
+rofi.color-active: #383830, #66d9ef, #383830, #383830, #66d9ef
+rofi.color-urgent: #383830, #f92672, #383830, #383830, #f92672
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-ocean.config b/themes/base16-ocean.config
new file mode 100644
index 0000000..e5c5014
--- /dev/null
+++ b/themes/base16-ocean.config
@@ -0,0 +1,33 @@
+! Base16 Ocean
+! Author: Chris Kempson (http://chriskempson.com)
+
+! base00: #2b303b
+! base01: #343d46
+! base02: #4f5b66
+! base03: #65737e
+! base04: #a7adba
+! base05: #c0c5ce
+! base06: #dfe1e8
+! base07: #eff1f5
+! base08: #bf616a
+! base09: #d08770
+! base0A: #ebcb8b
+! base0B: #a3be8c
+! base0C: #96b5b4
+! base0D: #8fa1b3
+! base0E: #b48ead
+! base0F: #ab7967
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #343d46, #343d46, #2b303b
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #343d46, #c0c5ce, #343d46, #343d46, #eff1f5
+rofi.color-active: #343d46, #8fa1b3, #343d46, #343d46, #8fa1b3
+rofi.color-urgent: #343d46, #bf616a, #343d46, #343d46, #bf616a
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-oceanicnext.config b/themes/base16-oceanicnext.config
new file mode 100644
index 0000000..f29c838
--- /dev/null
+++ b/themes/base16-oceanicnext.config
@@ -0,0 +1,33 @@
+! Base16 OceanicNext
+! Author: https://github.com/voronianski/oceanic-next-color-scheme
+
+! base00: #1B2B34
+! base01: #343D46
+! base02: #4F5B66
+! base03: #65737E
+! base04: #A7ADBA
+! base05: #C0C5CE
+! base06: #CDD3DE
+! base07: #D8DEE9
+! base08: #EC5f67
+! base09: #F99157
+! base0A: #FAC863
+! base0B: #99C794
+! base0C: #5FB3B3
+! base0D: #6699CC
+! base0E: #C594C5
+! base0F: #AB7967
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #343D46, #343D46, #1B2B34
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #343D46, #C0C5CE, #343D46, #343D46, #D8DEE9
+rofi.color-active: #343D46, #6699CC, #343D46, #343D46, #6699CC
+rofi.color-urgent: #343D46, #EC5f67, #343D46, #343D46, #EC5f67
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-onedark.config b/themes/base16-onedark.config
new file mode 100644
index 0000000..0f8ad72
--- /dev/null
+++ b/themes/base16-onedark.config
@@ -0,0 +1,33 @@
+! Base16 OneDark
+! Author: Lalit Magant (http://github.com/tilal6991)
+
+! base00: #282c34
+! base01: #353b45
+! base02: #3e4451
+! base03: #545862
+! base04: #565c64
+! base05: #abb2bf
+! base06: #b6bdca
+! base07: #c8ccd4
+! base08: #e06c75
+! base09: #d19a66
+! base0A: #e5c07b
+! base0B: #98c379
+! base0C: #56b6c2
+! base0D: #61afef
+! base0E: #c678dd
+! base0F: #be5046
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #353b45, #353b45, #282c34
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #353b45, #abb2bf, #353b45, #353b45, #c8ccd4
+rofi.color-active: #353b45, #61afef, #353b45, #353b45, #61afef
+rofi.color-urgent: #353b45, #e06c75, #353b45, #353b45, #e06c75
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-paraiso.config b/themes/base16-paraiso.config
new file mode 100644
index 0000000..4d8bd95
--- /dev/null
+++ b/themes/base16-paraiso.config
@@ -0,0 +1,33 @@
+! Base16 Paraiso
+! Author: Jan T. Sott
+
+! base00: #2f1e2e
+! base01: #41323f
+! base02: #4f424c
+! base03: #776e71
+! base04: #8d8687
+! base05: #a39e9b
+! base06: #b9b6b0
+! base07: #e7e9db
+! base08: #ef6155
+! base09: #f99b15
+! base0A: #fec418
+! base0B: #48b685
+! base0C: #5bc4bf
+! base0D: #06b6ef
+! base0E: #815ba4
+! base0F: #e96ba8
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #41323f, #41323f, #2f1e2e
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #41323f, #a39e9b, #41323f, #41323f, #e7e9db
+rofi.color-active: #41323f, #06b6ef, #41323f, #41323f, #06b6ef
+rofi.color-urgent: #41323f, #ef6155, #41323f, #41323f, #ef6155
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-phd.config b/themes/base16-phd.config
new file mode 100644
index 0000000..242230b
--- /dev/null
+++ b/themes/base16-phd.config
@@ -0,0 +1,33 @@
+! Base16 PhD
+! Author: Hennig Hasemann (http://leetless.de/vim.html)
+
+! base00: #061229
+! base01: #2a3448
+! base02: #4d5666
+! base03: #717885
+! base04: #9a99a3
+! base05: #b8bbc2
+! base06: #dbdde0
+! base07: #ffffff
+! base08: #d07346
+! base09: #f0a000
+! base0A: #fbd461
+! base0B: #99bf52
+! base0C: #72b9bf
+! base0D: #5299bf
+! base0E: #9989cc
+! base0F: #b08060
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #2a3448, #2a3448, #061229
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #2a3448, #b8bbc2, #2a3448, #2a3448, #ffffff
+rofi.color-active: #2a3448, #5299bf, #2a3448, #2a3448, #5299bf
+rofi.color-urgent: #2a3448, #d07346, #2a3448, #2a3448, #d07346
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-pico.config b/themes/base16-pico.config
new file mode 100644
index 0000000..5d3556b
--- /dev/null
+++ b/themes/base16-pico.config
@@ -0,0 +1,33 @@
+! Base16 Pico
+! Author: PICO-8 (http://www.lexaloffle.com/pico-8.php)
+
+! base00: #000000
+! base01: #1d2b53
+! base02: #7e2553
+! base03: #008751
+! base04: #ab5236
+! base05: #5f574f
+! base06: #c2c3c7
+! base07: #fff1e8
+! base08: #ff004d
+! base09: #ffa300
+! base0A: #fff024
+! base0B: #00e756
+! base0C: #29adff
+! base0D: #83769c
+! base0E: #ff77a8
+! base0F: #ffccaa
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #1d2b53, #1d2b53, #000000
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #1d2b53, #5f574f, #1d2b53, #1d2b53, #fff1e8
+rofi.color-active: #1d2b53, #83769c, #1d2b53, #1d2b53, #83769c
+rofi.color-urgent: #1d2b53, #ff004d, #1d2b53, #1d2b53, #ff004d
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-pop.config b/themes/base16-pop.config
new file mode 100644
index 0000000..e69b554
--- /dev/null
+++ b/themes/base16-pop.config
@@ -0,0 +1,33 @@
+! Base16 Pop
+! Author: Chris Kempson (http://chriskempson.com)
+
+! base00: #000000
+! base01: #202020
+! base02: #303030
+! base03: #505050
+! base04: #b0b0b0
+! base05: #d0d0d0
+! base06: #e0e0e0
+! base07: #ffffff
+! base08: #eb008a
+! base09: #f29333
+! base0A: #f8ca12
+! base0B: #37b349
+! base0C: #00aabb
+! base0D: #0e5a94
+! base0E: #b31e8d
+! base0F: #7a2d00
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #202020, #202020, #000000
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #202020, #d0d0d0, #202020, #202020, #ffffff
+rofi.color-active: #202020, #0e5a94, #202020, #202020, #0e5a94
+rofi.color-urgent: #202020, #eb008a, #202020, #202020, #eb008a
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-railscasts.config b/themes/base16-railscasts.config
new file mode 100644
index 0000000..dec9018
--- /dev/null
+++ b/themes/base16-railscasts.config
@@ -0,0 +1,33 @@
+! Base16 Railscasts
+! Author: Ryan Bates (http://railscasts.com)
+
+! base00: #2b2b2b
+! base01: #272935
+! base02: #3a4055
+! base03: #5a647e
+! base04: #d4cfc9
+! base05: #e6e1dc
+! base06: #f4f1ed
+! base07: #f9f7f3
+! base08: #da4939
+! base09: #cc7833
+! base0A: #ffc66d
+! base0B: #a5c261
+! base0C: #519f50
+! base0D: #6d9cbe
+! base0E: #b6b3eb
+! base0F: #bc9458
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #272935, #272935, #2b2b2b
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #272935, #e6e1dc, #272935, #272935, #f9f7f3
+rofi.color-active: #272935, #6d9cbe, #272935, #272935, #6d9cbe
+rofi.color-urgent: #272935, #da4939, #272935, #272935, #da4939
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-seti-ui.config b/themes/base16-seti-ui.config
new file mode 100644
index 0000000..8073863
--- /dev/null
+++ b/themes/base16-seti-ui.config
@@ -0,0 +1,33 @@
+! Base16 Seti UI
+! Author:
+
+! base00: #151718
+! base01: #8ec43d
+! base02: #3B758C
+! base03: #41535B
+! base04: #43a5d5
+! base05: #d6d6d6
+! base06: #eeeeee
+! base07: #ffffff
+! base08: #Cd3f45
+! base09: #db7b55
+! base0A: #e6cd69
+! base0B: #9fca56
+! base0C: #55dbbe
+! base0D: #55b5db
+! base0E: #a074c4
+! base0F: #8a553f
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #8ec43d, #8ec43d, #151718
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #8ec43d, #d6d6d6, #8ec43d, #8ec43d, #ffffff
+rofi.color-active: #8ec43d, #55b5db, #8ec43d, #8ec43d, #55b5db
+rofi.color-urgent: #8ec43d, #Cd3f45, #8ec43d, #8ec43d, #Cd3f45
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-shapeshifter.config b/themes/base16-shapeshifter.config
new file mode 100644
index 0000000..d41fcd0
--- /dev/null
+++ b/themes/base16-shapeshifter.config
@@ -0,0 +1,33 @@
+! Base16 Shapeshifter
+! Author: Tyler Benziger (http://tybenz.com)
+
+! base00: #f9f9f9
+! base01: #e0e0e0
+! base02: #ababab
+! base03: #555555
+! base04: #343434
+! base05: #102015
+! base06: #040404
+! base07: #000000
+! base08: #e92f2f
+! base09: #e09448
+! base0A: #dddd13
+! base0B: #0ed839
+! base0C: #23edda
+! base0D: #3b48e3
+! base0E: #f996e2
+! base0F: #69542d
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #e0e0e0, #e0e0e0, #f9f9f9
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #e0e0e0, #102015, #e0e0e0, #e0e0e0, #000000
+rofi.color-active: #e0e0e0, #3b48e3, #e0e0e0, #e0e0e0, #3b48e3
+rofi.color-urgent: #e0e0e0, #e92f2f, #e0e0e0, #e0e0e0, #e92f2f
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-solar-flare.config b/themes/base16-solar-flare.config
new file mode 100644
index 0000000..13cb137
--- /dev/null
+++ b/themes/base16-solar-flare.config
@@ -0,0 +1,33 @@
+! Base16 Solar Flare
+! Author: Chuck Harmston (https://chuck.harmston.ch)
+
+! base00: #18262F
+! base01: #222E38
+! base02: #586875
+! base03: #667581
+! base04: #85939E
+! base05: #A6AFB8
+! base06: #E8E9ED
+! base07: #F5F7FA
+! base08: #EF5253
+! base09: #E66B2B
+! base0A: #E4B51C
+! base0B: #7CC844
+! base0C: #52CBB0
+! base0D: #33B5E1
+! base0E: #A363D5
+! base0F: #D73C9A
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #222E38, #222E38, #18262F
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #222E38, #A6AFB8, #222E38, #222E38, #F5F7FA
+rofi.color-active: #222E38, #33B5E1, #222E38, #222E38, #33B5E1
+rofi.color-urgent: #222E38, #EF5253, #222E38, #222E38, #EF5253
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-solarized-dark.config b/themes/base16-solarized-dark.config
new file mode 100644
index 0000000..a827af5
--- /dev/null
+++ b/themes/base16-solarized-dark.config
@@ -0,0 +1,33 @@
+! Base16 Solarized Dark
+! Author: Ethan Schoonover (http://ethanschoonover.com/solarized)
+
+! base00: #002b36
+! base01: #073642
+! base02: #586e75
+! base03: #657b83
+! base04: #839496
+! base05: #93a1a1
+! base06: #eee8d5
+! base07: #fdf6e3
+! base08: #dc322f
+! base09: #cb4b16
+! base0A: #b58900
+! base0B: #859900
+! base0C: #2aa198
+! base0D: #268bd2
+! base0E: #6c71c4
+! base0F: #d33682
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #073642, #073642, #002b36
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #073642, #93a1a1, #073642, #073642, #fdf6e3
+rofi.color-active: #073642, #268bd2, #073642, #073642, #268bd2
+rofi.color-urgent: #073642, #dc322f, #073642, #073642, #dc322f
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-solarized-light.config b/themes/base16-solarized-light.config
new file mode 100644
index 0000000..aab2e57
--- /dev/null
+++ b/themes/base16-solarized-light.config
@@ -0,0 +1,33 @@
+! Base16 Solarized Light
+! Author: Ethan Schoonover (http://ethanschoonover.com/solarized)
+
+! base00: #fdf6e3
+! base01: #eee8d5
+! base02: #93a1a1
+! base03: #839496
+! base04: #657b83
+! base05: #586e75
+! base06: #073642
+! base07: #002b36
+! base08: #dc322f
+! base09: #cb4b16
+! base0A: #b58900
+! base0B: #859900
+! base0C: #2aa198
+! base0D: #268bd2
+! base0E: #6c71c4
+! base0F: #d33682
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #eee8d5, #eee8d5, #fdf6e3
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #eee8d5, #586e75, #eee8d5, #eee8d5, #002b36
+rofi.color-active: #eee8d5, #268bd2, #eee8d5, #eee8d5, #268bd2
+rofi.color-urgent: #eee8d5, #dc322f, #eee8d5, #eee8d5, #dc322f
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-spacemacs.config b/themes/base16-spacemacs.config
new file mode 100644
index 0000000..ec17afe
--- /dev/null
+++ b/themes/base16-spacemacs.config
@@ -0,0 +1,33 @@
+! Base16 Spacemacs
+! Author: Nasser Alshammari (https://github.com/nashamri/spacemacs-theme)
+
+! base00: #1f2022
+! base01: #282828
+! base02: #444155
+! base03: #585858
+! base04: #b8b8b8
+! base05: #a3a3a3
+! base06: #e8e8e8
+! base07: #f8f8f8
+! base08: #f2241f
+! base09: #ffa500
+! base0A: #b1951d
+! base0B: #67b11d
+! base0C: #2d9574
+! base0D: #4f97d7
+! base0E: #a31db1
+! base0F: #b03060
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #282828, #282828, #1f2022
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #282828, #a3a3a3, #282828, #282828, #f8f8f8
+rofi.color-active: #282828, #4f97d7, #282828, #282828, #4f97d7
+rofi.color-urgent: #282828, #f2241f, #282828, #282828, #f2241f
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-summerfruit-dark.config b/themes/base16-summerfruit-dark.config
new file mode 100644
index 0000000..74be359
--- /dev/null
+++ b/themes/base16-summerfruit-dark.config
@@ -0,0 +1,33 @@
+! Base16 Summerfruit Dark
+! Author: Christopher Corley (http://christop.club/)
+
+! base00: #151515
+! base01: #202020
+! base02: #303030
+! base03: #505050
+! base04: #B0B0B0
+! base05: #D0D0D0
+! base06: #E0E0E0
+! base07: #FFFFFF
+! base08: #FF0086
+! base09: #FD8900
+! base0A: #ABA800
+! base0B: #00C918
+! base0C: #1FAAAA
+! base0D: #3777E6
+! base0E: #AD00A1
+! base0F: #CC6633
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #202020, #202020, #151515
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #202020, #D0D0D0, #202020, #202020, #FFFFFF
+rofi.color-active: #202020, #3777E6, #202020, #202020, #3777E6
+rofi.color-urgent: #202020, #FF0086, #202020, #202020, #FF0086
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-summerfruit-light.config b/themes/base16-summerfruit-light.config
new file mode 100644
index 0000000..fc1179f
--- /dev/null
+++ b/themes/base16-summerfruit-light.config
@@ -0,0 +1,33 @@
+! Base16 Summerfruit Light
+! Author: Christopher Corley (http://christop.club/)
+
+! base00: #FFFFFF
+! base01: #E0E0E0
+! base02: #D0D0D0
+! base03: #B0B0B0
+! base04: #000000
+! base05: #101010
+! base06: #151515
+! base07: #202020
+! base08: #FF0086
+! base09: #FD8900
+! base0A: #ABA800
+! base0B: #00C918
+! base0C: #1FAAAA
+! base0D: #3777E6
+! base0E: #AD00A1
+! base0F: #CC6633
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #E0E0E0, #E0E0E0, #FFFFFF
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #E0E0E0, #101010, #E0E0E0, #E0E0E0, #202020
+rofi.color-active: #E0E0E0, #3777E6, #E0E0E0, #E0E0E0, #3777E6
+rofi.color-urgent: #E0E0E0, #FF0086, #E0E0E0, #E0E0E0, #FF0086
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-tomorrow-night.config b/themes/base16-tomorrow-night.config
new file mode 100644
index 0000000..c2bbb98
--- /dev/null
+++ b/themes/base16-tomorrow-night.config
@@ -0,0 +1,33 @@
+! Base16 Tomorrow Night
+! Author: Chris Kempson (http://chriskempson.com)
+
+! base00: #1d1f21
+! base01: #282a2e
+! base02: #373b41
+! base03: #969896
+! base04: #b4b7b4
+! base05: #c5c8c6
+! base06: #e0e0e0
+! base07: #ffffff
+! base08: #cc6666
+! base09: #de935f
+! base0A: #f0c674
+! base0B: #b5bd68
+! base0C: #8abeb7
+! base0D: #81a2be
+! base0E: #b294bb
+! base0F: #a3685a
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #282a2e, #282a2e, #1d1f21
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #282a2e, #c5c8c6, #282a2e, #282a2e, #ffffff
+rofi.color-active: #282a2e, #81a2be, #282a2e, #282a2e, #81a2be
+rofi.color-urgent: #282a2e, #cc6666, #282a2e, #282a2e, #cc6666
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-tomorrow.config b/themes/base16-tomorrow.config
new file mode 100644
index 0000000..4fa3a56
--- /dev/null
+++ b/themes/base16-tomorrow.config
@@ -0,0 +1,33 @@
+! Base16 Tomorrow
+! Author: Chris Kempson (http://chriskempson.com)
+
+! base00: #ffffff
+! base01: #e0e0e0
+! base02: #d6d6d6
+! base03: #8e908c
+! base04: #969896
+! base05: #4d4d4c
+! base06: #282a2e
+! base07: #1d1f21
+! base08: #c82829
+! base09: #f5871f
+! base0A: #eab700
+! base0B: #718c00
+! base0C: #3e999f
+! base0D: #4271ae
+! base0E: #8959a8
+! base0F: #a3685a
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #e0e0e0, #e0e0e0, #ffffff
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #e0e0e0, #4d4d4c, #e0e0e0, #e0e0e0, #1d1f21
+rofi.color-active: #e0e0e0, #4271ae, #e0e0e0, #e0e0e0, #4271ae
+rofi.color-urgent: #e0e0e0, #c82829, #e0e0e0, #e0e0e0, #c82829
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-twilight.config b/themes/base16-twilight.config
new file mode 100644
index 0000000..149c102
--- /dev/null
+++ b/themes/base16-twilight.config
@@ -0,0 +1,33 @@
+! Base16 Twilight
+! Author: David Hart (https://github.com/hartbit)
+
+! base00: #1e1e1e
+! base01: #323537
+! base02: #464b50
+! base03: #5f5a60
+! base04: #838184
+! base05: #a7a7a7
+! base06: #c3c3c3
+! base07: #ffffff
+! base08: #cf6a4c
+! base09: #cda869
+! base0A: #f9ee98
+! base0B: #8f9d6a
+! base0C: #afc4db
+! base0D: #7587a6
+! base0E: #9b859d
+! base0F: #9b703f
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #323537, #323537, #1e1e1e
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #323537, #a7a7a7, #323537, #323537, #ffffff
+rofi.color-active: #323537, #7587a6, #323537, #323537, #7587a6
+rofi.color-urgent: #323537, #cf6a4c, #323537, #323537, #cf6a4c
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-unikitty-dark.config b/themes/base16-unikitty-dark.config
new file mode 100644
index 0000000..07e645d
--- /dev/null
+++ b/themes/base16-unikitty-dark.config
@@ -0,0 +1,33 @@
+! Base16 Unikitty Dark
+! Author: Josh W Lewis (@joshwlewis)
+
+! base00: #2e2a31
+! base01: #4a464d
+! base02: #666369
+! base03: #838085
+! base04: #9f9da2
+! base05: #bcbabe
+! base06: #d8d7da
+! base07: #f5f4f7
+! base08: #d8137f
+! base09: #d65407
+! base0A: #dc8a0e
+! base0B: #17ad98
+! base0C: #149bda
+! base0D: #796af5
+! base0E: #bb60ea
+! base0F: #c720ca
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #4a464d, #4a464d, #2e2a31
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #4a464d, #bcbabe, #4a464d, #4a464d, #f5f4f7
+rofi.color-active: #4a464d, #796af5, #4a464d, #4a464d, #796af5
+rofi.color-urgent: #4a464d, #d8137f, #4a464d, #4a464d, #d8137f
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-unikitty-light.config b/themes/base16-unikitty-light.config
new file mode 100644
index 0000000..37d2f58
--- /dev/null
+++ b/themes/base16-unikitty-light.config
@@ -0,0 +1,33 @@
+! Base16 Unikitty Light
+! Author: Josh W Lewis (@joshwlewis)
+
+! base00: #ffffff
+! base01: #e1e1e2
+! base02: #c4c3c5
+! base03: #a7a5a8
+! base04: #89878b
+! base05: #6c696e
+! base06: #4f4b51
+! base07: #322d34
+! base08: #d8137f
+! base09: #d65407
+! base0A: #dc8a0e
+! base0B: #17ad98
+! base0C: #149bda
+! base0D: #775dff
+! base0E: #aa17e6
+! base0F: #e013d0
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #e1e1e2, #e1e1e2, #ffffff
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #e1e1e2, #6c696e, #e1e1e2, #e1e1e2, #322d34
+rofi.color-active: #e1e1e2, #775dff, #e1e1e2, #e1e1e2, #775dff
+rofi.color-urgent: #e1e1e2, #d8137f, #e1e1e2, #e1e1e2, #d8137f
+
+! Set the desired separator style
+rofi.separator-style: solid
diff --git a/themes/base16-woodland.config b/themes/base16-woodland.config
new file mode 100644
index 0000000..7da5f09
--- /dev/null
+++ b/themes/base16-woodland.config
@@ -0,0 +1,33 @@
+! Base16 Woodland
+! Author: Jay Cornwall (https://jcornwall.com)
+
+! base00: #231e18
+! base01: #302b25
+! base02: #48413a
+! base03: #9d8b70
+! base04: #b4a490
+! base05: #cabcb1
+! base06: #d7c8bc
+! base07: #e4d4c8
+! base08: #d35c5c
+! base09: #ca7f32
+! base0A: #e0ac16
+! base0B: #b7ba53
+! base0C: #6eb958
+! base0D: #88a4d3
+! base0E: #bb90e2
+! base0F: #b49368
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #302b25, #302b25, #231e18
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #302b25, #cabcb1, #302b25, #302b25, #e4d4c8
+rofi.color-active: #302b25, #88a4d3, #302b25, #302b25, #88a4d3
+rofi.color-urgent: #302b25, #d35c5c, #302b25, #302b25, #d35c5c
+
+! Set the desired separator style
+rofi.separator-style: solid