diff --git a/Lightdm/Chicago95 b/Lightdm/Chicago95 new file mode 160000 index 0000000..268d70d --- /dev/null +++ b/Lightdm/Chicago95 @@ -0,0 +1 @@ +Subproject commit 268d70d625b92991ff7f1b991545a059e77199b4 diff --git a/Plymouth/screenshot.gif b/Plymouth/screenshot.gif new file mode 100644 index 0000000..c8ef1f4 Binary files /dev/null and b/Plymouth/screenshot.gif differ diff --git a/README.md b/README.md index 272db9d..bb86f4b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ Included in this theme: - Plymouth theme created from scratch ## Screenshots +![alt text](https://raw.githubusercontent.com/grassmunk/Chicago95/master/Screenshots/plymouth.png "Plymouth") + +![alt text](https://raw.githubusercontent.com/grassmunk/Chicago95/master/Screenshots/lightdm.png "LightDM") + ![alt text](https://raw.githubusercontent.com/grassmunk/Chicago95/master/Screenshots/Screenshot.png "Big Screenshot") ![alt text](https://raw.githubusercontent.com/grassmunk/Chicago95/master/Screenshots/gtk2.png "GTK2") @@ -32,6 +36,8 @@ In XFCE select Settings -> Appearance. Click on 'Style' and select `Chicago95`. For window borders select Settings -> Window Manager. Under 'Style' select `Chicago 95`. +Background: Just set to whatever you like, for a more authentic look try setting Style to none and color to `#008080`. + ### Icons To install the icons copy the folder `Icons/Chicago95` to `/usr/share/icons` or `~/.icons`. @@ -49,7 +55,6 @@ Update your font cache: sudo fc-cache -f -v In xfce-term selet the font `Less Perfect DOS VGA` or `More Pefect DOS VGA`. - ### Terminal Copy the file `Extras/Chicago95.theme` to `~/.local/share/xfce4/terminal/colorschemes` (create the colorschemes folder if it doesn't exist: `mkdir .local/share/xfce4/terminal`). @@ -57,10 +62,9 @@ Under preferences in xfce-term select 'Colors.' Under `Presets` you should see ` To get the MS-DOS `C:\>` prompt and startup message add the contents of `Extras/DOSrc` to your `.bashrc` file: `cat Extras/DOSrc >> ~/.bashrc`. -###Plymouth - -Recreates the classic Windows 95 boot screen: +### Plymouth +Recreates the classic Windows 95 boot screen. To install: @@ -71,6 +75,12 @@ sudo update-alternatives --config default.plymouth #here, choose the number of sudo update-initramfs -u ``` +### LightDM: + +Attemps to recreate the asthetic of logging on to a computer in the mid 90's. + +Install instructions are in the `README.md` in `Lightdm/Chicago95/`. + ## Requirements GTK+ 3.16 or above @@ -81,4 +91,4 @@ Xfce 4.12 of above ### Code and license -License: GPL-3.0+ +License: GPL-3.0+/MIT diff --git a/Screenshots/Screenshot.png b/Screenshots/Screenshot.png index 35e3958..0fcaecc 100644 Binary files a/Screenshots/Screenshot.png and b/Screenshots/Screenshot.png differ diff --git a/Screenshots/lightdm.png b/Screenshots/lightdm.png new file mode 100644 index 0000000..6dea0d6 Binary files /dev/null and b/Screenshots/lightdm.png differ diff --git a/Screenshots/plymouth.gif b/Screenshots/plymouth.gif new file mode 100644 index 0000000..c8ef1f4 Binary files /dev/null and b/Screenshots/plymouth.gif differ diff --git a/Theme/Chicago95/gtk-3.0/apps/lightdm-gtk-greeter.css b/Theme/Chicago95/gtk-3.0/apps/lightdm-gtk-greeter.css index 0990e1a..723d5ec 100644 --- a/Theme/Chicago95/gtk-3.0/apps/lightdm-gtk-greeter.css +++ b/Theme/Chicago95/gtk-3.0/apps/lightdm-gtk-greeter.css @@ -2,7 +2,7 @@ * panel * *********/ #panel_window { - background-color: #008080; + background-image: none; color: white; font: bold; @@ -10,27 +10,29 @@ #panel_window .menubar, #panel_window .menubar > .menuitem { - background-color: transparent; + background-color: #c0c0c0; background-image: none; - color: white; - font: bold; - text-shadow: 0 1px alpha(black, 0.5); - icon-shadow: 0 1px alpha(black, 0.5); + color: black; + } #panel_window .menubar > .menuitem:hover { border-style: none; - background-color: alpha(white, 0.2); + background-color: #000080; background-image: none; color: white; } #panel_window .menubar > .menuitem *:hover { + border-style: none; + background-color: #000080; + background-image: none; color: white; } #panel_window .menubar > .menuitem:insensitive { - color: alpha(white, 0.7); + color: #808080; + text-shadow: 1px 1px 0 white; } #panel_window .menubar .menu { @@ -68,6 +70,7 @@ border-radius: 1px; } +/* #login_window GtkComboBox .button, #login_window GtkComboBox .button:hover, #login_window GtkComboBox .button:active, @@ -80,7 +83,7 @@ background: none; border-style: none; box-shadow: none; -} +} #login_window GtkComboBox .button:focus, #login_window GtkComboBox .button:hover:focus, @@ -90,6 +93,8 @@ border-style: none; } + + #login_window #user_combobox { color: @lightdm_fg_color; font: 18px; @@ -101,7 +106,7 @@ #login_window #user_combobox .arrow { color: mix(@lightdm_fg_color, @lightdm_bg_color, 0.5); -} +} */ #login_window .entry { padding: 3px 5px; @@ -177,7 +182,7 @@ /****************************** * default and focused button * - ******************************/ + ****************************** #login_window .button.default, #shutdown_dialog .button.default, #restart_dialog .button.default, @@ -204,11 +209,11 @@ #restart_dialog .button:active:hover:focus { border-color: shade(@theme_selected_bg_color, 0.7); background-color: @theme_selected_bg_color; -} +}*/ /******************* * shutdown button * - *******************/ + ******************* #shutdown_button.button { border-color: shade(@error_bg_color, 0.8); background-color: shade(@error_bg_color, 1.08); @@ -221,11 +226,11 @@ #shutdown_button.button:active:hover { border-color: shade(@error_bg_color, 0.7); background-color: @error_bg_color; -} +} */ /****************** * restart button * - ******************/ + ****************** #restart_button.button { border-color: shade(@warning_bg_color, 0.8); background-color: shade(@warning_bg_color, 1.08); @@ -238,7 +243,7 @@ #restart_button.button:active:hover { border-color: shade(@warning_bg_color, 0.7); background-color: @warning_bg_color; -} +} */ /******************** * password warning * @@ -246,3 +251,7 @@ #greeter_infobar { font: bold; } + +#window { +border: 2px solid red; +}