Skip to content

Instantly share code, notes, and snippets.

View golimpio's full-sized avatar

Gilberto Olimpio golimpio

  • Yackandandah VIC, Australia
  • 10:49 (UTC +10:00)
  • X @golimpio
View GitHub Profile
@golimpio
golimpio / alfred_light_blue_theme
Last active August 29, 2015 13:57
Alfred Light Blue Theme
alfred://theme/searchForegroundColor=rgba(255,255,255,0.95)&resultSubtextFontSize=1&searchSelectionForegroundColor=rgba(0,0,0,1.00)&separatorColor=rgba(62,128,163,0.00)&resultSelectedBackgroundColor=rgba(193,48,61,0.90)&shortcutColor=rgba(255,255,255,0.75)&scrollbarColor=rgba(255,255,255,0.30)&imageStyle=9&resultSubtextFont=Helvetica&background=rgba(62,128,163,0.00)&shortcutFontSize=4&searchFontSize=4&resultSubtextColor=rgba(255,255,255,0.60)&searchBackgroundColor=rgba(140,155,153,0.00)&name=Giba%20Light%20Blue&resultTextFontSize=4&resultSelectedSubtextColor=rgba(255,255,255,0.88)&shortcutSelectedColor=rgba(255,255,255,0.85)&widthSize=4&border=rgba(62,128,163,0.90)&resultTextFont=Helvetica&resultTextColor=rgba(255,255,255,0.70)&cornerRoundness=3&searchFont=Helvetica&searchPaddingSize=4&credits=Gilberto%20Olimpio&searchSelectionBackgroundColor=rgba(3,209,235,1.00)&resultSelectedTextColor=rgba(255,255,255,0.85)&resultPaddingSize=2&shortcutFont=Helvetica
@golimpio
golimpio / create_desktop_app_google_chrome.sh
Last active February 12, 2024 20:27
A shell script to create application shortcuts in Google Chrome on a Mac
#!/bin/sh
#----------------------------------------------------------------------------------------------------------
#
# Original author: Bracken King
# https://www.lessannoyingcrm.com/blog/2010/08/149/create+application+shortcuts+in+google+chrome+on+a+mac
#
# Modified by: Gilberto R. Olimpio
#
# Changes:
@golimpio
golimpio / trello_rotate_transformation.css
Last active August 29, 2015 13:56
CSS rotate transformation on the ui-sortable-helper (Trello)
/* Trello just uses a CSS rotate transformation on the ui-sortable-helper */
.list-card.ui-sortable-helper {
transform: rotate(3deg);
-moz-transform: rotate(3deg);
-webkit-transform: rotate(3deg);
}
@golimpio
golimpio / eclipse-juno-gray.css
Created July 12, 2012 06:47
Eclipse Juno Gray Theme
@import url("e4_basestyle.css");
/*
References:
http://wiki.eclipse.org/E4/CSS/SWT_Mapping
https://github.com/eclipse-color-theme/eclipse-ui-themes/tree/master/com.github.eclipsecolortheme.themes
*/
.MTrimmedWindow {
margin-top: 3px;