Skip to content

Instantly share code, notes, and snippets.

! Hybrid Terminal Colours. Uses the palette from Tomorrow-Night:
! https://github.com/chriskempson/tomorrow-theme/blob/master/vim/colors/Tomorrow-Night.vim
! vim: ft=xdefaults
*background: #1D1F21
*foreground: #C5C8C6
! black
*color0: #282A2E
*color8: #373B41
! red
def on_time_value
attendances.inject(0) do |sum, attendance|
sum + (attendance.late? ? 0 : 5)
end
end