Skip to content

Instantly share code, notes, and snippets.

View RMcNeely's full-sized avatar
💭
I'm in the middle of some calibrations

Ryan McNeely RMcNeely

💭
I'm in the middle of some calibrations
View GitHub Profile
@RMcNeely
RMcNeely / elementary OS VSCode Theme
Last active February 4, 2020 03:36
These styles match the elementary OS's own Code application for a more native looking theme of VSCode. Feel free to contribute!
"workbench.colorCustomizations": {
"terminal.selectionBackground": "#D4D4D4",
"terminal.background": "#2B2B2B",
"panel.background": "#002B36",
"editor.background": "#002B36",
"editorGutter.background": "#073642",
"menubar.background": "#ff0000",
"menu.background": "#ff0000",
"activityBar.background": "#3d3d3d",
"sideBar.background": "#3d3d3d",
def find_the_cheese(array)
cheese_types = ["cheddar", "gouda", "camembert"]
new_array = []
if array.include?(cheese_types)
return new_array << array
else return nil
end
new_array
end
1 = lambda {"Do Not Call Me!" }
puts 1.call