1
0
mirror of https://github.com/kepler155c/opus synced 2026-04-23 07:01:25 +00:00

better colors - resizing

This commit is contained in:
kepler155c@gmail.com
2017-09-30 20:35:36 -04:00
parent 5681b01810
commit c0baa00668
8 changed files with 84 additions and 89 deletions

View File

@@ -2,7 +2,7 @@ local json = require('json')
local Util = require('util')
local TREE_URL = 'https://api.github.com/repos/%s/%s/git/trees/%s?recursive=1'
local FILE_URL = 'https://raw.github.com/%s/%s/%s/%s'
local FILE_URL = 'https://raw.githubusercontent.com/%s/%s/%s/%s'
local git = { }